Skip to main content

Exit Codes

When the bot exists, it finishes with a certain exit code. This is useful for developers that integrate Eryx in to their own software.

Anything above EXIT_CODE_OK (0), is considered an error.

ReasonCode
EXIT_CODE_OK0
EXIT_CODE_INTERNAL1
EXIT_CODE_CONFIG2
EXIT_CODE_NETWORK3
EXIT_CODE_USER_ERROR4
EXIT_CODE_NODE5