QueryError

Any error that occurred while instantiating a Query.

Inheritors

Types

Link copied to clipboard
class Capture(row: UInt, column: UInt, capture: String) : QueryError

A capture name error.

Link copied to clipboard
class Field(row: UInt, column: UInt, field: String) : QueryError

A field name error.

Link copied to clipboard
class NodeType(row: UInt, column: UInt, type: String) : QueryError

A node type error.

Link copied to clipboard
class Predicate(row: UInt, details: String, val cause: Throwable? = null) : QueryError

A query predicate error.

Link copied to clipboard
class Structure(row: UInt, column: UInt) : QueryError

A pattern structure error.

Link copied to clipboard
class Syntax(row: Long, column: Long) : QueryError

A query syntax error.

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
abstract override val message: String