Methods
The `RangeErrors` object methods
public get(): RangeError<ErrorId> | undefined
Returns the RangeError
instance of the given unique identification id
if set, otherwise undefined
.
public getErrors(): { [Key in Id]: RangeError<Key> | undefined }
Returns an object
of set range errors, where the key is a unique identification.
Last updated