/AWS1/CL_BDNACTERROR¶
Error information when an act fails to execute successfully.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_message TYPE /AWS1/BDNSENSITIVESTRING /AWS1/BDNSENSITIVESTRING¶
A human-readable description of the error that occurred.
Optional arguments:¶
iv_type TYPE /AWS1/BDNSTRING /AWS1/BDNSTRING¶
The type or category of error that occurred.
Queryable Attributes¶
message¶
A human-readable description of the error that occurred.
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 error that occurred.
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 |