Uses of Class
com.sinch.sdk.domains.numbers.models.v1.SmsErrorCode
-
Uses of SmsErrorCode in com.sinch.sdk.domains.numbers.models.v1
Modifier and TypeFieldDescriptionstatic final SmsErrorCode
SmsErrorCode.CAMPAIGN_EXPIRED
The specific campaign has expired.static final SmsErrorCode
SmsErrorCode.CAMPAIGN_MNO_REJECTED
The MNO for the campaign was rejected.static final SmsErrorCode
SmsErrorCode.CAMPAIGN_MNO_REVIEW
The MNO for the campaign is under review.static final SmsErrorCode
SmsErrorCode.CAMPAIGN_MNO_SUSPENDED
The MNO for the campaign was suspended.static final SmsErrorCode
SmsErrorCode.CAMPAIGN_NOT_AVAILABLE
The specified campaign is not available.static final SmsErrorCode
SmsErrorCode.CAMPAIGN_PENDING_ACCEPTANCE
The campaign is awaiting acceptance.static final SmsErrorCode
SmsErrorCode.CAMPAIGN_PROVISIONING_FAILED
Provisioning for campaign failed.static final SmsErrorCode
SmsErrorCode.ERROR_CODE_UNSPECIFIED
Code not specified.static final SmsErrorCode
SmsErrorCode.EXCEEDED_10DLC_LIMIT
Exceeded the 10DLC limit.static final SmsErrorCode
SmsErrorCode.INSUFFICIENT_BALANCE
The credit balance for the account is insufficient to cover the fees.static final SmsErrorCode
SmsErrorCode.INTERNAL_ERROR
Internal server error.static final SmsErrorCode
SmsErrorCode.INVALID_NNID
The specified NNID is invalid.static final SmsErrorCode
SmsErrorCode.MNO_SHARING_ERROR
Sharing error.static final SmsErrorCode
SmsErrorCode.MOCK_CAMPAIGN_NOT_ALLOWED
Mock campaign is not permitted.static final SmsErrorCode
SmsErrorCode.NUMBER_PROVISIONING_FAILED
Failed to provision the number.static final SmsErrorCode
SmsErrorCode.PARTNER_SERVICE_UNAVAILABLE
The third party service is unavailable.static final SmsErrorCode
SmsErrorCode.SMS_PROVISIONING_FAILED
Provisioning for SMS failed.static final SmsErrorCode
SmsErrorCode.TFN_NOT_ALLOWED
The Toll-Free number is not allowed.Modifier and TypeMethodDescriptionScheduledSmsProvisioning.getErrorCodes()
Get errorCodesstatic Stream
<SmsErrorCode> SmsErrorCode.values()
Modifier and TypeMethodDescriptionScheduledSmsProvisioning.Builder.setErrorCodes
(List<SmsErrorCode> errorCodes) see getter