Skip to content

/AWS1/CL_QSTACTIONCNCTORERROR

Contains error information for an action connector that is in an error state.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_message TYPE /AWS1/QSTSTRING00 /AWS1/QSTSTRING00

The error message describing what went wrong with the action connector.

iv_type TYPE /AWS1/QSTACTIONCNCTORERRORTYPE /AWS1/QSTACTIONCNCTORERRORTYPE

The type or category of the error.


Queryable Attributes

Message

The error message describing what went wrong with the action connector.

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

Type

The type or category of the error.

Accessible with the following methods

Method Description
GET_TYPE() Getter for TYPE, with configurable default
ASK_TYPE() Getter for TYPE w/ exceptions if field has no value
HAS_TYPE() Determine if TYPE has a value