AWSLocationBatchEvaluateGeofencesResponse
Objective-C
@interface AWSLocationBatchEvaluateGeofencesResponse
Swift
class AWSLocationBatchEvaluateGeofencesResponse
-
Contains error details for each device that failed to evaluate its position against the given geofence collection.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSLocationBatchEvaluateGeofencesError *> *_Nullable errors;
Swift
var errors: [AWSLocationBatchEvaluateGeofencesError]? { get set }