Command not found
Add the install directory to your current shell path.Login does not open a browser
Print the authorization URL and open it manually.Saved key is missing
Check the active profile and log in again if the profile has no key.Authentication failed
Anauth error, exit code 3, means the active profile has no key, or its key is missing, expired, or does not match the profile’s API environment. Confirm the resolved base URL and key source, then log in again or set a key for the right environment.
Not enough credits
Aquota error, exit code 4, means the account balance is too low for the request. Check the balance and top up before retrying.
Request timed out
Atimeout error, exit code 5, means the request did not finish within the timeout window. Raise --timeout for slow networks or large generations, then retry.
Network or upstream failure
Anetwork error, exit code 6, covers connection failures and temporary upstream errors, including upstream 5xx responses. These are usually transient. Confirm connectivity and retry after a short wait. The same code is returned when breeze update cannot reach the release manifest.
Update fails
breeze update --check returns a network error, exit code 6, when the release manifest is unreachable. Confirm network access and retry. The manifest URL can be overridden with --manifest-url for internal or pinned channels.

