yarn explain
Explain an error code.
Usage
$> yarn explain [code]
Examples
Explain an error code :
yarn explain YN0006
List all error codes :
yarn explain
Options
Definition | Description |
---|---|
| Format the output as an NDJSON stream |
Details
When the code argument is specified, this command prints its name and its details.
When used without arguments, this command lists all error codes and their names.