GeneralError

data class GeneralError(val cause: Throwable?, val message: String) : GeofenceError

General geofence error.

Constructors

Link copied to clipboard
constructor(cause: Throwable?, message: String)

Properties

Link copied to clipboard
Link copied to clipboard