/AWS1/CL_CNTFAILEDREQUEST¶
Request for which contact failed to be generated.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_requestidentifier TYPE /AWS1/CNTREQUESTIDENTIFIER /AWS1/CNTREQUESTIDENTIFIER¶
Request identifier provided in the API call in the ContactDataRequest to create a contact.
iv_failurereasoncode TYPE /AWS1/CNTFAILUREREASONCODE /AWS1/CNTFAILUREREASONCODE¶
Reason code for the failure.
iv_failurereasonmessage TYPE /AWS1/CNTSTRING /AWS1/CNTSTRING¶
Why the request to create a contact failed.
Queryable Attributes¶
RequestIdentifier¶
Request identifier provided in the API call in the ContactDataRequest to create a contact.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REQUESTIDENTIFIER() |
Getter for REQUESTIDENTIFIER, with configurable default |
ASK_REQUESTIDENTIFIER() |
Getter for REQUESTIDENTIFIER w/ exceptions if field has no v |
HAS_REQUESTIDENTIFIER() |
Determine if REQUESTIDENTIFIER has a value |
FailureReasonCode¶
Reason code for the failure.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILUREREASONCODE() |
Getter for FAILUREREASONCODE, with configurable default |
ASK_FAILUREREASONCODE() |
Getter for FAILUREREASONCODE w/ exceptions if field has no v |
HAS_FAILUREREASONCODE() |
Determine if FAILUREREASONCODE has a value |
FailureReasonMessage¶
Why the request to create a contact failed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILUREREASONMESSAGE() |
Getter for FAILUREREASONMESSAGE, with configurable default |
ASK_FAILUREREASONMESSAGE() |
Getter for FAILUREREASONMESSAGE w/ exceptions if field has n |
HAS_FAILUREREASONMESSAGE() |
Determine if FAILUREREASONMESSAGE 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_FAILEDREQUESTLIST¶
TYPES TT_FAILEDREQUESTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNTFAILEDREQUEST WITH DEFAULT KEY
.