View Source AyeSQL.Error (AyeSQL v1.1.3)
This module defines an AyeSQL error.
Summary
Types
@type arguments() :: [term()]
Query arguments.
@type errors() :: [AyeSQL.AST.Context.error()]
Query errors.
@type statement() :: binary()
Query statement.
@type t() :: %AyeSQL.Error{ arguments: arguments :: arguments(), errors: errors :: errors(), statement: statement :: statement() }
An error type.
Functions
A query struct.
Creates a new error given some options
.