Skip to main content
When a command fails, Radius writes a human-readable error to stderr and exits with a non-zero status:
Add --json to receive the error as a structured object:

Common errors

Common errors include:

Exit codes

Scripts should branch on the exit status or error code rather than parsing the message text.