/AWS1/CL_MPBRSRERRMSKFORHTTP00¶
Describes the masking for HTTP error codes.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_httpcode TYPE /AWS1/MPBSTRING /AWS1/MPBSTRING¶
The HTTP error code.
iv_action TYPE /AWS1/MPBRESPERRORMSKNGACTION /AWS1/MPBRESPERRORMSKNGACTION¶
The action for the error..
it_loggingtypes TYPE /AWS1/CL_MPBRSRERRMSKLOGTYPE00=>TT_RESPERRORMASKINGLOGTYPES TT_RESPERRORMASKINGLOGTYPES¶
The error log type.
Optional arguments:¶
iv_responseloggingpercentage TYPE /AWS1/RT_FLOAT_AS_STRING /AWS1/RT_FLOAT_AS_STRING¶
The percentage of response logging.
Queryable Attributes¶
httpCode¶
The HTTP error code.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HTTPCODE() |
Getter for HTTPCODE, with configurable default |
ASK_HTTPCODE() |
Getter for HTTPCODE w/ exceptions if field has no value |
HAS_HTTPCODE() |
Determine if HTTPCODE has a value |
action¶
The action for the error..
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACTION() |
Getter for ACTION, with configurable default |
ASK_ACTION() |
Getter for ACTION w/ exceptions if field has no value |
HAS_ACTION() |
Determine if ACTION has a value |
loggingTypes¶
The error log type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOGGINGTYPES() |
Getter for LOGGINGTYPES, with configurable default |
ASK_LOGGINGTYPES() |
Getter for LOGGINGTYPES w/ exceptions if field has no value |
HAS_LOGGINGTYPES() |
Determine if LOGGINGTYPES has a value |
responseLoggingPercentage¶
The percentage of response logging.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RSPLOGGINGPERCENTAGE() |
Getter for RESPONSELOGGINGPERCENTAGE, with configurable defa |
ASK_RSPLOGGINGPERCENTAGE() |
Getter for RESPONSELOGGINGPERCENTAGE w/ exceptions if field |
STR_RSPLOGGINGPERCENTAGE() |
String format for RESPONSELOGGINGPERCENTAGE, with configurab |
HAS_RSPLOGGINGPERCENTAGE() |
Determine if RESPONSELOGGINGPERCENTAGE 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_RESPONDERERRORMASKING¶
TYPES TT_RESPONDERERRORMASKING TYPE STANDARD TABLE OF REF TO /AWS1/CL_MPBRSRERRMSKFORHTTP00 WITH DEFAULT KEY
.