cql-lm.schema.elm.cqlannotations.xsd Maven / Gradle / Ivy
The message is informational and does not impact the translator output.
The message is a warning that some unexpected behavior may occur, but is not critical enough to prevent translation.
The message is an error that is preventing the translation from completing successfully.
Represents the type of CQL to ELM conversion error.
An error with the environment in which the translator is running.
Any kind of syntax error with the CQL. These errors can be addressed by correcting the error in the input CQL.
An included CQL library could not be loaded. These errors can be addressed by correcting the error condition for the referenced library.
Any kind of semantic error with the CQL. These errors can be addressed by correcting the error in the input CQL.
An unexpected error in the translator. These errors should be reported as issues to the translator tooling support team.
Represents CQL to ELM conversion errors
A human-readable description of the error
The type of error: syntax, semantic, environment, include, or internal.
The severity of the error: informational, warning, or an error that prevented translation of the content.
The namespace uri of the included library
The identifier of the included library
The version of the included library