false
Returns exit code 1 to signal failure. Use to explicitly indicate error conditions in scripts and agent workflows.
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 | |||