/AWS1/CL_LOCBTCDELGEOFENCEERR¶
Contains error details for each geofence that failed to delete from the geofence collection.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_geofenceid TYPE /AWS1/LOCID /AWS1/LOCID¶
The geofence associated with the error message.
io_error TYPE REF TO /AWS1/CL_LOCBATCHITEMERROR /AWS1/CL_LOCBATCHITEMERROR¶
Contains details associated to the batch error.
Queryable Attributes¶
GeofenceId¶
The geofence associated with the error message.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GEOFENCEID() |
Getter for GEOFENCEID, with configurable default |
ASK_GEOFENCEID() |
Getter for GEOFENCEID w/ exceptions if field has no value |
HAS_GEOFENCEID() |
Determine if GEOFENCEID has a value |
Error¶
Contains details associated to the batch error.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERROR() |
Getter for ERROR |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_BATCHDELGEOFENCEERRORLIST¶
TYPES TT_BATCHDELGEOFENCEERRORLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_LOCBTCDELGEOFENCEERR WITH DEFAULT KEY
.