/AWS1/CL_VL_FIXEDRSPACTION¶
Describes an action that returns a custom HTTP response.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_statuscode
TYPE /AWS1/VL_HTTPSTATUSCODE
/AWS1/VL_HTTPSTATUSCODE
¶
The HTTP response code. Only
404
and500
status codes are supported.
Queryable Attributes¶
statusCode¶
The HTTP response code. Only
404
and500
status codes are supported.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STATUSCODE() |
Getter for STATUSCODE, with configurable default |
ASK_STATUSCODE() |
Getter for STATUSCODE w/ exceptions if field has no value |
HAS_STATUSCODE() |
Determine if STATUSCODE has a value |