Failure
data class Failure(val message: String? = null, val cause: Throwable? = null, val status: AFGeofencingStatus? = null) : AFGeofencingResult
Operation failed with an error.
Properties
Link copied to clipboard
The AFGeofencingStatus published at call time (e.g. PERMISSIONS_REDUCED_ACCURACY, PERMISSIONS_DENIED, LOCATION_SERVICES_DISABLED), letting consumers react synchronously without observing com.advantahealth.api.facilities.Facilities.subscribeToStatus. null when the failure has no associated status (e.g. no facilities to monitor). Best-effort on iOS — see the class doc.