FieldNotOfExpectedTypeError

source

Constructors

new FieldNotOfExpectedTypeError(model: ModelType, field: string | number | symbol, expectedType: Ctor, receivedType: Type): FieldNotOfExpectedTypeErrorsource

Properties

cause: unknownsource

inherited from ReflectionError.cause

message: stringsource

inherited from ReflectionError.message

name: stringsource

inherited from ReflectionError.name

stack: stringsource

inherited from ReflectionError.stack

staticprepareStackTrace: Functionsource

inherited from ReflectionError.prepareStackTrace

staticstackTraceLimit: numbersource

inherited from ReflectionError.stackTraceLimit

Inherited methods

staticcaptureStackTrace(targetObject: object, constructorOpt: Function): voidsource

inherited from ReflectionError.captureStackTrace

Create .stack property on a target object