Skip to content

/AWS1/CL_FISEXPERIMENTERROR

Describes the error when an experiment has failed.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_accountid TYPE /AWS1/FISEXPERIMENTERRORACCTID /AWS1/FISEXPERIMENTERRORACCTID

The Amazon Web Services Account ID where the experiment failure occurred.

iv_code TYPE /AWS1/FISEXPERIMENTERRORCODE /AWS1/FISEXPERIMENTERRORCODE

The error code for the failed experiment.

iv_location TYPE /AWS1/FISEXPERIMENTERRORLOC /AWS1/FISEXPERIMENTERRORLOC

Context for the section of the experiment template that failed.


Queryable Attributes

accountId

The Amazon Web Services Account ID where the experiment failure occurred.

Accessible with the following methods

Method Description
GET_ACCOUNTID() Getter for ACCOUNTID, with configurable default
ASK_ACCOUNTID() Getter for ACCOUNTID w/ exceptions if field has no value
HAS_ACCOUNTID() Determine if ACCOUNTID has a value

code

The error code for the failed experiment.

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

location

Context for the section of the experiment template that failed.

Accessible with the following methods

Method Description
GET_LOCATION() Getter for LOCATION, with configurable default
ASK_LOCATION() Getter for LOCATION w/ exceptions if field has no value
HAS_LOCATION() Determine if LOCATION has a value