ErrorCode

annotation class ErrorCode

fail reasons when launch an emergency alert

Properties

Link copied to clipboard
val CREATING_THREAD: Int
can't create thread
Link copied to clipboard
val EMERGENCY_ALERT_ALREADY_ACKNOWLEDGED: Int
When user try to stop a non active emergency alert
Link copied to clipboard
val EMERGENCY_ALERT_ALREADY_STOPPED: Int
When user try to stop a non active emergency alert
Link copied to clipboard
val EMPTY_DESTINATION: Int
no recipient
Link copied to clipboard
val EMPTY_GROUP: Int
empty related group
Link copied to clipboard
val EMPTY_THREAD: Int
empty thread
Link copied to clipboard
val INVALID_PARAMS: Int
Invalid parameter
Link copied to clipboard
val REQUEST_FAILED: Int
Request failed due to unknown error
Link copied to clipboard
val SYSTEM_SETTING_LOCATION_NOT_ALLOWED: Int
The location in system settings in disabled

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