Status-Error

The Status-Error message is used to report "request reject" and "RH usage" error conditions in outbound SNA RUs to the application. It flows from the node to the application and is used with both SSCP and PLU connections.

See Status-Error Message for further information.

struct Status-Error {
    PTRBFHDR  nxtqptr;
    PTRBFELT  hdreptr;
    CHAR      numelts;
    CHAR      msgtype;
    CHAR      srcl;
    CHAR      srcp;
    INTEGER   srci;
    CHAR      destl;
    CHAR      destp;
    INTEGER   desti;
    CHAR      sfhdr.sterrhdr.errstat;
    CHAR      sfhdr.sterrhdr.errpad1;
    CHAR      sfhdr.sterrhdr.errpad2;
    CHAR      sfhdr.sterrhdr.errpad3;
    CHAR      sfhdr.sterrhdr.errcode1;
    CHAR      sfhdr.sterrhdr.errcode2;
}; 
 

Members

nxtqptr
Pointer to next buffer header.
hdreptr
Pointer to buffer element (NIL).
numelts
Number of buffer elements (0x00).
msgtype
Message type STATFMI (0x21).
srcl
Source locality.
srcp
Source partner.
srci
Source index.
destl
Destination locality.
destp
Destination partner.
desti
Destination index.
sfhdr.sterrhdr.errstat
Status type STERROR (0x03).
sfhdr.sterrhdr.errpad1
Reserved.
sfhdr.sterrhdr.errpad2
Reserved.
sfhdr.sterrhdr.errpad3
Reserved.
sfhdr.sterrhdr.errcode1
Error code 1.
sfhdr.sterrhdr.errcode2
Error code 2.

Remarks