Exception: OpenehrRails::Aql::Error

Inherits:
StandardError
  • Object
show all
Defined in:
lib/openehr_rails/aql/errors.rb

Overview

Base class for all errors this namespace raises. Wraps the openehr gem's own AQL errors (ParseError/SemanticError/ExecutionError/ DatasetError/UnboundParameterError) so callers (REST controller, admin UI) only need to rescue one hierarchy.

Direct Known Subclasses

InvalidQuery, UnsupportedFeature