| Code | Display | category | severity | source | example | notes | spec-link | category | severity | source | example | notes | spec-link | Comments |
|---|
000-00000 | Internal | compile-time | compile-time | error | error | content | content | Internal translator error | Internal translator error | This message code typically indicates an unexpected error was encountered while attempting to compile CQL. | This message code typically indicates an unexpected error was encountered while attempting to compile CQL. | 20-m-messages.html#messages | 20-m-messages.html#messages | compile-time | compile-time | error | error | content | content | Internal translator error | Internal translator error | This message code typically indicates an unexpected error was encountered while attempting to compile CQL. | This message code typically indicates an unexpected error was encountered while attempting to compile CQL. | 20-m-messages.html#messages | 20-m-messages.html#messages | |
001-00000 | Lexical | lexical | lexical | error | error | content | content | Lexical error | Lexical error | This is a general message code for lexical errors encountered while processing CQL. The actual message will typically contain more detailed information about the issue and how to address it. | This is a general message code for lexical errors encountered while processing CQL. The actual message will typically contain more detailed information about the issue and how to address it. | 20-m-messages.html#messages | 20-m-messages.html#messages | lexical | lexical | error | error | content | content | Lexical error | Lexical error | This is a general message code for lexical errors encountered while processing CQL. The actual message will typically contain more detailed information about the issue and how to address it. | This is a general message code for lexical errors encountered while processing CQL. The actual message will typically contain more detailed information about the issue and how to address it. | 20-m-messages.html#messages | 20-m-messages.html#messages | |
002-00000 | Syntax | syntax | syntax | error | error | content | content | Syntax error | Syntax error | This is a general message code for syntax errors encountered while processing CQL. The actual message will typically contain more detailed information about the issue and how to address it. | This is a general message code for syntax errors encountered while processing CQL. The actual message will typically contain more detailed information about the issue and how to address it. | 20-m-messages.html#messages | 20-m-messages.html#messages | syntax | syntax | error | error | content | content | Syntax error | Syntax error | This is a general message code for syntax errors encountered while processing CQL. The actual message will typically contain more detailed information about the issue and how to address it. | This is a general message code for syntax errors encountered while processing CQL. The actual message will typically contain more detailed information about the issue and how to address it. | 20-m-messages.html#messages | 20-m-messages.html#messages | |
003-00000 | Semantic | semantic | semantic | error | error | content | content | Semantic error | Semantic error | This is a general message code for semantic errors encountered while processing CQL. The actual message will typically contain more detailed information about the issue and how to address it. | This is a general message code for semantic errors encountered while processing CQL. The actual message will typically contain more detailed information about the issue and how to address it. | 20-m-messages.html#messages | 20-m-messages.html#messages | semantic | semantic | error | error | content | content | Semantic error | Semantic error | This is a general message code for semantic errors encountered while processing CQL. The actual message will typically contain more detailed information about the issue and how to address it. | This is a general message code for semantic errors encountered while processing CQL. The actual message will typically contain more detailed information about the issue and how to address it. | 20-m-messages.html#messages | 20-m-messages.html#messages | |
003-10000 | Conditional expression resulted in a choice type | semantic | semantic | warning | warning | content | content | Conditional expression resulted in a choice type `Choice<Boolean, List<Integer>` | Conditional expression resulted in a choice type `Choice<Boolean, List<Integer>` | This message may be suppressed with the @suppressWarning tag | This message may be suppressed with the @suppressWarning tag | 03-developersguide.html#type-inference-of-conditional-expressions | 03-developersguide.html#type-inference-of-conditional-expressions | semantic | semantic | warning | warning | content | content | Conditional expression resulted in a choice type `Choice<Boolean, List<Integer>` | Conditional expression resulted in a choice type `Choice<Boolean, List<Integer>` | This message may be suppressed with the @suppressWarning tag | This message may be suppressed with the @suppressWarning tag | 03-developersguide.html#type-inference-of-conditional-expressions | 03-developersguide.html#type-inference-of-conditional-expressions | |
100-00000 | Run-time | run-time | run-time | error | error | content | content | Run-time error | Run-time error | This is a general message code for run-time errors encountered while attempting to evaluate CQL. The actual message will typically contain more detailed information about the issue and how to address it. | This is a general message code for run-time errors encountered while attempting to evaluate CQL. The actual message will typically contain more detailed information about the issue and how to address it. | 20-m-messages.html#messages | 20-m-messages.html#messages | run-time | run-time | error | error | content | content | Run-time error | Run-time error | This is a general message code for run-time errors encountered while attempting to evaluate CQL. The actual message will typically contain more detailed information about the issue and how to address it. | This is a general message code for run-time errors encountered while attempting to evaluate CQL. The actual message will typically contain more detailed information about the issue and how to address it. | 20-m-messages.html#messages | 20-m-messages.html#messages | |