SaaApmOperErrorCode

  • Base type Enumeration

Represents the various errors that could occur during APM operation. noError(1) - There are no errors. ftpDnldErr(2) - ftp download error while downloading the script/data/config file. targetDown(3) - Target device is down. scriptErr(4) - The Script has syntax or other errors. socketErr(5) - Socket error occurred while executing the application script. internalErr(6) - Errors other than described here. digestErr(7) - This error indicates that the authentication digest is invalid. fileHeaderErr(8) - The header length for the script/scheduler file doesn't match the requirements. fileFormatErr(9) - It indicates an invalid file format. cacheFull(10) - Cache for storing the script/scheduler/data file is full. lowMem(11) - Free memory is less than saaApmApplFreeMemLowWaterMark.

Possible values

11 objects
Number Name
1 noError
2 ftpDnldErr
3 targetDown
4 scriptErr
5 socketErr
6 internalErr
7 digestErr
8 fileHeaderErr
9 fileFormatErr
10 cacheFull
11 lowMem