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 getErrors(): { [Key in Id]: Error<Key> }
Returns an |