command not found | The npm global bin directory is not on your PATH. |
EACCES during global installation | Use a Node version manager, configure a user-owned npm prefix, or run npx --yes dreamlayer …. Do not install the CLI with sudo. |
| Exit code from an auth failure | DREAMLAYER_API_KEY is unset or revoked. |
| The run stops asking a question | The prompt was ambiguous. Answer it, or use an explicit subcommand so DreamLayer does not have to interpret. |
| Out of credits | Buy a pack on the Billing page. A new account starts at zero. |
| A command reports a stable error reason | Use the printed reason, retryable, and request ID. Retry only when retryable is true, and reuse the same idempotency key. |
| The stream went silent | The connection died, but the job may still be running and may already be charged. The message names the execution id: run dreamlayer status <id> to see how it ended. If you retry, pass the SAME --idempotency-key so it cannot be charged twice. |
| An upscale is refused before it starts | The input’s longest side is over 2048. Upscale doubles each side and 4096 is the ceiling, so this is refused at submit time rather than after a provider has been paid. |