Class ValidationError
Index
Constructors
Properties
Constructors
constructor
- new ValidationError(
key: string,
value: any,
message: string,
identifier?: string | null,
): ValidationErrorParameters
- key: string
- value: any
- message: string
Optionalidentifier: string | null
Returns ValidationError
Was this helpful?