@stdlib/error
Version:
Errors.
23 lines (17 loc) • 350 B
Plain Text
{{alias}}( id )
Returns an error message corresponding to a provided two-character error
identifier.
Parameters
----------
id: string
Error identifier.
Returns
-------
out: string|null
Error message.
Examples
--------
> var v = {{alias}}( '8t' )
<string>
See Also
--------