@hyperjump/json-schema-errors
Preparing search index...
ErrorObject
Type Alias ErrorObject
Represents a single validation error with message and schema location information.
type
ErrorObject
=
{
alternatives
?:
ErrorObject
[]
[]
;
instanceLocation
:
string
;
message
:
string
;
schemaLocations
:
string
[]
;
}
Index
Properties
alternatives?
instance
Location
message
schema
Locations
Properties
Optional
alternatives
alternatives
?:
ErrorObject
[]
[]
instance
Location
instanceLocation
:
string
message
message
:
string
schema
Locations
schemaLocations
:
string
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
alternatives
instance
Location
message
schema
Locations
@hyperjump/json-schema-errors
Loading...
Represents a single validation error with message and schema location information.