ts-fortress
Preparing search index...
utils/validation-error
ValidationError
Type Alias ValidationError
ValidationError
:
Readonly
<
{
actualValue
:
unknown
;
details
?:
ValidationErrorDetails
;
expectedType
:
string
;
path
:
readonly
string
[]
;
typeName
:
string
;
}
,
>
Represents a validation error with structured information
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ts-fortress
Loading...
Represents a validation error with structured information