Interface ErrorObject<K, P, S>
Type parameters
K: string = string
P = Record<string, any>
S = unknown
Properties
Optional data
data?: unknown
instancePath
instancePath: string
keyword
keyword: K
Optional message
message?: string
params
params: P
Optional parentSchema
Optional propertyName
propertyName?: string
Optional schema
schema?: S
schemaPath
schemaPath: string