Class: ValidationError
Hierarchy
↳
ValidationError
Constructors
constructor
• new ValidationError(validator
, message
, given
)
Parameters
Name | Type |
---|---|
validator | string |
message | string |
given | unknown |
Overrides
Defined in
projects/shapeshift/src/lib/errors/ValidationError.ts:8
Properties
cause
• Optional
cause: Error
Inherited from
Defined in
node_modules/typescript/lib/lib.es2022.error.d.ts:26
given
• Readonly
given: unknown
Defined in
projects/shapeshift/src/lib/errors/ValidationError.ts:6
message
• message: string
Inherited from
Defined in
node_modules/typescript/lib/lib.es5.d.ts:1029
name
• name: string
Inherited from
Defined in
node_modules/typescript/lib/lib.es5.d.ts:1028
stack
• Optional
stack: string
Inherited from
Defined in
node_modules/typescript/lib/lib.es5.d.ts:1030
validator
• Readonly
validator: string
Defined in
projects/shapeshift/src/lib/errors/ValidationError.ts:5
prepareStackTrace
▪ Static
Optional
prepareStackTrace: (err
: Error
, stackTraces
: CallSite
[]) => any
Type declaration
▸ (err
, stackTraces
): any
Parameters
Name | Type |
---|---|
err | Error |
stackTraces | CallSite [] |
Returns
any
Inherited from
Defined in
node_modules/@types/node/globals.d.ts:11
stackTraceLimit
▪ Static
stackTraceLimit: number
Inherited from
Defined in
node_modules/@types/node/globals.d.ts:13
Methods
[customInspectSymbolStackLess]
▸ Protected
[customInspectSymbolStackLess](depth
, options
): string
Parameters
Name | Type |
---|---|
depth | number |
options | InspectOptionsStylized |
Returns
string
Overrides
BaseError.[customInspectSymbolStackLess]
Defined in
projects/shapeshift/src/lib/errors/ValidationError.ts:23
[customInspectSymbol]
▸ Protected
[customInspectSymbol](depth
, options
): string
Parameters
Name | Type |
---|---|
depth | number |
options | InspectOptionsStylized |
Returns
string
Inherited from
BaseError.[customInspectSymbol]
Defined in
projects/shapeshift/src/lib/errors/BaseError.ts:7
toJSON
▸ toJSON(): Object
Returns
Object
Name | Type |
---|---|
given | unknown |
name | string |
validator | string |
Defined in
projects/shapeshift/src/lib/errors/ValidationError.ts:15
captureStackTrace
▸ Static
captureStackTrace(targetObject
, constructorOpt?
): void
Parameters
Name | Type |
---|---|
targetObject | object |
constructorOpt? | Function |
Returns
void
Inherited from
Defined in
node_modules/@types/node/globals.d.ts:4