ErrorDescriber
Hierarchy
- ErrorDescriber
Implements
- TypeDescriber
- TypeDescriber
Index
Methods
Methods
describe
▸ describe(arg
: any): Stringifiable
Describes error to human readable form.
Parameters:
Name | Type | Description |
---|---|---|
arg | any | Error argument as constructor or instance. |
Returns: Stringifiable
Description instance.