Skip to main content
API responses may include a numeric code, a status string (UPPER_SNAKE_CASE), and a human-readable description. Use this page to interpret errors and handle them in your application.
Error responses typically include code, status, and description. The status field is stable for programmatic handling; the description may be updated for clarity.

General (90001–90099)

CodeStatusDescription
90001PROCESSING_ERRORAn error occurred while processing the request.
90002FAILED_GENERATE_IDA system error occurred while creating a request. Please try again.
90003FAILED_CREATE_REQUESTAn error occurred while creating the request. Please contact support if the issue persists.

Validation (90100–90199)

CodeStatusDescription
90101INVALID_WORKSPACE_ID_FORMATThe provided workspace ID does not match the required format.
90102WORKSPACE_NOT_FOUNDThe specified workspace was not found.
90103INVALID_RECIPIENT_NUMBERThe recipient number is invalid.
90104INVALID_RECIPIENT_EMAILThe recipient email address is invalid.
90105INVALID_CHANNELThe channel is invalid or not supported.

System (90200–90299)

CodeStatusDescription
90201DATABASE_NOT_AVAILABLEThe database service is currently unavailable or unreachable.
90202COUNTRY_NILCountry information not found for the workspace.
90203CACHE_NOT_AVAILABLEThe cache service is currently unavailable or unreachable.

Pricing (90400–90499)

CodeStatusDescription
90401PRICE_NOT_FOUNDThe price is not configured for the route or country.
90402WALLET_NOT_FOUNDThe wallet was not found for the workspace.
90403FAILED_PROCESS_WALLETFailed to process wallet deduction.
90404LOW_WALLET_BALANCEInsufficient wallet balance to process the transaction.

WhatsApp (90500–90699)

General & template

CodeStatusDescription
90501INVALID_WHATSAPP_PHONE_IDThe provided WhatsApp phone ID is invalid or does not match the required format.
90502INVALID_WHATSAPP_TEMPLATE_NAMEThe provided WhatsApp template is invalid or does not match the required format.
90503WHATSAPP_CATEGORY_NOT_FOUNDThe provided WhatsApp message category is invalid or does not match the required format.
90504DAILY_LIMIT_EXCEEDEDThe daily limit has been exceeded for the WhatsApp message.
90505UNSUPPORTED_REQUEST_TYPEThe provided WhatsApp request type is invalid or does not match the required format.
90506UNSUPPORTED_INTERACTIVE_TYPEThe provided WhatsApp interactive type is invalid or does not match the required format.
90507SERVICE_WINDOW_CLOSEDService window is closed. Service messages can only be sent when the service window is open.

Message payload & body

CodeStatusDescription
90520INVALID_MESSAGE_PAYLOADThe provided WhatsApp message payload is invalid or does not match the required format.
90521WHATSAPP_MESSAGE_BODY_REQUIREDThe provided WhatsApp message body is required but not provided.
90522WHATSAPP_MESSAGE_BODY_TOO_LONGThe provided WhatsApp message body is too long and exceeds the maximum length of 4096 characters.
90523WHATSAPP_IMAGE_ID_OR_LINK_REQUIREDThe WhatsApp image payload must include either an ‘id’ or a ‘link’.
90524WHATSAPP_AUDIO_ID_OR_LINK_REQUIREDThe WhatsApp audio payload must include either an ‘id’ or a ‘link’.
90525WHATSAPP_DOCUMENT_ID_OR_LINK_REQUIREDThe WhatsApp document payload must include either an ‘id’ or a ‘link’.
90526WHATSAPP_VIDEO_ID_OR_LINK_REQUIREDThe WhatsApp video payload must include either an ‘id’ or a ‘link’.
90527WHATSAPP_LOCATION_LATITUDE_AND_LONGITUDE_REQUIREDThe WhatsApp location payload must include both ‘latitude’ and ‘longitude’.
90528WHATSAPP_CONTACTS_CONTACTS_ARRAY_CANNOT_BE_EMPTYThe WhatsApp contacts payload must include at least one contact.

Interactive messages

CodeStatusDescription
90530INVALID_INTERACTIVE_PAYLOADThe interactive message payload is invalid. Please ensure it matches the required WhatsApp Business API format.
90531INVALID_INTERACTIVE_TYPEThe interactive message type is invalid. Please provide a supported interactive type (button, list, carousel, etc.).
90532WHATSAPP_INTERACTIVE_BODY_REQUIREDThe interactive message body text is required. Please provide the message body content.
90533WHATSAPP_INTERACTIVE_ACTION_REQUIREDThe interactive message action is required. Please provide the action configuration for your interactive message.
90534WHATSAPP_INTERACTIVE_ACTION_BUTTON_REQUIREDThe interactive message action button is required. Please provide at least one button in the action configuration.
90535WHATSAPP_INTERACTIVE_ACTION_SECTIONS_REQUIREDThe interactive message action sections are required. Please provide at least one section for list-type interactive messages.
90536WHATSAPP_INTERACTIVE_ACTION_SECTIONS_TITLE_REQUIREDThe section title is required. Please provide a title for each section in your interactive message.
90537WHATSAPP_INTERACTIVE_ACTION_SECTIONS_ROWS_CANNOT_BE_EMPTYThe section rows cannot be empty. Please provide at least one row item in each section.
90538WHATSAPP_INTERACTIVE_ACTION_SECTIONS_ROWS_ID_REQUIREDThe row ID is required. Please provide a unique identifier for each row in the section.
90539WHATSAPP_INTERACTIVE_ACTION_SECTIONS_ROWS_TITLE_REQUIREDThe row title is required. Please provide a title for each row in the section.
90540WHATSAPP_INTERACTIVE_ACTION_BUTTONS_MAX_3_BUTTONSInteractive message buttons are limited to a maximum of 3 buttons. Please reduce the number of buttons in your request.
90541WHATSAPP_INTERACTIVE_ACTION_BUTTONS_TYPE_MUST_BE_REPLYButton type must be ‘reply’. Please ensure all buttons use the ‘reply’ type for interactive messages.
90542WHATSAPP_INTERACTIVE_ACTION_BUTTONS_REPLY_ID_REQUIREDThe button reply ID is required. Please provide a unique identifier for each button reply action.
90543WHATSAPP_INTERACTIVE_ACTION_BUTTONS_REPLY_TITLE_REQUIREDThe button reply title is required. Please provide a title for each button in your interactive message.
90544WHATSAPP_INTERACTIVE_ACTION_NAME_MUST_BE_CTA_URLThe action name must be ‘cta_url’ for call-to-action URL buttons. Please update the action name accordingly.
90545WHATSAPP_INTERACTIVE_ACTION_PARAMETERS_REQUIREDThe action parameters are required. Please provide the necessary parameters for your interactive message action.
90546WHATSAPP_INTERACTIVE_ACTION_PARAMETERS_URL_REQUIREDThe action parameter URL is required. Please provide a valid URL in the action parameters for the call-to-action button.
90547WHATSAPP_INTERACTIVE_ACTION_NAME_MUST_BE_LOCATION_REQUEST_MESSAGEThe action name must be ‘location_request_message’ for location request interactive messages. Please update the action name accordingly.
90548WHATSAPP_INTERACTIVE_ACTION_PARAMETERS_COUNTRY_REQUIREDThe country parameter is required. Please provide a valid country code in the action parameters for location request messages.
90549WHATSAPP_INTERACTIVE_ACTION_CARDS_REQUIREDThe carousel cards are required. Please provide at least one card in your product carousel interactive message.
90550WHATSAPP_INTERACTIVE_ACTION_CARDS_MAX_10_CARDSProduct carousel is limited to a maximum of 10 cards. Please reduce the number of cards in your request.
90551WHATSAPP_INTERACTIVE_ACTION_CARDS_TYPE_REQUIREDThe card type is required. Please specify the type for each card in your product carousel.
90552WHATSAPP_INTERACTIVE_ACTION_CARDS_BODY_TEXT_REQUIREDThe card body text is required. Please provide body text for each card in your product carousel.
90553WHATSAPP_INTERACTIVE_ACTION_CARDS_ACTION_NAME_REQUIREDThe card action name is required. Please provide an action name for each card in your product carousel.
90554WHATSAPP_INTERACTIVE_ACTION_CARDS_ACTION_PRODUCT_RETAILER_ID_REQUIREDThe product retailer ID is required. Please provide a valid retailer ID in the card action for product carousel messages.
90555WHATSAPP_INTERACTIVE_ACTION_CARDS_ACTION_CATALOG_ID_REQUIREDThe catalog ID is required. Please provide a valid catalog ID in the card action for product carousel messages.

RCS (90700–90899)

CodeStatusDescription
90701INVALID_RCS_BOT_IDThe RCS bot ID is invalid or does not match the required format. Please provide a valid bot ID for your RCS configuration.
90702RCS_BOT_NOT_FOUNDThe RCS bot was not found for your workspace. Please ensure the bot is properly configured in your workspace settings.
90703RCS_BOT_NOT_SUPPORTEDThe RCS bot is not supported for the recipient’s country. Please use a bot that supports the target country or select a different messaging channel.
90704UNSUPPORTED_RCS_VENDORThe RCS vendor is not supported. Please use a supported RCS vendor or contact support for assistance.
90705BOT_ID_OR_BOT_SECRET_MISSINGThe bot ID or bot secret is missing. Please provide both bot ID and bot secret in your RCS configuration.
90706FAILED_TO_PROCESS_TOKENFailed to process the authentication token. Please verify your bot credentials and try again. If the issue persists, contact support.
90707FAILED_TO_CHECK_RCS_CAPABILITYFailed to check the RCS capability for the recipient. Please try again later or contact support if the issue persists.
90708RCS_CAPABILITY_NOT_SUPPORTEDRCS messaging is not supported for this recipient. The recipient’s device or carrier may not support RCS. Please use an alternative messaging channel.
90709UNSUPPORTED_MESSAGE_TYPEThe message type is invalid or not supported. Please provide a supported RCS message type (text, card, carousel, etc.).
90710INVALID_RCS_MESSAGE_PAYLOADThe message payload is invalid or does not match the required RCS format. Please ensure your payload conforms to the RCS Business Messaging API specification.
90711INVALID_RCS_TEMPLATE_NAMEThe RCS template name is invalid or does not match the required format. Please provide a valid template name that exists in your RCS template library.
90712FAILED_RCS_MESSAGE_PROCESSINGFailed to process the RCS message. Please verify your message payload and try again. If the issue persists, contact support.

SMS (90900–91999)

SMS errors are grouped by category. Ranges: 90900–90999 API-facing shared codes; 91000–91064 validation, DLT, and template/content; 91400–91999 delivery, operator, handset, user, and provider. Delivery reports and vendor responses may map to these internal codes.

SMS general (90900–91099)

Code 90903 is reserved as a legacy slot and documented below as SMS_CODE_RESERVED.
CodeStatusDescription
90901INVALID_SENDER_ID_OR_ROUTEThe sender ID or route is invalid or does not match the required format.
90902RECIPIENT_COUNTRY_NOT_SUPPORTEDThe recipient country is not supported by the sender ID.
90903SMS_CODE_RESERVEDReserved legacy slot. Use 91002 DLT_SCRUBBING_ERROR for current API validation responses.
90904INVALID_SMS_CONTENTThe SMS content is invalid or does not match the required format.
91001INVALID_PHONE_NUMBERThe recipient phone number is invalid.
91002DLT_SCRUBBING_ERRORThe DLT template ID or entity ID is required for SMS messages in India.
91003FAILED_PARSE_CONTENTFailed to parse SMS content.
91004FAILED_GENERATE_CONFIGFailed to generate SMS configuration JSON.
91005CONTENT_PARSING_ERRORError parsing SMS content (unicode/encoding).

SMS DLT (91006–91056)

DLT (Do Not Disturb / regulatory) codes apply to SMS in India. Vendor delivery reports may map to these internal codes.
CodeStatusDescription
91006SENDER_BLOCKED_BY_DLTSender blocked by DLT provider.
91007TELEMARKETER_BLOCKED_BY_DLTTelemarketer blocked by DLT scrubbing.
91008ENTITY_BLOCKED_BY_DLTPrincipal entity ID blocked by DLT provider.
91009TEMPLATE_BLOCKED_BY_DLTTemplate or content blocked by DLT provider.
91010ENTITY_NOT_REGISTEREDNo entry of entity on the platform.
91011ENTITY_INACTIVEPrincipal entity is inactive or disabled.
91012ENTITY_BLACKLISTEDPrincipal entity has been blocklisted.
91013INVALID_ENTITY_IDPrincipal entity ID is invalid or wrong format.
91014ENTITY_ID_NOT_ALLOWED_FOR_TMPrincipal entity is not allowed for the telemarketer.
91015TELEMARKETER_NOT_REGISTEREDNo entry of TMID on the platform.
91016TELEMARKETER_INACTIVETelemarketer is inactive on the platform.
91017TELEMARKETER_BLACKLISTEDTelemarketer is blocklisted on all platforms.
91018HEADER_INACTIVEHeader is inactive or disabled.
91019HEADER_BLACKLISTEDHeader has been blocklisted.
91020PEID_NOT_MATCHED_WITH_HEADERPEID does not match the header/sender ID information.
91021HEADER_IN_FREEPOOLHeader in free pool.
91022TEMPLATE_INACTIVETemplate is inactive or disabled.
91023TEMPLATE_BLACKLISTEDTemplate has been blocklisted.
91024TEMPLATE_NOT_MATCHEDTemplate does not match the provided content or message.
91025HEADER_NOT_REGISTERED_FOR_TEMPLATEHeader is not registered or associated with the requested template.
91026TEMPLATE_VARIABLE_EXCEEDED_MAX_LENGTHTemplate variable exceeds the maximum allowed length.
91027ERROR_IDENTIFYING_TEMPLATEError in identifying the template.
91028INVALID_TEMPLATE_IDTemplate ID is invalid or does not exist.
91029TEMPLATE_NOT_REGISTERED_TO_ENTITYTemplate is not registered or associated with the specified principal entity ID.
91030PROMOTIONAL_TEMPLATE_USED_ON_OTHERS_HEADERPromotional template used on other/transaction header.
91031INVALID_TEMPLATE_TYPEInvalid template type.
91032PREFERENCE_NOT_MATCHEDPreference does not match the specified criteria on the end user number.
91033INVALID_PROMO_TIMEPromotional time is invalid or outside the allowed range (9 PM to 10 AM).
91034SE_CATEGORY_BLOCKService entity category has been blocked.
91035CONSENT_FAILEDGeneral error code for consent.
91036SCRUBBING_FAILEDGeneral error code in case of any exceptions.
91037TLV_PEID_NOT_FOUNDPrincipal Entity ID within the TLV structure was not found.
91038TLV_TMPID_NOT_FOUNDTemplate ID within the TLV structure was not found.
91039CONTENT_MULTIPART_INCOMPLETE_BY_DLTDLT has not received long SMS parts or if any part is missing.
91040HEADER_SUSPENDED_DUE_TO_VALIDITYHeader suspended due to validity issues concerning DLT compliance.
91041HEADER_SUSPENDED_DUE_TO_USAGEHeader suspended due to excessive usage that violates DLT regulations.
91042HEADER_SUSPENDED_DUE_TO_CUSTOMERHeader suspended due to issues related to the customer’s DLT account.
91043TEMPLATE_SUSPENDED_DUE_TO_VALIDITYTemplate suspended due to validity problems concerning DLT compliance.
91044TEMPLATE_SUSPENDED_DUE_TO_USAGETemplate suspended due to excessive usage that violates DLT regulations.
91045TEMPLATE_SUSPENDED_DUE_TO_CUSTOMERTemplate suspended due to issues related to the customer’s DLT compliance status.
91046CTA_NOT_WHITELISTEDURL in SMS template has not been safelisted on the DLT platform.
91047PE_TM_HASH_NOT_RECEIVEDPE-TM hash was not received or an empty value was provided.
91048PE_TM_HASH_NOT_REGISTEREDSubmitted PE-TM hash does not match any registered hash for the specified PE.
91049PE_TM_HASH_INACTIVEPE-TM hash status is invalid because one of the telemarketers in the chain is inactive.
91050PE_TM_HASH_BLACKLISTEDPE-TM hash status is blocklisted.
91051PE_TM_HASH_SUSPENDEDPE-TM hash status is suspended by the customer.
91052BLOCKED_BY_DLTMessage blocked by DLT regulations.
91053DLT_ENTITY_NOT_FOUNDDLT entity not found.
91054DLT_TEMPLATE_NOT_FOUNDDLT template not found.
91055DLT_HEADER_NOT_FOUNDDLT header not found.
91056DLT_SCRUBBING_TIMEOUTTimeout while performing DLT scrubbing.

SMS template/content (91057–91064)

CodeStatusDescription
91057MSG_TEXT_TOO_LONGMessage text is too long.
91058INVALID_PDU_FORMATInvalid PDU format.
91059REJECTED_INVALID_UDHMessage formatted incorrectly due to invalid ESM class parameter or inaccurate amount of characters.
91060DUPLICATE_MESSAGEDuplicate message ID specified in the submit request.
91061INVALID_DESTINATION_ADDRESSInvalid destination address.
91062INVALID_SOURCE_ADDRESSInvalid source address value.
91063INVALID_REQUEST_TYPEThe request type was invalid.
91064INVALID_REQUEST_DESTINATIONInvalid request - destination address country code is not recognized.

SMS delivery (91400–91499)

CodeStatusDescription
91401DELIVERY_FAILEDSMS delivery failed.
91402SUBSCRIBER_UNAVAILABLESubscriber unavailable or unreachable.
91403MESSAGE_EXPIREDMessage expired before delivery.
91404REJECTED_ROUTE_NOT_AVAILABLENetwork error during delivery.
91405UNDELIVERABLE_REJECTED_OPERATORMessage blocked by mobile operator.
91406CONTENT_BLOCKEDMessage content blocked.
91407REJECTED_DESTINATION_BLOCKLISTEDDestination number blocked.
91408MESSAGE_CANCELEDMessage was canceled before delivery.
91409DESTINATION_FLOODINGMessage rejected due to flooding filter - too many messages to same destination.
91410DESTINATION_TXT_FLOODINGMessage rejected due to number of identical messages sent to a single number.
91411MESSAGE_SUBMITTED_NOT_ACKEDMessage submitted to but not acknowledged by the mobile operator.
91412DEST_OVERLOADEDDestination overloaded.

SMS operator (91500–91599)

A few operator statuses are vendor-provided legacy values and may not strictly follow modern SNAKE_CASE formatting.
CodeStatusDescription
91501BEARER_SERVICE_NOT_PROVISIONEDRequested bearer service is not available or activated.
91502SS_INCOMPATIBILITYSS is not compatible.
91503RESOURCE_LIMITATIONNetwork congestion - SS7 network congestion error on the MAP protocol level.
91504UNKNOWN_ALPHABETUnknown alphabet.
91505OPERATOR_NOT_FOUNDMobile operator not found for the destination address.
91506SOURCE_ADDRESS_IS_BLOCKEDSource address is blocked or is not provisioned.
91507TF_NUMBER_NOT_VERIFIEDToll-free number has either gone over the limit or is not verified.
91508INVALID_RESPONSE_RECEIVEDAn invalid response has been received.
91509SC_BLOCKED_FOR_END_USERMobile operator blocked the end user from this short code.
91510CONTENT_BLOCKED_BY_OPERATORContent blocked by the mobile operator for this end user.
91511SC_NOT_PROVISIONEDShort code not provisioned with mobile operator.
91512SC_EXPIREDShort code expired with mobile operator.
91513SC_BLOCKEDShort code blocked by mobile operator.
91514DESTINATION_BLOCKED_BY_OPERATORMobile operator is blocking the phone number from receiving messages.
91515DESTINATION_NOT_SMS_PROVISIONEDDestination address not provisioned for SMS.
91516DEST_ADDRESS_SUSPENDEDDestination address suspended by the mobile operator.
91517CAMPAIGN_ID_REJECTEDProgram ID or Campaign ID rejected by the mobile operator.
91518BLOCKED_NEW_SUBSCRIPTIONS_FOR_SCNew subscriptions for this short code are blocked by the mobile operator.
91519ACCOUNT_NOT_PROVISIONED_FOR_SMSEnd user’s number belongs to a network for which the account is not provisioned.
91520MOBILE_OPERATOR_NETWORK_ERRORMobile operator network error.
91521SMS_REJECTED_BY_MOBILE_OPERATORSMS rejected by the mobile operator for attempted destination address.
91522UNKNOWN_MOBILE_OPERATORMessage failed due to an unknown mobile operator error.
91523FAILED_MESSAGE_DELIVERYFailed message delivery.
91524TIME_OUTTime out.
91525NOT_SUBMITTED_TO_GMSCMessages were not passed to any operator and failed at the platform.
91526NOT_SUBMITTED_TO_SMPP_CHANNELInbound SM cannot be transferred through SMPP due to lack of SMPP connectivity.

SMS handset/subscriber (91600–91699)

CodeStatusDescription
91601UNKNOWN_SUBSCRIBERSubscriber or recipient is unknown or not recognized by the network.
91602UNKNOWN_BASE_STATIONError involving an unidentified or unrecognized base station.
91603UNIDENTIFIED_SUBSCRIBERInvalid or unregistered number, incomplete or incorrect subscriber information.
91604ABSENT_SUBSCRIBER_SMDestination numbers were unreachable, powered off, or in an area with limited coverage.
91605UNKNOWN_EQUIPMENTMobile device has not been recognized by EIR during device verification.
91606ROAMING_NOT_ALLOWEDSubscriber is roaming in another country or operator’s infrastructure.
91607ILLEGAL_SUBSCRIBERMobile station failed authentication, often due to subscriber’s number being blocklisted.
91608TELESERVICE_NOT_PROVISIONEDMobile subscription does not support the requested service (e.g. SMS).
91609ILLEGAL_EQUIPMENTIMEI check on the handset failed due to the IMEI being blocklisted or unauthorized.
91610CALL_BARREDOperator suspended the subscriber’s service, usually for unpaid invoices.
91611FACILITY_NOT_SUPPORTEDRequested service is not supported by the handset or network.
91612ABSENT_SUBSCRIBERDestination numbers were unreachable, powered off, or in an area with limited coverage.
91613SUBSCRIBER_BUSY_FOR_MT_SMSSubscriber is busy for MT SMS.
91614SM_DELIVERY_FAILUREFailure in delivering an SMS to the recipient.
91615MESSAGE_WAITING_LIST_FULLThe message waiting list is full.
91616SYSTEM_FAILURESystem failure.
91617DATA_MISSINGSome data is missing.
91618UNEXPECTED_DATA_VALUEUnexpected data value has been entered.
91619UNKNOWN_ERRORUnknown error.
91620SM_DF_MEMORYCAPACITYEXCEEDEDMessage inbox on the recipient’s mobile phone is full, preventing new messages.
91621SM_DF_EQUIPMENTPROTOCOLERRORRecipient device reported an SMS equipment protocol error.
91622SM_DF_EQUIPMENTNOTSM_EQUIPPEDRecipient device is not equipped for SMS services.
91623SM_DF_UNKNOWNSERVICECENTREUnknown SMS service centre was reported by the recipient network.
91624SM_DF_SC_CONGESTIONSMS service centre congestion prevented message handling.
91625SM_DF_INVALIDSME_ADDRESSInvalid SME address was reported for the recipient equipment context.
91626SM_DF_SUBSCRIBERNOTSC_SUBSCRIBERSubscriber is not provisioned with the referenced service centre.
91627CANNOT_RECEIVE_SCEnd users connected to this MVNO cannot receive short code messages.
91628SC_BLOCKED_BY_END_USEREnd user has asked their mobile operator to block messages sent from your short code.
91629USER_OUT_OF_CREDITEnd user is out of prepaid credit and cannot receive the message.
91630TEMPORARY_HANDSET_FAILURETemporary handset failure.
91631DEST_ADDRESS_UNABLE_TO_RECEIVE_SMSDestination address is unable to receive SMS.

SMS user/account (91700–91799)

Some statuses in this section are vendor-derived and preserved as-is for backward compatibility (including legacy spellings).
CodeStatusDescription
91701ACCOUNT_ACCESS_DENIEDAccount access has been denied.
91702LIMIT_REACHEDCarrier sending limit has been reached.
91703QUOTA_REACHEDCarrier daily quota reached.
91704CAMPAIGNID_NOT_PROVISIONEDProgram ID or campaign ID is not provisioned for this mobile operator or is not active.
91705ACC_NOT_PROVISIONED_TO_SMS_DEMO_SCAccount is not provisioned to use the SMS demo short code.
91706EXCEEDED_THE_TIME_LIMIT_OF_SMS_DEMOExceeded the time limit for using SMS demo.
91707DEST_ADDRESS_NOT_IN_SMS_DEMODestination address is not in the safelist for SMS demo.
91708EXCEEDED_THE_MAX_NUMBERExceeded the maximum number of demo requests.
91709INVALID_GLOBAL_CAMPAIGN_IDInvalid global campaign ID.
91710ACC_HAS_NO_ADDRESS_FOR_DESTAccount is not provisioned with an address that can reach the destination.
91711INTERACTION_NOT_SUPPORTEDInteraction is not supported for the message destination.
91712ACC_NOT_2_WAYAccount is not provisioned for global two-way SMS.
91713CONTENT_BLOCKEDContent blocked by user opt-out (MO: STOP).
91714BLOCKED_BY_CAMPAIGN_BLACKLISTContent blocked by campaign blocklist.
91715REJECTED_SPAM_BY_OPERATORMessage was identified as spam and cannot be delivered.
91716SIGNALS_BLOCKEDMessage rejected due to an anti-fraud mechanism.
91717IMSI_BLACKLISTEDIMSI is blocklisted.
91718BLACKLISTED_DESTINATIONADDRESSDestination number has been blocklisted.
91719BLACKLISTED_SENDERADDRESSSender number has been blocklisted.
91720DEACTIVATED_LISTPhone number is listed as deactivated.
91721MONTHLY_LIMIT_REACHEDAccount monthly credit limit has been reached.
91722DEST_ADDRESS_BLACKLISTEDNumbers were identified as blocklisted in the operator’s DND database.

SMS provider (91800–91899)

Provider statuses in this range are protocol-level and vendor-derived. Use the status value for precise diagnosis; descriptions are normalized summaries.
CodeStatusDescription
91801PROVIDER_GENERAL_ERRORProvider returned an unrecoverable protocol error while processing the message.
91802NO_RESPONSEMessage was processed and forwarded to the operator, but no delivery response was returned in time.
91803SERVICE_COMPLETION_FAILUREMessage processing failed before completion at the downstream provider side.
91804UNEXPECTED_RESPONSE_FROM_PEERReceived an unexpected or malformed protocol response from a downstream peer.
91805MISTYPED_PARAMETERRequest includes a mistyped or invalid protocol parameter.
91806NOT_SUPPORTED_SERVICERequested network service is not supported by the downstream provider.
91807DUPLICATED_INVOKE_IDDuplicate invoke ID was detected in the signaling transaction.
91808OR_APPCONTEXTNOTSUPPORTEDRemote node does not support the requested application context.
91809OR_INVALIDDESTINATIONREFERENCEDestination reference in the protocol envelope is invalid.
91810OR_INVALIDORIGINATINGREFERENCEOriginating reference in the protocol envelope is invalid.
91811OR_ENCAPSULATEDAC_NOTSUPPORTEDPeer does not support the encapsulated application context.
91812OR_TRANSPORTPROTECTIONNOTADEQUATETransport protection level is insufficient for this request.
91813OR_NOREASONGIVENRemote node rejected the request without a specific reason code.
91814OR_POTENTIALVERSIONINCOMPATIBILITYProtocol version incompatibility was detected between interconnected nodes.
91815OR_REMOTENODENOTREACHABLEMobile subscriber was not reachable due to a network operator protocol error.
91816NNR_NOTRANSLATIONFORANADDRESSOFSUCHNATUREMobile subscriber was not reachable due to a network operator protocol error.
91817NNR_NOTRANSLATIONFORTHISSPECIFICADDRESSNo translation for this specific address.
91818NNR_SUBSYSTEMCONGESTIONMobile subscriber was not reachable due to a network operator protocol error.
91819NNR_SUBSYSTEMFAILUREMobile subscriber was not reachable due to a network operator protocol error.
91820NNR_UNEQUIPPEDUSERMobile subscriber was not reachable due to a network operator protocol error.
91821NNR_MTPFAILUREMobile subscriber was not reachable due to a network operator protocol error.
91822NNR_NETWORKCONGESTIONMobile subscriber was not reachable due to a network operator protocol error.
91823NNR_UNQUALIFIEDMobile subscriber was not reachable due to a network operator protocol error.
91824NNR_ERRORINMESSAGETRANSPORTXUDTMobile subscriber was not reachable due to a network operator protocol error.
91825NNR_ERRORINLOCALPROCESSINGXUDTMobile subscriber was not reachable due to a network operator protocol error.
91826NNR_DESTINATIONCANNOTPERFORMREASSEMBLYXUDTMobile subscriber was not reachable due to a network operator protocol error.
91827NNR_SCCPFAILUREMobile subscriber was not reachable due to a network operator protocol error.
91828NNR_HOPCOUNTERVIOLATIONMobile subscriber was not reachable due to a network operator protocol error.
91829NNR_SEGMENTATIONNOTSUPPORTEDMobile subscriber was not reachable due to a network operator protocol error.
91830NNR_SEGMENTATIONFAILUREMobile subscriber was not reachable due to a network operator protocol error.
91831UA_USERSPECIFICREASONMessage was aborted by the peer due to a user-specific reason.
91832UA_USERRESOURCELIMITATIONMessage was aborted by the peer due to user resource limitations.
91833UA_RESOURCEUNAVAILABLEMessage was aborted by the peer because a required resource was unavailable.
91834UA_APPLICATIONPROCEDURECANCELLATIONMessage was aborted by the peer due to application procedure cancellation.
91835PA_PROVIDERMALFUNCTIONMessage was aborted due to a provider malfunction.
91836PA_SUPPORTINGDIALOGORTRANSACTIONRELEASEDMessage was aborted because the supporting dialogue or transaction was released.
91837PA_RESSOURCELIMITATIONMessage was aborted due to resource limitations in the provider network.
91838PA_MAINTENANCEACTIVITYMessage was aborted due to maintenance activity in the provider network.
91839PA_VERSIONINCOMPATIBILITYMessage was aborted due to protocol version incompatibility.
91840PA_ABNORMALMAPDIALOGMessage was aborted due to an abnormal MAP dialog termination.
91841NC_ABNORMALEVENTDETECTEDBYPEERMessage was aborted because the peer detected an abnormal event.
91842NC_RESPONSEREJECTEDBYPEERMessage was aborted because the peer rejected the protocol response.
91843NC_ABNORMALEVENTRECEIVEDFROMPEERMessage was aborted due to an abnormal event received from a peer.
91844NC_MESSAGECANNOTBEDELIVEREDTOPEERMessage could not be delivered to the peer due to protocol routing failure.
91845NC_PROVIDEROUTOFINVOKEMessage was aborted because the provider ran out of invoke IDs.
91846NO_COVERAGENo coverage for requested phone number.
91847GATEWAY_OPERATION_FAILEDProvider service failed.
91848OPERATION_RESTRICTEDOperation restricted.
91849INVALID_REQUESTValidation failed for requested arguments.
91850INVALID_TOKENThe token is invalid or does not exist.
91851CONSENT_NOT_GRANTEDUser consent not granted.
91852MI_ACCOUNT_DISABLEDUser account is disabled for Mobile Identity service.
91853OPERATION_NOT_ALLOWEDService is not allowed for this account.
91854COUNTRY_NOT_ALLOWEDDestination country is not allowed for this account.
91855GATEWAY_NOT_ALLOWEDProvider is not allowed for this account.
91856REJECTED_NOT_ENOUGH_CREDITSNot enough credits for this service.
91857MOBILE_DEVICE_TIMEOUTTimeout occurred during a mobile device redirect.
91858REJECTED_INVALID_IP_ADDRESSIP address not in MNO data range.
91859OTP_SMS_SEND_FAILEDFailed to send an SMS message.
91860NI_ATTRIBUTE_NOT_ALLOWEDRequested Number Intelligence attribute is not allowed for this account.
91861SIM_SWAP_CHECK_FAILEDFailed to execute SIM Swap check request due to an error on the MNO side.
91862SIM_SWAP_DETECTEDSIM swap detected.
91863USER_INTERNAL_ERRORInternal error on the platform.
91864INVALIDMSCADDRESSText is blocklisted.

Email (91100–91299)

Reserved for the email channel. The following codes are defined today:
CodeStatusDescription
91101INVALID_FROM_EMAILThe from email address is invalid or does not match the required format.
91102EMAIL_CONFIGURATION_NOT_FOUNDThe email configuration is not found for the workspace.
91103EMAIL_TEMPLATE_NOT_FOUNDThe email template is not found for the workspace.