/AWS1/CL_RBMWORLDFAILURE¶
Information about a failed world.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_failurecode TYPE /AWS1/RBMWORLDGENERATIONJOBE00 /AWS1/RBMWORLDGENERATIONJOBE00¶
The failure code of the world export job if it failed:
- InternalServiceError
Internal service error.
- LimitExceeded
The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.
- ResourceNotFound
The specified resource could not be found.
- RequestThrottled
The request was throttled.
- InvalidInput
An input parameter in the request is not valid.
iv_samplefailurereason TYPE /AWS1/RBMGENERICSTRING /AWS1/RBMGENERICSTRING¶
The sample reason why the world failed. World errors are aggregated. A sample is used as the
sampleFailureReason.
iv_failurecount TYPE /AWS1/RBMINTEGER /AWS1/RBMINTEGER¶
The number of failed worlds.
Queryable Attributes¶
failureCode¶
The failure code of the world export job if it failed:
- InternalServiceError
Internal service error.
- LimitExceeded
The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.
- ResourceNotFound
The specified resource could not be found.
- RequestThrottled
The request was throttled.
- InvalidInput
An input parameter in the request is not valid.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILURECODE() |
Getter for FAILURECODE, with configurable default |
ASK_FAILURECODE() |
Getter for FAILURECODE w/ exceptions if field has no value |
HAS_FAILURECODE() |
Determine if FAILURECODE has a value |
sampleFailureReason¶
The sample reason why the world failed. World errors are aggregated. A sample is used as the
sampleFailureReason.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SAMPLEFAILUREREASON() |
Getter for SAMPLEFAILUREREASON, with configurable default |
ASK_SAMPLEFAILUREREASON() |
Getter for SAMPLEFAILUREREASON w/ exceptions if field has no |
HAS_SAMPLEFAILUREREASON() |
Determine if SAMPLEFAILUREREASON has a value |
failureCount¶
The number of failed worlds.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILURECOUNT() |
Getter for FAILURECOUNT |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_WORLDFAILURES¶
TYPES TT_WORLDFAILURES TYPE STANDARD TABLE OF REF TO /AWS1/CL_RBMWORLDFAILURE WITH DEFAULT KEY
.