Errors
Definition for error that may be raised by this library.
        
EdgeQLLoadError            (Exception)
        
¶
    Error that raised if there is an error to load queries.
Source code in edgeql_queries/exceptions.py
          class EdgeQLLoadError(Exception):
    """Error that raised if there is an error to load queries."""
        
EdgeQLParsingError            (Exception)
        
¶
    Error that raised if there is an error in parsing query.
Source code in edgeql_queries/exceptions.py
          class EdgeQLParsingError(Exception):
    """Error that raised if there is an error in parsing query."""