get()
Returns the `Error` instance of the given unique identification
Errors.prototype.get()
Errors.prototype.get()public get<ErrorId extends Id>(id: ErrorId): Error<ErrorId> | undefined {
return this.errors.get(id);
}Generic type variables
Parameters
Return type
Returns
Example usage
Last updated