/AWS1/CL_LOCBTCPUTGEOFENCERSP¶
BatchPutGeofenceResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_successes TYPE /AWS1/CL_LOCBTCPUTGEOFENCESUCC=>TT_BATCHPUTGEOFENCESUCCESSLIST TT_BATCHPUTGEOFENCESUCCESSLIST¶
Contains each geofence that was successfully stored in a geofence collection.
it_errors TYPE /AWS1/CL_LOCBTCPUTGEOFENCEERR=>TT_BATCHPUTGEOFENCEERRORLIST TT_BATCHPUTGEOFENCEERRORLIST¶
Contains additional error details for each geofence that failed to be stored in a geofence collection.
Queryable Attributes¶
Successes¶
Contains each geofence that was successfully stored in a geofence collection.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUCCESSES() |
Getter for SUCCESSES, with configurable default |
ASK_SUCCESSES() |
Getter for SUCCESSES w/ exceptions if field has no value |
HAS_SUCCESSES() |
Determine if SUCCESSES has a value |
Errors¶
Contains additional error details for each geofence that failed to be stored in a geofence collection.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORS() |
Getter for ERRORS, with configurable default |
ASK_ERRORS() |
Getter for ERRORS w/ exceptions if field has no value |
HAS_ERRORS() |
Determine if ERRORS has a value |