Overview
The `RangeErrors` object
Last updated
The `RangeErrors` object
Last updated
RangeErrors {}
The RangeErrors
is an extension of the CommonErrors
object that represents multiple identification numbers under which the errors of the RangeError
type are prepared to throw.
public get(): RangeError<ErrorId> | undefined
Returns the |
public getErrors(): { [Key in Id]: RangeError<Key> | undefined }
Returns an |