false
Exit with status 1 to explicitly signal failure conditions in scripts and agent flows. Returns error JSON on stderr.
Instructions
Exit with status 1 (failure). Idempotent: always returns code 1, takes no arguments, has zero side effects. Returns JSON error envelope indicating failure on stderr. Use to explicitly signal error or failure conditions in scripts and agent flows. Not for a no-op success — use 'true'. See also 'true'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||