Skip to content

Rule.io SDK


Rule.io SDK / rcml/src / SmsXmlErrorCodes

Variable: SmsXmlErrorCodes

const SmsXmlErrorCodes: object

Defined in: rcml/src/sms/xml-to-sms.ts:15

Machine-readable error codes emitted by xmlToSms and safeXmlToSms.

Type Declaration

ROOT_INVALID

readonly ROOT_INVALID: "ROOT_INVALID" = 'ROOT_INVALID'

SMS_RFM_PARSE_ERROR

readonly SMS_RFM_PARSE_ERROR: "SMS_RFM_PARSE_ERROR" = 'SMS_RFM_PARSE_ERROR'

XML_PARSE_ERROR

readonly XML_PARSE_ERROR: "XML_PARSE_ERROR" = 'XML_PARSE_ERROR'