ErrorCode

annotation class ErrorCode

Properties

val BACKGROUND_LOCATION_PERMISSION_NOT_ALLOWED: Int
The background location permission is not granted by the user
val CHANGE_TRACKING_DEVICE_LOCATION_NOT_ALLOWED: Int
The user is not allowed to change the tracking location status
Link copied to clipboard
val DEFAULT_ERROR: Int
An unknown error has occurred
Link copied to clipboard
val EMPTY_PARTICIPANT_TO_TRACK: Int
The list of participants is empty or null
Link copied to clipboard
val EMPTY_RESULT: Int
An empty result has returned by the request
Link copied to clipboard
val EMPTY_USER_LIST: Int
The passed list of users is null or empty.
Link copied to clipboard
val LOCATION_PERMISSION_NOT_ALLOWED: Int
The location permission is not granted by the user (coarse + fine + background are required)
Link copied to clipboard
val NO_CONNECTION_ERROR: Int
Connection problem
Link copied to clipboard
val REQUEST_FAILED: Int
If tracking request is failed to send
Link copied to clipboard
val SYSTEM_SETTING_LOCATION_NOT_ALLOWED: Int
The location system settings in disabled
val TRACKING_DEVICE_LOCATION_FEATURE_NOT_ALLOWED: Int
The tracking device feature is not allowed from the backend
Link copied to clipboard
val TRACKING_PARTICIPANT_NOT_ALLOWED: Int
User not allowed to track these participants
Link copied to clipboard
val UNAVAILABLE_ADDRESS: Int
The requested address for the specified position is not available
Link copied to clipboard
val UNKNOWN_USERS: Int
The passed list of users contains one or more unknown users.

Inherited functions

Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String