Distributed Systems Network Management (DSNM) Subsystem Interface Development Guide

Error Codes
C-4
109759Distributed Systems Network Management (DSNM) Subsystem Interface
Development Guide
Data Definition Language (DDL)-Defined DSNM SPI
Components
Error Codes
The following constants are the DSNM error codes used most often:
ZDSN^ERR^NOERR
ZDSN^ERR^INTERNAL^ERR
ZDSN^ERR^SUBSYSTEM^ERR
ZDSN^ERR^OBJNAME^INV
ZDSN^ERR^OBJTYPE^NOT^SUPPORTED | ZDSN^ERR^OBJ^NOT^SUPP
ZDSN^ERR^MEMORY
ZDSN^ERR^FS^ERR
ZDSN^ERR^CMD^NOT^SUPP
ZDSN^ERR^UNSUPPORTED^BY^SUBSYS
ZDSN^ERR^UNSUPPORTED^BY^I
ZDSN^ERR^MISSING^OBJTYPE
AGGREGATE Counters
The following structure definition defines counters returned in an AGGREGATE
command response. STRUCT ZDSN^DDL^COUNTERS^DEF contains the following
fields of interest:
INT(32) Z^GREEN;
INT(32) Z^UP = Z^GREEN;
INT(32) Z^RED;
INT(32) Z^DOWN = Z^RED;
INT(32) Z^YELLOW;
INT(32) Z^PENDING = Z^YELLOW;
INT(32) Z^UNDEFINED;
INT(32) Z^INERROR;
Response Item Types
Command responses often require items to be appended to the response object. The
following constants define the types of items that may be appended:
ZDSN^VTY^COUNTERS
ZDSN^VTY^ERRORTEXT
ZDSN^VTY^NONTEXT
ZDSN^VTY^RESULTTEXT
ZDSN^VTY^TEXT
The maximum length of a text line (RESULTTEXT, TEXT, or ERRORTEXT) that may
be appended is the DDL constant ZDSN^MAX^TEXT (75 characters).