/AWS1/CL_QSTFAILEDSPACERESOP¶
A resource operation that failed.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_resourcetype TYPE /AWS1/QSTSPACEQUICKSIGHTRESTYP /AWS1/QSTSPACEQUICKSIGHTRESTYP¶
The type of the resource.
iv_errormessage TYPE /AWS1/QSTSTRING00 /AWS1/QSTSTRING00¶
The error message that describes why the operation failed.
Optional arguments:¶
io_resourcedetails TYPE REF TO /AWS1/CL_QSTSPACEQUICKSIGHTR00 /AWS1/CL_QSTSPACEQUICKSIGHTR00¶
The details of the resource.
Queryable Attributes¶
ResourceType¶
The type of the resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCETYPE() |
Getter for RESOURCETYPE, with configurable default |
ASK_RESOURCETYPE() |
Getter for RESOURCETYPE w/ exceptions if field has no value |
HAS_RESOURCETYPE() |
Determine if RESOURCETYPE has a value |
ResourceDetails¶
The details of the resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCEDETAILS() |
Getter for RESOURCEDETAILS |
ErrorMessage¶
The error message that describes why the operation failed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORMESSAGE() |
Getter for ERRORMESSAGE, with configurable default |
ASK_ERRORMESSAGE() |
Getter for ERRORMESSAGE w/ exceptions if field has no value |
HAS_ERRORMESSAGE() |
Determine if ERRORMESSAGE 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_FAILEDSPACERESOURCEOPS¶
TYPES TT_FAILEDSPACERESOURCEOPS TYPE STANDARD TABLE OF REF TO /AWS1/CL_QSTFAILEDSPACERESOP WITH DEFAULT KEY
.