ErrorCode

annotation class ErrorCode

fail reasons when invite a guest

Properties

Link copied to clipboard
val ALREADY_EXISTS_SUBSCRIBER_MSISDN: Int
already exist subscriber MSISDN
Link copied to clipboard
val GUEST_COUNTRY_DOMAIN_FORBIDDEN: Int
The guest country domain is forbidden
Link copied to clipboard
val GUEST_COUNTRY_EMAIL_DOMAIN_FORBIDDEN: Int
The guest country and email is forbidden
Link copied to clipboard
val GUEST_EMAIL_DOMAIN_FORBIDDEN: Int
The guest email is forbidden
Link copied to clipboard
val INVALID_PARAMETERS: Int
Invalid parameters
Link copied to clipboard
val INVALID_PHONE_NUMBER: Int
Invalid phone number
Link copied to clipboard
val INVITE_EXTERNAL_USER_NOT_ALLOWED: Int
The external user invitation is not allowed
Link copied to clipboard
val REQUEST_FAILED: Int
The request is failed due to unknown error

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