Overview
The `Errors` object
Last updated
The `Errors` object
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.
errors.class.tspublic getErrors(): { [Key in Id]: Error<Key> }
Returns an object of set errors, where the key is a unique identification.
Last updated