Overview
The `Errors` object
Last updated
The `Errors` object
Last updated
Errors {}
The Errors
is an extension of the CommonErrors
object that represents multiple identification numbers under which the errors of the Error
type are prepared to throw.
public : Error<ErrorId> | undefined Returns the instance of the given unique identification if set, otherwise .
public : { [Key in Id]: Error<Key> } Returns an of set errors, where the key is a .
public : this Sets the object with the message built from the given required , , on the given or stored under the given .