Interface: ExpectedValidationErrorJsonified<T>
Extends
Type Parameters
Type Parameter | Default type |
---|---|
T | unknown |
Properties
expected
expected:
T
Defined in
projects/shapeshift/src/lib/errors/error-types.ts:23
given
given:
unknown
Inherited from
ValidationErrorJsonified
.given
Defined in
projects/shapeshift/src/lib/errors/error-types.ts:19
message
message:
string
Inherited from
ValidationErrorJsonified
.message
Defined in
projects/shapeshift/src/lib/errors/error-types.ts:5
name
name:
string
Inherited from
Defined in
projects/shapeshift/src/lib/errors/error-types.ts:4
validator
validator:
string
Inherited from
ValidationErrorJsonified
.validator