CAR Specific Agent Return Codes

Following are the CAR-specific Agent Return Codes.

For Windows Agent

Usecase Return code
Script successfully ran Value returned by the script
Timeout (Script execution exceeding threshold duration limit) 1460
The size of output being too large (exceeding 1Mb limit) 234
Other execution failures on agent OS-specific error code

For Linux Agent

Usecase Return code
Script successfully ran Value returned by the script.
Timeout (Script execution exceeding threshold duration limit) Shell. Perl, Python : 6000, Lua : -996
Starting with agent version 6.3.0, Shell. Perl, Python: Returns Exit Code=
66
The size of output being too large (exceeding 1Mb limit) 6000
Starting with agent version 6.3.0, return code : 67
Other execution failures on agent Exit code returned by the script