Class: ExpectedConstraintError<T>
Type parameters
Name | Type |
---|---|
T | unknown |
Hierarchy
↳
ExpectedConstraintError
Constructors
constructor
• new ExpectedConstraintError<T
>(constraint
, message
, given
, expected
)
Type parameters
Name | Type |
---|---|
T | unknown |
Parameters
Name | Type |
---|---|
constraint | ConstraintErrorNames |
message | string |
given | T |
expected | string |
Overrides
BaseConstraintError.constructor
Defined in
projects/shapeshift/src/lib/errors/ExpectedConstraintError.ts:8
Properties
cause
• Optional
cause: Error
Inherited from
Defined in
node_modules/typescript/lib/lib.es2022.error.d.ts:26
constraint
• Readonly
constraint: ConstraintErrorNames
Inherited from
BaseConstraintError.constraint
Defined in
projects/shapeshift/src/lib/errors/BaseConstraintError.ts:22
expected
• Readonly
expected: string
Defined in
projects/shapeshift/src/lib/errors/ExpectedConstraintError.ts:6
given
• Readonly
given: T
Inherited from
Defined in
projects/shapeshift/src/lib/errors/BaseConstraintError.ts:23
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
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
BaseConstraintError.prepareStackTrace
Defined in
node_modules/@types/node/globals.d.ts:11
stackTraceLimit
▪ Static
stackTraceLimit: number
Inherited from
BaseConstraintError.stackTraceLimit
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
BaseConstraintError.[customInspectSymbolStackLess]
Defined in
projects/shapeshift/src/lib/errors/ExpectedConstraintError.ts:22
[customInspectSymbol]
▸ Protected
[customInspectSymbol](depth
, options
): string
Parameters
Name | Type |
---|---|
depth | number |
options | InspectOptionsStylized |
Returns
string
Inherited from
BaseConstraintError.[customInspectSymbol]
Defined in
projects/shapeshift/src/lib/errors/BaseError.ts:7
toJSON
▸ toJSON(): Object
Returns
Object
Name | Type |
---|---|
constraint | ConstraintErrorNames |
expected | string |
given | T |
name | string |
Defined in
projects/shapeshift/src/lib/errors/ExpectedConstraintError.ts:13
captureStackTrace
▸ Static
captureStackTrace(targetObject
, constructorOpt?
): void
Parameters
Name | Type |
---|---|
targetObject | object |
constructorOpt? | Function |
Returns
void
Inherited from
BaseConstraintError.captureStackTrace
Defined in
node_modules/@types/node/globals.d.ts:4