Skip to content

/AWS1/CL_MDXBTCGETRTROUTERROR

An error that occurred when retrieving multiple router outputs in the BatchGetRouterOutput operation, including the ARN, error code, and error message.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_arn TYPE /AWS1/MDXROUTEROUTPUTARN /AWS1/MDXROUTEROUTPUTARN

The Amazon Resource Name (ARN) of the router output for which the error occurred.

iv_code TYPE /AWS1/MDXSTRING /AWS1/MDXSTRING

The error code associated with the error.

iv_message TYPE /AWS1/MDXSTRING /AWS1/MDXSTRING

A message describing the error.


Queryable Attributes

Arn

The Amazon Resource Name (ARN) of the router output for which the error occurred.

Accessible with the following methods

Method Description
GET_ARN() Getter for ARN, with configurable default
ASK_ARN() Getter for ARN w/ exceptions if field has no value
HAS_ARN() Determine if ARN has a value

Code

The error code associated with the error.

Accessible with the following methods

Method Description
GET_CODE() Getter for CODE, with configurable default
ASK_CODE() Getter for CODE w/ exceptions if field has no value
HAS_CODE() Determine if CODE has a value

Message

A message describing the error.

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_BATCHGETROUTEROUTERRORLIST

TYPES TT_BATCHGETROUTEROUTERRORLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_MDXBTCGETRTROUTERROR WITH DEFAULT KEY
.