Skip to content

/AWS1/CL_CWSUNPROCEDSTATEVENT

A status event that could not be processed by the service.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_instrumentationtype TYPE /AWS1/CWSINSTRUMENTATIONTYPE /AWS1/CWSINSTRUMENTATIONTYPE

The type of instrumentation configuration for the unprocessed status event.

iv_signaltype TYPE /AWS1/CWSDYNINSTRSIGNALTYPE /AWS1/CWSDYNINSTRSIGNALTYPE

The telemetry signal type for the unprocessed status event.

iv_locationhash TYPE /AWS1/CWSSTRING /AWS1/CWSSTRING

The stable hash of the instrumentation location for the unprocessed event.

iv_status TYPE /AWS1/CWSINSTRCONFSTATUS /AWS1/CWSINSTRCONFSTATUS

The status that failed to be processed.

iv_time TYPE /AWS1/CWSTIMESTAMP /AWS1/CWSTIMESTAMP

The timestamp of the status event that failed to be processed.

iv_failedreason TYPE /AWS1/CWSUNPROCEDSTATVENTFLRSN /AWS1/CWSUNPROCEDSTATVENTFLRSN

The reason why this status event could not be processed, such as throttling or validation errors.


Queryable Attributes

InstrumentationType

The type of instrumentation configuration for the unprocessed status event.

Accessible with the following methods

Method Description
GET_INSTRUMENTATIONTYPE() Getter for INSTRUMENTATIONTYPE, with configurable default
ASK_INSTRUMENTATIONTYPE() Getter for INSTRUMENTATIONTYPE w/ exceptions if field has no
HAS_INSTRUMENTATIONTYPE() Determine if INSTRUMENTATIONTYPE has a value

SignalType

The telemetry signal type for the unprocessed status event.

Accessible with the following methods

Method Description
GET_SIGNALTYPE() Getter for SIGNALTYPE, with configurable default
ASK_SIGNALTYPE() Getter for SIGNALTYPE w/ exceptions if field has no value
HAS_SIGNALTYPE() Determine if SIGNALTYPE has a value

LocationHash

The stable hash of the instrumentation location for the unprocessed event.

Accessible with the following methods

Method Description
GET_LOCATIONHASH() Getter for LOCATIONHASH, with configurable default
ASK_LOCATIONHASH() Getter for LOCATIONHASH w/ exceptions if field has no value
HAS_LOCATIONHASH() Determine if LOCATIONHASH has a value

Status

The status that failed to be processed.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value

Time

The timestamp of the status event that failed to be processed.

Accessible with the following methods

Method Description
GET_TIME() Getter for TIME, with configurable default
ASK_TIME() Getter for TIME w/ exceptions if field has no value
HAS_TIME() Determine if TIME has a value

FailedReason

The reason why this status event could not be processed, such as throttling or validation errors.

Accessible with the following methods

Method Description
GET_FAILEDREASON() Getter for FAILEDREASON, with configurable default
ASK_FAILEDREASON() Getter for FAILEDREASON w/ exceptions if field has no value
HAS_FAILEDREASON() Determine if FAILEDREASON 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_UNPROCESSEDSTATUSEVENTLIST

TYPES TT_UNPROCESSEDSTATUSEVENTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CWSUNPROCEDSTATEVENT WITH DEFAULT KEY
.