RDT Messages
- Last Updated: September 10, 2026
- 1 minute read
- MarkLogic Server
- Version 12.0
- Documentation
RDT-BADRULE
Message Text
Rule schema validation failed variable1 -- variable2
Response
Check the Redaction rule format and validate against the schema
RDT-DICTIONARYNOTFOUND
Message Text
Redaction dictionary not found: variable1
Cause
No Redaction dictionary document is found
RDT-INVALIDARG
Message Text
variable1
RDT-INVALIDDICTIONARY
Message Text
Invalid Redaction dictionary: variable1
Response
Check the Redaction dictionary format
RDT-INVALIDOPTION
Message Text
Invalid option(s) variable1 provided to redaction function variable2: variable3
RDT-INVALIDRULEPATH
Message Text
Invalid rule path: variable1
Cause
The xpath used as rule path is invalid or not supported by XSLT
Response
Check XSLT template patterns for supported xpath patterns
RDT-NODE
Message Text
Unsupported node type: variable1
RDT-NORULE
Message Text
No rule found in rule collection: variable1
Cause
No rule document is found in given collection
Response
Make sure rule documents are in the given collection and the user has the access to the documents
RDT-NOSCHEMADB
Message Text
No schema database for redaction resource: variable1
Cause
The content database does not have a schema database.
Response
Make sure that the correct schema database is attached to the content database.
RDT-NOTNODE
Message Text
Not-node returned from redaction function: variable1, module: variable2, rule: variable3
Cause
Redaction functions must return a node, not a simple value
Response
Use a NodeBuilder to construct the return node in JavaScript
RDT-WRONGNODETYPE
Message Text
Invalid node type returned from redaction function: variable1