Class SmsErrorCode
java.lang.Object
com.sinch.sdk.core.utils.EnumDynamic<String,SmsErrorCode>
com.sinch.sdk.domains.numbers.models.v1.SmsErrorCode
The error codes that show the reason of failure of a scheduled provisioning
-
Field Summary
Modifier and TypeFieldDescriptionstatic final SmsErrorCode
The specific campaign has expired.static final SmsErrorCode
The MNO for the campaign was rejected.static final SmsErrorCode
The MNO for the campaign is under review.static final SmsErrorCode
The MNO for the campaign was suspended.static final SmsErrorCode
The specified campaign is not available.static final SmsErrorCode
The campaign is awaiting acceptance.static final SmsErrorCode
Provisioning for campaign failed.static final SmsErrorCode
Code not specified.static final SmsErrorCode
Exceeded the 10DLC limit.static final SmsErrorCode
The credit balance for the account is insufficient to cover the fees.static final SmsErrorCode
Internal server error.static final SmsErrorCode
The specified NNID is invalid.static final SmsErrorCode
Sharing error.static final SmsErrorCode
Mock campaign is not permitted.static final SmsErrorCode
Failed to provision the number.static final SmsErrorCode
The third party service is unavailable.static final SmsErrorCode
Provisioning for SMS failed.static final SmsErrorCode
The Toll-Free number is not allowed. -
Method Summary
Modifier and TypeMethodDescriptionstatic SmsErrorCode
static String
static Stream
<SmsErrorCode> values()
Methods inherited from class com.sinch.sdk.core.utils.EnumDynamic
equals, hashCode, toString, value
-
Field Details
-
ERROR_CODE_UNSPECIFIED
Code not specified. -
INTERNAL_ERROR
Internal server error. -
SMS_PROVISIONING_FAILED
Provisioning for SMS failed. -
CAMPAIGN_PROVISIONING_FAILED
Provisioning for campaign failed. -
CAMPAIGN_NOT_AVAILABLE
The specified campaign is not available. -
EXCEEDED_10DLC_LIMIT
Exceeded the 10DLC limit. -
NUMBER_PROVISIONING_FAILED
Failed to provision the number. -
PARTNER_SERVICE_UNAVAILABLE
The third party service is unavailable. -
CAMPAIGN_PENDING_ACCEPTANCE
The campaign is awaiting acceptance. -
MNO_SHARING_ERROR
Sharing error. -
CAMPAIGN_EXPIRED
The specific campaign has expired. -
CAMPAIGN_MNO_REJECTED
The MNO for the campaign was rejected. -
CAMPAIGN_MNO_SUSPENDED
The MNO for the campaign was suspended. -
CAMPAIGN_MNO_REVIEW
The MNO for the campaign is under review. -
INSUFFICIENT_BALANCE
The credit balance for the account is insufficient to cover the fees. -
MOCK_CAMPAIGN_NOT_ALLOWED
Mock campaign is not permitted. -
TFN_NOT_ALLOWED
The Toll-Free number is not allowed. -
INVALID_NNID
The specified NNID is invalid.
-
-
Method Details
-
values
-
from
-
valueOf
-