Overview
The `CommonErrors` object
Last updated
The `CommonErrors` object
Last updated
CommonErrors {}
The CommonErrors
object represents the storage of errors with unique identification numbers.
protected get : Map<Id, any> The accessor returns the errors of type by returning the property of a specified object.
public static : string
Optional template of type.
: Set<Id> The collection of unique allowed numbers of generic type variable .
: Map<Id, any>
The errors storage of the type where the key
is of the generic type variable .
public : this
Deletes the error of a specified from the object.
public : boolean
The has()
method checks whether the error of the given exists in a specified object.
public : void Throws an error of the given if the unique was provided in the .
protected : boolean Checks whether the given number was provided in the .