forge err
Look up error codes and known issues.
Command
forge err [code] [--search <term>]
Arguments
| Name | Type | Required | Notes |
|---|---|---|---|
| string | no | Specific error code |
Flags
| Flag | Type | Default | Notes |
|---|---|---|---|
| string | — | Search error descriptions for a term |
Examples
Look up an error code:
forge err E4001
# → E4001: Project provisioning timed out
Search for related errors:
forge err --search auth
# → E2001: Invalid API key
# → E2002: API key expired
Errors
| Exit code | Meaning |
|---|---|
| 0 | Success |
Pitfalls
- No arguments — without a code or
, lists all known error codes.--search - Search scope — searches against the local error code registry pulled from the API.
See also
{auto-injected}
Tested against
{auto-injected}