Home > @skunkteam/types > Failure
A failed validation result.
Signature:
interface Failure
Property | Modifiers | Type | Description |
---|---|---|---|
details | OneOrMore<FailureDetails> | The details of the failure (at least one), | |
input | unknown | The input value. | |
ok | false | ||
parserInput? | unknown | (Optional) The value input value to the parser, if applicable. | |
type | BaseTypeImpl<unknown> | The type that failed validation. |