Skip to content

/AWS1/CL_TCRBTCGTDSVREGRCDRROR

Describes why a requested record could not be retrieved.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_registryid TYPE /AWS1/TCRREGISTRYIDENTIFIER /AWS1/TCRREGISTRYIDENTIFIER

Registry identifier that accepts either ARN or ID format

iv_recordid TYPE /AWS1/TCRRECORDIDENTIFIER /AWS1/TCRRECORDIDENTIFIER

Record identifier that accepts either ARN or ID format

iv_errorcode TYPE /AWS1/TCRBTCGTDSVREGRCDRRORCOD /AWS1/TCRBTCGTDSVREGRCDRRORCOD

The machine-readable reason that the record could not be retrieved.

Optional arguments:

iv_message TYPE /AWS1/TCRSTRING /AWS1/TCRSTRING

An optional human-readable detail about the error. Do not parse this value programmatically.


Queryable Attributes

registryId

Registry identifier that accepts either ARN or ID format

Accessible with the following methods

Method Description
GET_REGISTRYID() Getter for REGISTRYID, with configurable default
ASK_REGISTRYID() Getter for REGISTRYID w/ exceptions if field has no value
HAS_REGISTRYID() Determine if REGISTRYID has a value

recordId

Record identifier that accepts either ARN or ID format

Accessible with the following methods

Method Description
GET_RECORDID() Getter for RECORDID, with configurable default
ASK_RECORDID() Getter for RECORDID w/ exceptions if field has no value
HAS_RECORDID() Determine if RECORDID has a value

errorCode

The machine-readable reason that the record could not be retrieved.

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

message

An optional human-readable detail about the error. Do not parse this value programmatically.

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

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_BATCHGETDSCVREGRECDRRORLIST

TYPES TT_BATCHGETDSCVREGRECDRRORLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_TCRBTCGTDSVREGRCDRROR WITH DEFAULT KEY
.