Class SmsErrorCode

java.lang.Object
com.sinch.sdk.core.utils.EnumDynamic<String,SmsErrorCode>
com.sinch.sdk.domains.numbers.models.v1.SmsErrorCode

public class SmsErrorCode extends EnumDynamic<String,SmsErrorCode>
The error codes that show the reason of failure of a scheduled provisioning
  • Field Details

    • ERROR_CODE_UNSPECIFIED

      public static final SmsErrorCode ERROR_CODE_UNSPECIFIED
      Code not specified.
    • INTERNAL_ERROR

      public static final SmsErrorCode INTERNAL_ERROR
      Internal server error.
    • SMS_PROVISIONING_FAILED

      public static final SmsErrorCode SMS_PROVISIONING_FAILED
      Provisioning for SMS failed.
    • CAMPAIGN_PROVISIONING_FAILED

      public static final SmsErrorCode CAMPAIGN_PROVISIONING_FAILED
      Provisioning for campaign failed.
    • CAMPAIGN_NOT_AVAILABLE

      public static final SmsErrorCode CAMPAIGN_NOT_AVAILABLE
      The specified campaign is not available.
    • EXCEEDED_10DLC_LIMIT

      public static final SmsErrorCode EXCEEDED_10DLC_LIMIT
      Exceeded the 10DLC limit.
    • NUMBER_PROVISIONING_FAILED

      public static final SmsErrorCode NUMBER_PROVISIONING_FAILED
      Failed to provision the number.
    • PARTNER_SERVICE_UNAVAILABLE

      public static final SmsErrorCode PARTNER_SERVICE_UNAVAILABLE
      The third party service is unavailable.
    • CAMPAIGN_PENDING_ACCEPTANCE

      public static final SmsErrorCode CAMPAIGN_PENDING_ACCEPTANCE
      The campaign is awaiting acceptance.
    • MNO_SHARING_ERROR

      public static final SmsErrorCode MNO_SHARING_ERROR
      Sharing error.
    • CAMPAIGN_EXPIRED

      public static final SmsErrorCode CAMPAIGN_EXPIRED
      The specific campaign has expired.
    • CAMPAIGN_MNO_REJECTED

      public static final SmsErrorCode CAMPAIGN_MNO_REJECTED
      The MNO for the campaign was rejected.
    • CAMPAIGN_MNO_SUSPENDED

      public static final SmsErrorCode CAMPAIGN_MNO_SUSPENDED
      The MNO for the campaign was suspended.
    • CAMPAIGN_MNO_REVIEW

      public static final SmsErrorCode CAMPAIGN_MNO_REVIEW
      The MNO for the campaign is under review.
    • INSUFFICIENT_BALANCE

      public static final SmsErrorCode INSUFFICIENT_BALANCE
      The credit balance for the account is insufficient to cover the fees.
    • MOCK_CAMPAIGN_NOT_ALLOWED

      public static final SmsErrorCode MOCK_CAMPAIGN_NOT_ALLOWED
      Mock campaign is not permitted.
    • TFN_NOT_ALLOWED

      public static final SmsErrorCode TFN_NOT_ALLOWED
      The Toll-Free number is not allowed.
    • INVALID_NNID

      public static final SmsErrorCode INVALID_NNID
      The specified NNID is invalid.
  • Method Details