Kameleo Engine returns specific numeric exit codes to signal termination reasons for automation scripts, CI pipelines, and monitoring agents. Codes are stable; new codes may be added over time. A value of 0 always indicates success (standard convention) and is omitted below.
#Exit codes
Code
Name (mnemonic)
Meaning
Typical remediation
100
AUTH_LOGIN_ERROR
Login error (temporary service or credential issue)
Retry after short delay; verify credentials and service status.
101
SUBSCRIPTION_INACTIVE
Subscription inactive or expired
Renew or reactivate subscription; verify billing status.
102
AUTH_INVALID_CREDENTIALS
Invalid or expired credentials
Reauthenticate the app.
103
THROTTLE_LIMIT
Request throttle limit reached
Back off (exponential); reduce parallel requests.
104
TEAM_SUBSCRIPTION_INACTIVE
Team subscription inactive
Team owner must reactivate; check team billing.
105
CONCURRENT_SESSION_LIMIT
Concurrent session limit reached
Close/stop other sessions or upgrade plan.
106
TEAM_USER_LIMIT
Team user limit exceeded
Remove unused members or upgrade plan.
107
FREE_TIER_ABUSE
Free tier abuse detected
Contact support if false positive; otherwise comply with terms.
108
VERSION_NOT_SUPPORTED
Version can't be used anymore
Upgrade to latest version to continue using the application.