/AWS1/CL_NWMCONNECTPEERERROR¶
Describes an error associated with a Connect peer request
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_code
TYPE /AWS1/NWMCONNECTPEERERRORCODE
/AWS1/NWMCONNECTPEERERRORCODE
¶
The error code for the Connect peer request.
iv_message
TYPE /AWS1/NWMSERVERSIDESTRING
/AWS1/NWMSERVERSIDESTRING
¶
The message associated with the error
code
.
iv_resourcearn
TYPE /AWS1/NWMRESOURCEARN
/AWS1/NWMRESOURCEARN
¶
The ARN of the requested Connect peer resource.
iv_requestid
TYPE /AWS1/NWMSERVERSIDESTRING
/AWS1/NWMSERVERSIDESTRING
¶
The ID of the Connect peer request.
Queryable Attributes¶
Code¶
The error code for the Connect peer request.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CODE() |
Getter for CODE, with configurable default |
ASK_CODE() |
Getter for CODE w/ exceptions if field has no value |
HAS_CODE() |
Determine if CODE has a value |
Message¶
The message associated with the error
code
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_MESSAGE() |
Getter for MESSAGE, with configurable default |
ASK_MESSAGE() |
Getter for MESSAGE w/ exceptions if field has no value |
HAS_MESSAGE() |
Determine if MESSAGE has a value |
ResourceArn¶
The ARN of the requested Connect peer resource.
Accessible with the following methods¶
Method | Description |
---|---|
GET_RESOURCEARN() |
Getter for RESOURCEARN, with configurable default |
ASK_RESOURCEARN() |
Getter for RESOURCEARN w/ exceptions if field has no value |
HAS_RESOURCEARN() |
Determine if RESOURCEARN has a value |
RequestId¶
The ID of the Connect peer request.
Accessible with the following methods¶
Method | Description |
---|---|
GET_REQUESTID() |
Getter for REQUESTID, with configurable default |
ASK_REQUESTID() |
Getter for REQUESTID w/ exceptions if field has no value |
HAS_REQUESTID() |
Determine if REQUESTID has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_CONNECTPEERERRORLIST
¶
TYPES TT_CONNECTPEERERRORLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_NWMCONNECTPEERERROR WITH DEFAULT KEY
.