Skip to content

/AWS1/CL_MACFAILEDS3RESOURCE

(Discontinued) Includes details about the failed S3 resources.

CONSTRUCTOR

IMPORTING

Optional arguments:

IO_FAILEDITEM TYPE REF TO /AWS1/CL_MACS3RESOURCE /AWS1/CL_MACS3RESOURCE

(Discontinued) The failed S3 resources.

IV_ERRORCODE TYPE /AWS1/MACERRORCODE /AWS1/MACERRORCODE

(Discontinued) The status code of a failed item.

IV_ERRORMESSAGE TYPE /AWS1/MACEXCEPTIONMESSAGE /AWS1/MACEXCEPTIONMESSAGE

(Discontinued) The error message of a failed item.


Queryable Attributes

failedItem

(Discontinued) The failed S3 resources.

Accessible with the following methods

Method Description
GET_FAILEDITEM() Getter for FAILEDITEM

errorCode

(Discontinued) The status code of a failed item.

Accessible with the following methods

Method Description
GET_ERRORCODE() Getter for ERRORCODE, with configurable default
ASK_ERRORCODE() Getter for ERRORCODE w/ exceptions if field has no value
HAS_ERRORCODE() Determine if ERRORCODE has a value

errorMessage

(Discontinued) The error message of a failed item.

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_FAILEDS3RESOURCES

TYPES TT_FAILEDS3RESOURCES TYPE STANDARD TABLE OF REF TO /AWS1/CL_MACFAILEDS3RESOURCE WITH DEFAULT KEY
.