Interface: ExpectedConstraintErrorJsonified<T>
Extends
Type parameters
| Type parameter | Value |
|---|---|
T | unknown |
Properties
constraint
constraint:
ConstraintErrorNames
Inherited from
BaseConstraintErrorJsonified . constraint
Source
projects/shapeshift/src/lib/errors/error-types.ts:9
expected
expected:
string
Source
projects/shapeshift/src/lib/errors/error-types.ts:14
given
given:
T
Inherited from
BaseConstraintErrorJsonified . given
Source
projects/shapeshift/src/lib/errors/error-types.ts:10
message
message:
string
Inherited from
BaseConstraintErrorJsonified . message
Source
projects/shapeshift/src/lib/errors/error-types.ts:5
name
name:
string
Inherited from
BaseConstraintErrorJsonified . name