Apéndice - Puerta de enlace SMS - Códigos de error

¿Qué son los códigos de error de SMS Gateway?

Los códigos de error de SMS Gateway son códigos numéricos que se utilizan para indicar la causa de un error al enviar o recibir un mensaje SMS a través de un SMS Gateway. Los SMS Gateways son servidores intermediarios que permiten a empresas y particulares enviar y recibir mensajes SMS sin tener que conectarse directamente a un operador de red móvil.

Los códigos de error de SMS Gateway se pueden dividir en dos categorías principales:

  • Errores relacionados con la red se indican con códigos en el rango 400. Estos errores pueden ocurrir por diversas razones, como que el teléfono de destino esté apagado, la red esté congestionada o el mensaje sea demasiado largo.
  • Errores relacionados con el dispositivo se indican con códigos en el rango 500. Estos errores pueden ocurrir si el dispositivo no está configurado correctamente, si la tarjeta SIM no está insertada correctamente o si hay un problema de hardware con el dispositivo.

Los códigos de error de SMS Gateway generalmente se muestran como un mensaje de texto que comienza con la palabra "ERROR" seguida del código de error. Por ejemplo, un código de error de "400" indicaría un error de "Fallo de red", lo que significa que el mensaje no pudo enviarse debido a un problema con la red.

Los códigos de error de SMS Gateway pueden ser útiles para solucionar problemas con los mensajes SMS. Si recibes un código de error, puedes consultar una tabla de códigos de error de SMS Gateway para determinar la causa del error y tomar medidas para corregirlo.

Aquí están los principales códigos de error de SMS Gateway:

Errores relacionados con la red

  • 400: Fallo de red
  • 401: Buzón de destino ocupado
  • 402: Buzón de destino no disponible
  • 403: Mensaje demasiado largo
  • 500: Error no especificado
  • 501: Dirección del remitente inválida
  • 502: Dirección de destino inválida
  • 503: Contenido del mensaje inválido

Puedes encontrar la lista completa de códigos de error de SMS Gateway en la siguiente tabla:

More information

 
ErrorcodeErrornameErrormessage
Error messages
1020ERROR_MAIN_BASE
1021ERROR_MAIN_GLOBALEXCEPTIONGlobal exception caught: [MSG]
1022ERROR_MAIN_LOCALEXCEPTIONLocal exception caught: [MSG]
1023ERROR_MAIN_UNEXPECTED_STOPStopping engine due to an unknown error. [CODE]
1024ERROR_MAIN_CANNOTLOAD_EXTENSION_PHASE1Cannot load extensions. [MSG]
1025ERROR_MAIN_CANNOTLOAD_EXTENSION_PHASE2Cannot load extension [NAME]. [REASON]
1030ERROR_LICENSING_BASE
1031ERROR_LICENSING_CANNOTCONTACT_ACTIVATIONSERVERHTTP Download Error: [MSG]
1032ERROR_LICENSING_CANNOTFIND_LICENSEFILECould not find license file [FILENAME].
1033ERROR_LICENSING_CANNOTLOAD_LICENSEFILECannot load file [FILENAME]. Reason: [MSG]
1034ERROR_LICENSING_CANNOT_SAVE_LICENSEFILECannot save file [FILENAME]. Reason: [MSG]
1040ERROR_CONFIG_BASE
1041ERROR_CONFIG_CANNOTCREATE_DIRUnable to create directory '[DIR]'. [MSG]
1042ERROR_CONFIG_CANNOTWRITE_FILECannot write to file. Reason: '[REASON]'
1043ERROR_CONFIG_CANNOTREAD_FILECannot read configuration files. Reason: '[REASON]'
1044ERROR_CONFIG_CANNOTDELETE_FILECannot delete configuration file. [FILENAME] [MSG]
1045ERROR_CONFIG_INVALIDSECTIONInvalid configuration directive in '[SECTIONNAME]' configuration. Directive: '[DIRECTIVE]'
1046ERROR_CONFIG_INVALIDSECTION_SECTIONUNCLOSEDUnclosed section in configuration file. Check for closing , , tags.
1047ERROR_CONFIG_INVALIDPARAM_ALREADYEXISTSDuplicate values for parameter '[PARAM]' in [SECTIONNAME1] and [SECTIONNAME2]. Only the value [VALUE] is used.
1048ERROR_CONFIG_INVALIDVALUEInvalid configuration value '[VALUE]' for parameter '[PARAM]' in section '[SECTIONNAME]'.
1049ERROR_CONFIG_INVALIDVALUE_LISTENERPORTCannot listen on port '[PORT]'. Invalid port number, using default port: 9500
1050ERROR_CONFIG_INVALIDVALUE_UNKNOWNSMSCPROTOCOLUnknown protocol in configuration file: [PROTOCOL].
1051ERROR_CONFIG_INVALIDVALUE_NOPAIRFOUNDParameter '[PARAM1]' in section '[SECTIONNAME]' must have a pair named '[PARAM2]'.
1100ERROR_IFTCPCLIENT_BASE
1101ERROR_IFTCPCLIENT_CANNOTLISTENCannot open TCP listener socket to accept clients on port '[PORT]'. ([MSG])
1102ERROR_IFTCPCLIENT_CONNECTTIMEOUTConnect timeout. The connected TCP client [CLIENTNAME] did not send any data for more than 10 seconds.
1103ERROR_IFTCPCLIENT_SOCKETERRORError during communication with UI: '[MSG]'
1104ERROR_IFTCPCLIENT_CONNECTIONCLOSEDClient has closed connection ([ERRORMSG])
1105ERROR_IFTCPCLIENT_UNKNOWNPROTOCOLUnknown protocol. SMPP, UCP, and OZTEXT are supported.
1106ERROR_IFTCPCLIENT_TEXT_SYNTAXERRORUser '[USER]' has entered unknown command '[COMMAND]' on the console.
1107ERROR_IFTCPCLIENT_TEXT_UNKNOWNPARAMUser '[USER]' has entered an unknown parameter '[PARAMETER]' for command '[COMMAND]' on the console.
1108ERROR_IFTCPCLIENT_TCP_CLIENTTIMEOUTTimeout. No response received for PDU
1110ERROR_IFTCPCLIENT_SMPP_PROTOCOLUNSUPPORTEDProtocol '[PROT]' is not supported for this user. Check the 'Type' settings in the configuration file.
1111ERROR_IFTCPCLIENT_SMPP_CLIENTTIMEOUTTimeout. No response received for PDU '[PDUTYPE]'.
1112ERROR_IFTCPCLIENT_SMPP_FORCEOUTAnother SMPP client ([CLIENTNAME]) is logged in with this username and password. That client will be disconnected because only one client instance is allowed to connect with a single username and password. Use a different username to connect with a second instance! Configure your client to connect as an SMPP transceiver!
1113ERROR_IFTCPCLIENT_SMTP_MAILPARSECannot parse incoming mail message from [FROM]. Mail format error. [MSG]
1150ERROR_IFHTTP_BASE
1151ERROR_IFHTTP_LISTENER_GENERALERRORozHTTPListener error code: [CODE] says: [MSG]
1152ERROR_IFHTTP_LISTENER_GENERALERROR2HTTPListener error code: [CODE] says: [MSG]
1153ERROR_IFHTTP_INVALID_HTTPPORTCannot serve HTTP requests on this port. The HTTP API can be accessed on the following port: [PORT].
1154ERROR_IFHTTP_CANNOTSERVE_STATICCONTENTCannot serve static content [PATH]. [MSG]
1155ERROR_IFHTTP_CANNOTSERVE_DYNAMICCONTENTCannot serve dynamic content [PATH]. [MSG]
1156ERROR_IFHTTP_CANNOTREAD_TEMPLATECannot read template [TEMPLATENAME], [FILENAME]. [MSG]
1157ERROR_IFHTTP_UNKNOWNUSERInvalid username or password.
1158ERROR_IFHTTP_CANNOTFIND_ACTIONPARAMNo action parameter specified in HTTP query.
1159ERROR_IFHTTP_INVALID_ACTIONPARAMVALUEAction parameter specified in HTTP query is unknown: '[PARAM]'.
1160ERROR_IFHTTP_INVALID_PARAMVALUEParameter '[PARAMNAME]' has an invalid value: '[VALUE]'
1161ERROR_IFHTTP_MISSING_MANDATORYPARAMThe following mandatory parameter is missing from the request: '[PARAMNAME]'.
1162ERROR_IFHTTP_INVALID_RESPONSEFORMATInvalid response format: [FORMAT].
1163ERROR_HTTPAPI_USERNOTFOUNDCannot find user [USERNAME].
1164ERROR_HTTPAPI_PARAMETERMISSINGMandatory HTTP parameter is missing: [PARAMNAME].
1165ERROR_HTTPAPI_ACTIONUNKNOWNInvalid action parameter value: [NAME].
1166ERROR_HTTPAPI_CANNOTCREATEENVCannot create envelope. [MSG]
1167ERROR_HTTPAPI_PARAMETERVALUEINVALIDInvalid parameter value for parameter [PARAMNAME]: '[PARAMVAL]'
1180ERROR_IFREMOTING_BASE
1181ERROR_IFREMOTING_TRANSPORT_ERRORProblem with API transport. [MSG]
1182ERROR_IFREMOTING_GENERALERRORInvalid API action. [MSG]
1183ERROR_IFREMOTING_MESSAGEEVENTInvalid event handling in API for event [EVENT]. [MSG]
1184ERROR_IFREMOTING_STARTUPCannot start API. [MSG]
1200ERROR_ENGINE_BASE
1201ERROR_ENGINE_CANNOTGET_ENVELOPE2SENDCannot get envelope from user [USERNAME]. [MSG]
1210ERROR_ROUTER_BASE
1211ERROR_ROUTER_UNKNOWNUSERCannot add route. Unknown user '[USERNAME]'. [LINENO]
1212ERROR_ROUTER_ROUTENAMENOTUNIQUECannot add route. Route name is not unique '[ROUTENAME]'. [LINENO]
1213ERROR_ROUTER_OPERATORNOTAVAILABLECannot add route. Service provider name does not exist: '[OPERATORNAME]'. [LINENO]
1214ERROR_ROUTER_INVALIDACTION
1216ERROR_ROUTER_COULDNOTFINDROUTEOUTMessage dropped. No outgoing route found. Message '[MSG]'.
1217ERROR_ROUTER_COULDNOTFINDROUTEINMessage dropped. No incoming route found for the message coming from operator [OPERATOR] '[MSG]'.
1218ERROR_ROUTER_COULDNOTFINDCALLBACKIDDelivery reported as dropped. The corresponding message was sent more than 1 day ago. [MSG]
1219ERROR_ROUTER_INVALIDREGEXPInvalid regular expression [PATTERN] in routing condition. [ERROR]. [LINENO]
1220ERROR_ROUTER_COULDNOTFINDROUTECould not find route [NAME]
1221ERROR_ROUTER_LIMITREACHEDSorry, you have reached the maximum number of routing rules (which is [NUMROUTES]) that you can add.
1222ERROR_ROUTER_COULDNOTPLAYSOUNDCould not play sound: [NAME]. [MSG]
1223ERROR_ROUTER_INVALIDCOSTInvalid cost value for route [NAME]: '[COST]'
1224ERROR_ROUTER_COULDNOTFINDROUTEOUT_ROUTENAMEMessage dropped. No outgoing route found. Route '[ROUTENAME]' does not exist. Message '[MSG]'.
1225ERROR_ROUTER_COULDNOTFINDROUTEOUT_SIMPLEMessage dropped. No outgoing route found.
1226ERROR_ROUTER_COULDNOTFINDROUTEOUT_ROUTENAME_SIMPLEMessage dropped. No outgoing route found. Route '[ROUTENAME]' does not exist.
1227ERROR_ROUTER_INVALIDBACKUPROUTEInvalid routing configuration. Routename [BACKEDROUTENAME] specified as a backup route in route [MYROUTENAME] does not exist.
1228ERROR_ROUTER_COULDNOTFIND_BACKUPROUTECould not find a backup route to send the message. [MSG]
1229ERROR_ROUTER_COULDNOTFIND_BACKUPROUTE_SIMPLECould not find a backup route to send the message.
1240ERROR_SQLLOGING_BASE
1241ERROR_SQLLOGING_CANNOTCREATE_LOGDIRCannot create directory to store SQL log entries. [PATH]. [MSG]
1242ERROR_SQLLOGING_CANNOTOPEN_LOGFILECannot open log file for writing [PATH]. [MSG]
1243ERROR_SQLLOGING_CANNOTWRITE_LOGENTRYCannot write SQL log entry [SQL]. [MSG]
1244ERROR_SQLLOGING_CANNOTDELETE_QUEUEFILECannot delete SQL queue file [FILENAME]. [MSG]
1245ERROR_SQLLOGING_CANNOTWRITE_QUEUEFILECannot write SQL queue file [FILENAME]. [MSG]
1246ERROR_SQLLOGING_CANNOTREAD_QUEUEFILECannot read SQL queue file [FILENAME]. [MSG]
1250ERROR_ENCODING_BASE
1251ERROR_ENCODING_SCANOTFOUNDINPDUCannot find service center address in PDU.
1252ERROR_ENCODING_UNKNOWNMESSAGETYPEUnknown message type identifier in PDU.
1253ERROR_ENCODING_MTNOTFOUNDINPDUCannot find message type field in PDU.
1254ERROR_ENCODING_PHONENOLENNOTFOUNDINPDUCannot find phone number length byte in PDU.
1255ERROR_ENCODING_INVALIDPHONENUMINPDUInvalid phone number format in PDU.
1256ERROR_ENCODING_PIDNOTFOUNDINPDUCannot find protocol identifier in PDU.
1257ERROR_ENCODING_DCSNOTFOUNDINPDUCannot find data coding scheme in PDU.
1258ERROR_ENCODING_SCTSNOTFOUNDINPDUCannot find service center timestamp in PDU.
1259ERROR_ENCODING_UDLNOTFOUNDINPDUCannot find the user data length in the PDU.
1260ERROR_ENCODING_TPMRNOTFOUNDINPDUCannot find TPMR in the PDU.
1261ERROR_ENCODING_TPDTNOTFOUNDINPDUCannot find TPDT in the PDU.
1262ERROR_ENCODING_STNOTFOUNDINPDUCannot find ST in the PDU.
1263ERROR_ENCODING_DTNOTFOUNDINPDUCannot find DT in the PDU.
1264ERROR_ENCODING_CANNOTENCODECannot encode the PDU. Reason: [MSG]
1265ERROR_ENCODING_CANNOTREADORDELSEGMENTCannot read or delete the multipart segment. [MSG]
1266ERROR_ENCODING_TRNNOTFOUNDINSENTTRNCannot find TRN value '[TRN]' in the sent transactions.
1267ERROR_ENCODING_TRNNOTFOUNDINSENTTRN2Cannot find TRN value '[TRN]' in the sent transactions (2).
1268ERROR_ENCODING_CHECKSUMERRORChecksum error in the PDU. [PDU]
1269ERROR_ENCODING_CANNOTDECODECannot decode the PDU. Reason: [MSG]
1270ERROR_ENCODING_CANNOTENCODEMESSAGECannot encode the message [MSG]
1271ERROR_ENCODING_CANNOTCREATE_UNKNOWNTYPEUnknown message type value '[MSG]'. Using default message type (SMS:TEXT)
1273ERROR_ENCODING_CANNOTDECODE_UDCannot decode the User Data of the envelope. [MSG]
1274ERROR_ENCODING_CANNOTDECODE_TEXTCOMPRESSIONNOTSUPPORTED 
1275ERROR_ENCODING_CANNOTDECODE_UNKNOWNDCS 
Next: Cómo comprar