Powered by Zoomin Software. For more details please contactZoomin

Messages and Codes Reference Guide

OPTIC Messages

  • Last Updated: September 10, 2026
  • 1 minute read
    • MarkLogic Server
    • Version 12.0
    • Documentation

OPTIC-COMPILEFAILED

Message Text

Compile for variable1='variable2' returns variable3

Cause

The xpath expression could not be compiled correctly

Response

Check if the XPath expression is valid (syntax error)

OPTIC-DATAERROR

Message Text

Invalid data: variable1

Cause

Data in optic pipeline is invalid.

Response

The error message describes which column is invalid and why.

OPTIC-INTERNALERROR

Message Text

Internal error: variable1

Cause

An unmanaged error occurred.

OPTIC-INVALARGS

Message Text

Invalid arguments: variable1

Cause

Supplied arguments are invalid.

Response

The error message describes the acceptable combinations of arguments.

OPTIC-INVALPARSE

Message Text

Invalid parse input: variable1

Cause

Supplied input for parsing is invalid.

Response

The error message describes the acceptable input for parsing.

OPTIC-NODE-NOT-ALLOWED

Message Text

Node not allowed as default argument: variable1

Cause

A node is not allowed as default argument.

Response

Use a different default value or remove the default value.

OPTIC-VALIDATEERROR

Message Text

Validation error: variable1

Cause

op:validate-doc() failed

Response

The error message describes the URI and validation errors.

Alert