Appearance
Rule.io SDK / rcml/src / RcmlXmlParseIssue
Type Alias: RcmlXmlParseIssue
RcmlXmlParseIssue =
object
Defined in: rcml/src/email/xml-to-rcml.ts:46
A single XML → JSON conversion failure.
Properties
code
code:
RcmlXmlErrorCode
Defined in: rcml/src/email/xml-to-rcml.ts:50
Machine-readable code from RcmlXmlErrorCodes.
message
message:
string
Defined in: rcml/src/email/xml-to-rcml.ts:52
Human-readable description.
path
path:
string
Defined in: rcml/src/email/xml-to-rcml.ts:48
JSON Pointer into the resulting RcmlDocument. Empty string means root.