EMS Manual
Collector Errors
EMS Manual—426909-005
22-2
ZCOM- Errors (Over Extended SPI Interface)
ZCOM- Errors (Over Extended SPI Interface)
These errors can be returned by a collector through the SPI common extension
interface in response to extended SPI-compliant (ZCOM-) collector commands
documented in Section 19, Collector Commands and Responses.
Token and Data Type Definitions for ZCOM- Errors
Collector error lists returned in response to extended SPI-compliant ZCOM- commands
include tokens and values defined by SPI (prefixed by ZSPI). These tokens and values
are defined here, rather than with each error list, because most of them occur in
several error lists.
SPI Token Codes
These SPI tokens (with prefix ZSPI) occur in collector error lists:
ZSPI-TKN-ERRLIST (type list)
is the SPI token that begins an error list.
ZSPI-TKN-ERROR (type error)
is the standard SPI error token. The DDL for ZSPI-TKN-ERROR is:
DEFINITION ZSPI-DDL-ERROR.
02 Z-SSID TYPE ZSPI-DDL-SSID.
02 Z-ERROR TYPE ZSPI-DDL-ENUM.
END
ZCOM-TKN-OBJNAME (type
string)
is the SPI token that returns the name of the object specified in the extended
SPI-compliant ZCOM- command and is included if it is relevant to the analysis
of the error condition.
ZCOM-TKN-OBJTYPE (type
enum)
is the SPI token that returns the object type (ZCOM-OBJ-objtype) specified in
the extended SPI-compliant ZCOM- command and is included if relevant to the
analysis of the error condition.
ZCOM-TKN-OBJSTATE (type
enum)
contains the summary reported by the object to which the command could not
be applied.
Note. To express SPI token types such as ZSPI-TYP-UINT, the following listings omit ZSPI-
TYP- and place the remainder in italicized, lowercase letters, as in (type uint).