AccountErrorCode

annotation class AccountErrorCode

error codes

Properties

Link copied to clipboard
val ACCOUNT_NOT_EXIST: Int
The subscriber account does not exist
Link copied to clipboard
val APP_NEED_UPDATE: Int
A new app version is available
Link copied to clipboard
val AUTH_BAD_PSW: Int
Bad password.
Link copied to clipboard
val AUTHENTICATION_TOKEN_LIMIT_REACHED: Int
The limit was reached for authenticate with token
Link copied to clipboard
val AUTHENTICATION_TOKEN_MISSING_OR_EXPIRED: Int
The authentication token is missing or is expired
Link copied to clipboard
val BAD_AUTHENTICATION_TK: Int
The limit was reached for authenticate with token
Link copied to clipboard
val BAD_DEVICE_ID: Int
Account already used on another device
Link copied to clipboard
val EMPTY_PHONE_NUMBER: Int
Missing phone number
Link copied to clipboard
val EMPTY_USER_ID: Int
Missing user identifier
Link copied to clipboard
val ERROR_ALWAYS_CONNECTED_CHANGE_DENIED: Int
Changing the always connected status is not allowed
Link copied to clipboard
val FAILED_AUTHENTICATION_LIMIT_REACHED: Int
Failed authentication limit was reached
Link copied to clipboard
val FCM_TOKEN_NOT_RETRIEVED: Int
Could not do FCM registration
Link copied to clipboard
val FORCE_WIPEOUT: Int
The client application must wipe out all subscriber information
Link copied to clipboard
val INCOMING_SIP_MESSAGES_LIMIT_REACHED: Int
SIP messages limit was reached
Link copied to clipboard
val INCORRECT_LOGIN_TYPE: Int
trying to connect using incorrect login type
Link copied to clipboard
val INTERNAL_SERVER_ERROR: Int
Unexpected internal server error
Link copied to clipboard
val INVALID_COMPANY_ID: Int
the entered company id is not valid
Link copied to clipboard
val INVALID_PHONE_NUMBER: Int
the entered phone number is invalid
Link copied to clipboard
val INVALID_USER_IDENTIFIER: Int
the entered number is invalid
Link copied to clipboard
val MSG_INVALID: Int
Invalid message: the message is wrongly formatted or is missing mandatory fields
Link copied to clipboard
val NETWORK_ERROR: Int
Can not send sip request
Link copied to clipboard
val NO_NETWORK_AVAILABLE: Int
there is no active network available.
Link copied to clipboard
val NUMBER_NOT_ALLOWED: Int
Phone number not available
Link copied to clipboard
val ORGANIZATION_BLOCKED: Int
The organization blocked
Link copied to clipboard
val ORGANIZATION_EXPIRED: Int
The organization expired
Link copied to clipboard
val SUBSCRIBER_BELONGS_TO_DIFFERENT_COMPANY: Int
The Mobile number is not associated with the entered Company ID
Link copied to clipboard
val SUBSCRIBER_BLOCKED: Int
The subscriber is blocked
Link copied to clipboard
val SUBSCRIBER_DISABLED: Int
The subscriber is disabled
Link copied to clipboard
val SUBSCRIBER_INFO_MISSING: Int
The message body is missing required subscriber parameters.
Link copied to clipboard
val SUBSCRIBER_NOT_FOUND: Int
The Mobile number is not registered
Link copied to clipboard
val UNKNOWN_ERROR: Int
an error occurred while checking the configuration service.
Link copied to clipboard
val USER_ID_NOT_ALLOWED: Int
User ID not available

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