Error

data class Error(val throwable: Throwable) : AFGeofenceEvent

Signals an error that occurred within the geofencing service.

Constructors

Link copied to clipboard
constructor(throwable: Throwable)

Properties

Link copied to clipboard

The throwable representing the error.