Overview
The `ValidationError` object
Last updated
The `ValidationError` object
Last updated
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.
public get : string
The accessor obtains error name of a type, set to 'ValidationError'
that is being thrown.
public get : string
The accessor, with the help of , changes the default tag to 'ValidationError'
for an instance of .
public static : ValidationError<Id> Defines the instance with the built of the given required , and optional on the supplied or stored .
public static : value is ValidationError<Id> Checks whether the of any type is the instance of any or the given .