Overview
The `ValidationError` object
ValidationError {}
ValidationError {}
The ValidationError
object is an extension of the CommonError
class and is thrown when an operation could not be performed despite proper type(but not exclusively) with the message built from the described problem and its solution, along with additional identification on the given or stored template.
Accessors
public get [Symbol.toStringTag](): string
The |
Methods
public static isValidationError(): value is ValidationError<Id>
Checks whether the |
Last updated