Skip to main content

Command End Status

These end codes shown below, the data range from 0 to 255, are sent as the result of the execution after each command execution.

exit codenamedescription
0EXIT_SUCCESSsuccessful
1EXIT_FAILUREfailure (general)
21EXIT_NOTICEexit with notice
40EXIT_PENDINGpending (reserved)
50EXIT_WARNwarning (reserved)
71EXIT_ERROR_CONNECT_FAILEDconnectiion failure
72EXIT_ERROR_AUTH_FAILEDauthentication failure
73EXIT_ERROR_CONNECTION_FAILUREconnection failure
79EXIT_ERROR_NEG_FAILEDnegotiation failure
81EXIT_ERROR_IO_FAILUREapprication I/O failure (because of the problems of disk or file access)
90EXIT_ERROR_APP_FAILUREapplication processing failure
91EXIT_ERROR_APP_SETUP_FAILEDapplication startup failure
99EXIT_ERROR_APP_ABORTEDapplication aborted
181EXIT_ERROR_LOAD_ARGcommand argument error
182EXIT_ERROR_LOAD_CONFcommand configuration error
189EXIT_ERROR_CLI_SETUP_FAILEDCLI startup error
191EXIT_ERROR_SERVICE_SETUP_FAILEDservice startup error
200EXIT_FATALfatal error (general)
201EXIT_FATAL_RUNTIME_SETUP_FAILUREfatal environment startup error
202EXIT_FATAL_MUTEX_SETUP_FAILUREfatal program synchronization error