Skip to content

/AWS1/CL_IOSFAILEDDATASEGDSAS

Contains error information for a data segment disassociation that failed.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_sourcedatasetid TYPE /AWS1/IOSID /AWS1/IOSID

The ID of the source dataset.

iv_timeseriesid TYPE /AWS1/IOSTIMESERIESID /AWS1/IOSTIMESERIESID

The ID of the time series.

io_starttimestamp TYPE REF TO /AWS1/CL_IOSTIMEINNANOS /AWS1/CL_IOSTIMEINNANOS

The nanosecond-precision start time of the data segment.

io_endtimestamp TYPE REF TO /AWS1/CL_IOSTIMEINNANOS /AWS1/CL_IOSTIMEINNANOS

The nanosecond-precision end time of the data segment.

iv_errorcode TYPE /AWS1/IOSDATASEGMENTERRORCODE /AWS1/IOSDATASEGMENTERRORCODE

The error code for the failed disassociation.

iv_errormessage TYPE /AWS1/IOSDATASEGMENTERRORMSG /AWS1/IOSDATASEGMENTERRORMSG

The error message for the failed disassociation.


Queryable Attributes

sourceDatasetId

The ID of the source dataset.

Accessible with the following methods

Method Description
GET_SOURCEDATASETID() Getter for SOURCEDATASETID, with configurable default
ASK_SOURCEDATASETID() Getter for SOURCEDATASETID w/ exceptions if field has no val
HAS_SOURCEDATASETID() Determine if SOURCEDATASETID has a value

timeSeriesId

The ID of the time series.

Accessible with the following methods

Method Description
GET_TIMESERIESID() Getter for TIMESERIESID, with configurable default
ASK_TIMESERIESID() Getter for TIMESERIESID w/ exceptions if field has no value
HAS_TIMESERIESID() Determine if TIMESERIESID has a value

startTimestamp

The nanosecond-precision start time of the data segment.

Accessible with the following methods

Method Description
GET_STARTTIMESTAMP() Getter for STARTTIMESTAMP

endTimestamp

The nanosecond-precision end time of the data segment.

Accessible with the following methods

Method Description
GET_ENDTIMESTAMP() Getter for ENDTIMESTAMP

errorCode

The error code for the failed disassociation.

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

The error message for the failed disassociation.

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_FAILEDDATASEGMENTDSASS

TYPES TT_FAILEDDATASEGMENTDSASS TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOSFAILEDDATASEGDSAS WITH DEFAULT KEY
.