Safeguard Management Programming Manual (G06.29+, H06.08+, J06.03+)
Safeguard Management Programming Manual—422086-028
A-1
A Error Numbers and Error Lists
This appendix lists the Safeguard error numbers and describes the corresponding error
lists. Symbolic names for errors begin with ZSFG-ERR-.
The Safeguard software returns an error list in the response buffer when it detects an
error in the command syntax or command execution. Each error list begins with ZSPI-
TKN-ERRLIST and ends with ZSPI-TKN-ENDLIST.
The Safeguard software also sets the return token ZSPI-TKN-RETCODE to the error
number to identify the error list. If the command completes without an error, Safeguard
sets ZSPI-TKN-RETCODE to ZSPI-ERR-OK (0).
The empty response is the only case when the Safeguard software sets ZSPI-TKN-
RETCODE to a value other than 0 but does not return an error list in the response
buffer. The empty response indicates that the Safeguard software received a command
message with the context token ZSPI-TKN-CONTEXT, but all of the specified objects
had been processed.
For a description of error lists, including how they are retrieved from the response
buffer, see the SPI Programming Manual.
Note. In this appendix, all tokens and their values are represented in DDL with hyphens (-)
used as separators. For a quick explanation of DDL, see the SPI Programming Manual. For
detailed information about DDL, see the Data Definition Language (DDL) Reference Manual.