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 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. Ensure it matches the required WhatsApp Business API format.
90531INVALID_INTERACTIVE_TYPEThe interactive message type is invalid. Use a supported type (button, list, carousel, etc.).
90532WHATSAPP_INTERACTIVE_BODY_REQUIREDThe interactive message body text is required.
90533WHATSAPP_INTERACTIVE_ACTION_REQUIREDThe interactive message action is required.
90534WHATSAPP_INTERACTIVE_ACTION_BUTTON_REQUIREDThe interactive message action must include at least one button.
90535WHATSAPP_INTERACTIVE_ACTION_SECTIONS_REQUIREDAt least one section is required for list-type interactive messages.
90536WHATSAPP_INTERACTIVE_ACTION_SECTIONS_TITLE_REQUIREDA section title is required for each section.
90537WHATSAPP_INTERACTIVE_ACTION_SECTIONS_ROWS_CANNOT_BE_EMPTYEach section must have at least one row.
90538WHATSAPP_INTERACTIVE_ACTION_SECTIONS_ROWS_ID_REQUIREDA unique row ID is required for each row.
90539WHATSAPP_INTERACTIVE_ACTION_SECTIONS_ROWS_TITLE_REQUIREDA title is required for each row.
90540WHATSAPP_INTERACTIVE_ACTION_BUTTONS_MAX_3_BUTTONSInteractive message buttons are limited to a maximum of 3 buttons.
90541WHATSAPP_INTERACTIVE_ACTION_BUTTONS_TYPE_MUST_BE_REPLYButton type must be ‘reply’ for interactive messages.
90542WHATSAPP_INTERACTIVE_ACTION_BUTTONS_REPLY_ID_REQUIREDA unique reply ID is required for each button.
90543WHATSAPP_INTERACTIVE_ACTION_BUTTONS_REPLY_TITLE_REQUIREDA reply title is required for each button.
90544WHATSAPP_INTERACTIVE_ACTION_NAME_MUST_BE_CTA_URLThe action name must be ‘cta_url’ for call-to-action URL buttons.
90545WHATSAPP_INTERACTIVE_ACTION_PARAMETERS_REQUIREDThe action parameters are required.
90546WHATSAPP_INTERACTIVE_ACTION_PARAMETERS_URL_REQUIREDA valid URL is required 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 messages.
90548WHATSAPP_INTERACTIVE_ACTION_PARAMETERS_COUNTRY_REQUIREDA valid country code is required in the action parameters for location request messages.
90549WHATSAPP_INTERACTIVE_ACTION_CARDS_REQUIREDAt least one card is required for product carousel interactive messages.
90550WHATSAPP_INTERACTIVE_ACTION_CARDS_MAX_10_CARDSProduct carousel is limited to a maximum of 10 cards.
90551WHATSAPP_INTERACTIVE_ACTION_CARDS_TYPE_REQUIREDThe card type is required for each card.
90552WHATSAPP_INTERACTIVE_ACTION_CARDS_BODY_TEXT_REQUIREDThe card body text is required for each card.
90553WHATSAPP_INTERACTIVE_ACTION_CARDS_ACTION_NAME_REQUIREDThe card action name is required for each card.
90554WHATSAPP_INTERACTIVE_ACTION_CARDS_ACTION_PRODUCT_RETAILER_ID_REQUIREDA valid product retailer ID is required in the card action.
90555WHATSAPP_INTERACTIVE_ACTION_CARDS_ACTION_CATALOG_ID_REQUIREDA valid catalog ID is required 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.
90702RCS_BOT_NOT_FOUNDThe RCS bot was not found for your workspace.
90703RCS_BOT_NOT_SUPPORTEDThe RCS bot is not supported for the recipient’s country.
90704UNSUPPORTED_RCS_VENDORThe RCS vendor is not supported.
90705BOT_ID_OR_BOT_SECRET_MISSINGThe bot ID or bot secret is missing in your RCS configuration.
90706FAILED_TO_PROCESS_TOKENFailed to process the authentication token. Verify your bot credentials.
90707FAILED_TO_CHECK_RCS_CAPABILITYFailed to check the RCS capability for the recipient.
90708RCS_CAPABILITY_NOT_SUPPORTEDRCS messaging is not supported for this recipient.
90709UNSUPPORTED_MESSAGE_TYPEThe message type is invalid or not supported for RCS.
90710INVALID_RCS_MESSAGE_PAYLOADThe message payload is invalid or does not match the required RCS format.
90711INVALID_RCS_TEMPLATE_NAMEThe RCS template name is invalid or does not match the required format.
90712FAILED_RCS_MESSAGE_PROCESSINGFailed to process the RCS message.

SMS (90900–91899)

SMS errors are grouped by category. Delivery reports and vendor responses may map to these internal codes.

SMS general (90900–91099)

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.
90903DLT_SCRUBBING_ERRORThe DLT template ID or entity ID is required for SMS messages in India.
90904INVALID_SMS_CONTENTThe SMS content is invalid or does not match the required format.
91001INVALID_PHONE_NUMBERThe recipient phone number is invalid
91002DLT_SCRUBBING_ERRORDLT 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 (91106–91151)

DLT (Do Not Disturb / regulatory) codes apply to SMS in India. Vendor delivery reports may map to these internal codes.
CodeStatusDescription
91106SENDER_BLOCKED_BY_DLTSender blocked by DLT provider
91107TELEMARKETER_BLOCKED_BY_DLTTelemarketer blocked by DLT scrubbing
91108ENTITY_BLOCKED_BY_DLTPrincipal entity ID blocked by DLT provider
91109TEMPLATE_BLOCKED_BY_DLTTemplate or content blocked by DLT provider
91110ENTITY_NOT_REGISTEREDNo entry of entity on the platform
91111ENTITY_INACTIVEPrincipal entity is inactive or disabled
91112ENTITY_BLACKLISTEDPrincipal entity has been blocklisted
91113INVALID_ENTITY_IDPrincipal entity ID is invalid or wrong format
91114ENTITY_ID_NOT_ALLOWED_FOR_TMPrincipal entity is not allowed for the telemarketer
91115TELEMARKETER_NOT_REGISTEREDNo entry of TMID on the platform
91116TELEMARKETER_INACTIVETelemarketer is inactive on the platform
91117TELEMARKETER_BLACKLISTEDTelemarketer is blocklisted on all platforms
91118HEADER_INACTIVEHeader is inactive or disabled
91119HEADER_BLACKLISTEDHeader has been blocklisted
91120PEID_NOT_MATCHED_WITH_HEADERPEID does not match the header/sender ID information
91121HEADER_IN_FREEPOOLHeader in free pool
91122TEMPLATE_INACTIVETemplate is inactive or disabled
91123TEMPLATE_BLACKLISTEDTemplate has been blocklisted
91124TEMPLATE_NOT_MATCHEDTemplate does not match the provided content or message
91125HEADER_NOT_REGISTERED_FOR_TEMPLATEHeader is not registered or associated with the requested template
91126TEMPLATE_VARIABLE_EXCEEDED_MAX_LENGTHTemplate variable exceeds the maximum allowed length
91127ERROR_IDENTIFYING_TEMPLATEError in identifying the template
91128INVALID_TEMPLATE_IDTemplate ID is invalid or does not exist
91129TEMPLATE_NOT_REGISTERED_TO_ENTITYTemplate is not registered or associated with the specified principal entity ID
91130PROMOTIONAL_TEMPLATE_USED_ON_OTHERS_HEADERPromotional template used on other/transaction header
91131INVALID_TEMPLATE_TYPEInvalid template type
91132PREFERENCE_NOT_MATCHEDPreference does not match the specified criteria on the end user number
91133INVALID_PROMO_TIMEPromotional time is invalid or outside the allowed range (9 PM to 10 AM)
91134SE_CATEGORY_BLOCKService entity category has been blocked
91135CONSENT_FAILEDGeneral error code for consent
91136SCRUBBING_FAILEDGeneral error code in case of any exceptions
91137TLV_PEID_NOT_FOUNDPrincipal Entity ID within the TLV structure was not found
91138TLV_TMPID_NOT_FOUNDTemplate ID within the TLV structure was not found
91139CONTENT_MULTIPART_INCOMPLETE_BY_DLTDLT has not received long SMS parts or if any part is missing
91140HEADER_SUSPENDED_DUE_TO_VALIDITYHeader suspended due to validity issues concerning DLT compliance
91141HEADER_SUSPENDED_DUE_TO_USAGEHeader suspended due to excessive usage that violates DLT regulations
91142HEADER_SUSPENDED_DUE_TO_CUSTOMERHeader suspended due to issues related to the customer’s DLT account
91143TEMPLATE_SUSPENDED_DUE_TO_VALIDITYTemplate suspended due to validity problems concerning DLT compliance
91144TEMPLATE_SUSPENDED_DUE_TO_USAGETemplate suspended due to excessive usage that violates DLT regulations
91145TEMPLATE_SUSPENDED_DUE_TO_CUSTOMERTemplate suspended due to issues related to the customer’s DLT compliance status
91146CTA_NOT_WHITELISTEDURL in SMS template has not been safelisted on the DLT platform
91147PE_TM_HASH_NOT_RECEIVEDPE-TM hash was not received or an empty value was provided
91148PE_TM_HASH_NOT_REGISTEREDSubmitted PE-TM hash does not match any registered hash for the specified PE
91149PE_TM_HASH_INACTIVEPE-TM hash status is invalid because one of the telemarketers in the chain is inactive
91150PE_TM_HASH_BLACKLISTEDPE-TM hash status is blocklisted
91151PE_TM_HASH_SUSPENDEDPE-TM hash status is suspended by the customer
91152BLOCKED_BY_DLTMessage blocked by DLT regulations
91153DLT_ENTITY_NOT_FOUNDDLT entity not found
91154DLT_TEMPLATE_NOT_FOUNDDLT template not found
91155DLT_HEADER_NOT_FOUNDDLT header not found
91156DLT_SCRUBBING_TIMEOUTTimeout while performing DLT scrubbing

SMS template/content (91200–91299)

CodeStatusDescription
91201MSG_TEXT_TOO_LONGMessage text is too long
91202INVALID_PDU_FORMATInvalid PDU format
91203REJECTED_INVALID_UDHMessage formatted incorrectly due to invalid ESM class parameter or inaccurate amount of characters
91204DUPLICATE_MESSAGEDuplicate message ID specified in the submit request
91205INVALID_DESTINATION_ADDRESSInvalid destination address
91206INVALID_SOURCE_ADDRESSInvalid source address value
91207INVALID_REQUEST_TYPEThe request type was invalid
91208INVALID_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)

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
91525NOTSUBMITTEDTOGMSCMessages not passed to any operator and failed at the platform
91526NOTSUBMITTEDTOSMPPCHANNELInbound 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_EQUIPMENTPROTOCOLERRORMobile subscriber equipment error
91622SM_DF_EQUIPMENTNOTSM_EQUIPPEDMobile subscriber equipment error
91623SM_DF_UNKNOWNSERVICECENTREMobile subscriber equipment error
91624SM_DF_SC_CONGESTIONMobile subscriber equipment error
91625SM_DF_INVALIDSME_ADDRESSMobile subscriber equipment error
91626SM_DF_SUBSCRIBERNOTSC_SUBSCRIBERMobile subscriber equipment error
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)

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_ADRESS_FOR_DESRAccount 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)

CodeStatusDescription
91801PROVIDER_GENERAL_ERRORGeneral network protocol error caused by incompatible operator network protocol versions
91802NO_RESPONSEMessage was processed and forwarded to the operator, but no response was returned
91803SERVICE_COMPLETION_FAILUREGeneral network protocol error caused by incompatible operator network protocol versions
91804UNEXPECTED_RESPONSE_FROM_PEERGeneral network protocol error caused by incompatible operator network protocol versions
91805MISTYPED_PARAMETERGeneral network protocol error caused by incompatible operator network protocol versions
91806NOT_SUPPORTED_SERVICEGeneral network protocol error caused by incompatible operator network protocol versions
91807DUPLICATED_INVOKE_IDGeneral network protocol error caused by incompatible operator network protocol versions
91808OR_APPCONTEXTNOTSUPPORTEDGeneral network protocol error caused by incompatible operator network protocol versions
91809OR_INVALIDDESTINATIONREFERENCEGeneral network protocol error caused by incompatible operator network protocol versions
91810OR_INVALIDORIGINATINGREFERENCEGeneral network protocol error caused by incompatible operator network protocol versions
91811OR_ENCAPSULATEDAC_NOTSUPPORTEDGeneral network protocol error caused by incompatible operator network protocol versions
91812OR_TRANSPORTPROTECTIONNOTADEQUATEGeneral network protocol error caused by incompatible operator network protocol versions
91813OR_NOREASONGIVENGeneral network protocol error caused by incompatible operator network protocol versions
91814OR_POTENTIALVERSIONINCOMPATIBILITYGeneral network protocol error caused by incompatible operator network protocol versions
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 a network peer due to a network protocol error
91832UA_USERRESOURCELIMITATIONMessage was aborted by a network peer due to a network protocol error
91833UA_RESOURCEUNAVAILABLEMessage was aborted by a network peer due to a network protocol error
91834UA_APPLICATIONPROCEDURECANCELLATIONMessage was aborted by a network peer due to a network protocol error
91835PA_PROVIDERMALFUNCTIONMessage was aborted due to other network protocol errors
91836PA_SUPPORTINGDIALOGORTRANSACTIONREALEASEDMessage was aborted due to other network protocol errors
91837PA_RESSOURCELIMITATIONMessage was aborted due to other network protocol errors
91838PA_MAINTENANCEACTIVITYMessage was aborted due to other network protocol errors
91839PA_VERSIONINCOMPATIBILITYMessage was aborted due to other network protocol errors
91840PA_ABNORMALMAPDIALOGMessage was aborted due to other network protocol errors
91841NC_ABNORMALEVENTDETECTEDBYPEERMessage was aborted due to other network protocol errors
91842NC_RESPONSEREJECTEDBYPEERMessage was aborted due to other network protocol errors
91843NC_ABNORMALEVENTRECEIVEDFROMPEERMessage was aborted due to other network protocol errors
91844NC_MESSAGECANNOTBEDELIVEREDTOPEERMessage was aborted due to other network protocol errors
91845NC_PROVIDEROUTOFINVOKEMessage was aborted due to other network protocol errors
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)

CodeStatusDescription
91101INVALID_FROM_EMAILThe from email address is invalid or wrong format.
91102EMAIL_CONFIGURATION_NOT_FOUNDThe email configuration was not found for the workspace.
91103EMAIL_TEMPLATE_NOT_FOUNDThe email template was not found for the workspace.