GDSX Management Programming Manual

Error Numbers and Error Lists
GDSX Management Programming Manual529930-001
7-2
Error-List Descriptions
The information in the error list becomes accessible when your program calls the SPI
SSGET procedure. SSGET extracts a token from the buffer after the GDSX process
has processed a command and returned a response message. SSGET does not return
tokens that are outside the error list until you select the ZSPI-TKN-ENDLIST token.
Error-List Descriptions
The descriptions on the following pages are given in ascending order by error number;
that is, by the ZGDS-ERR- values.
1: ZGDS-ERR-OBJNAME-UNKNOWN
The object name given is unknown.
ZSPI-TKN-ERROR
contains the subsystem ID and the error number ZGDS-ERR-OBJNAME-
UNKNOWN.
ZCOM-TKN-OBJTYPE
contains the value ZCOM-OBJ-LINE or ZCOM-OBJ-SU.
Cause. The object has valid syntax but is not known to GDS. The name may not have
been configured yet, or it may be the wrong object type (such as a line name where an
subdevice object type is required).
Recovery. Configure the object name or specify an object name of the correct type.
ZCOM-TKN-OBJNAME This token contains the object name provided with the
command on which the error occurred.
ZCOM-TKN-OBJTYPE This token contains the object type provided with the
command on which the error occurred.
ZSPI-TKN-PARM-ERR This token identifies the token at which the error
occurred.
ZSPI-TKN-ERRLIST TYPE ZSPI-TYP-LIST.
ZSPI-TKN-ERROR TYPE ZSPI-TYP-ERROR.
ZCOM-TKN-OBJNAME TYPE ZSPI-TYP-ENM-OBJ.
ZSPI-TKN-PARM-ERR TYPE ZSPI-TYP-PARM-ERR.
ZSPI-TKN-ENDLIST TYPE ZSPI-TYP-SSCTL.
Table 7-1. Error List Tokens (page 2 of 2)
Token Description