Interface: ExpectedConstraintErrorJsonified<T>
Defined in: projects/shapeshift/src/lib/errors/error-types.ts:13
Extends
Type Parameters
Type Parameter | Default type |
---|---|
T | unknown |
Properties
constraint
constraint:
ConstraintErrorNames
Defined in: projects/shapeshift/src/lib/errors/error-types.ts:9
Inherited from
BaseConstraintErrorJsonified
.constraint
expected
expected:
string
Defined in: projects/shapeshift/src/lib/errors/error-types.ts:14
given
given:
T
Defined in: projects/shapeshift/src/lib/errors/error-types.ts:10
Inherited from
BaseConstraintErrorJsonified
.given
message
message:
string
Defined in: projects/shapeshift/src/lib/errors/error-types.ts:5
Inherited from
BaseConstraintErrorJsonified
.message
name
name:
string
Defined in: projects/shapeshift/src/lib/errors/error-types.ts:4