AyeSQL v0.5.1 AyeSQL.Error View Source

This module defines an AyeSQL error.

Link to this section Summary

Types

Query arguments.

Query errors.

Query statement.

t()

An error type.

Functions

A query struct.

Creates a new error given some options.

Link to this section Types

Link to this type

arguments()

View Source
arguments() :: [term()]

Query arguments.

Query errors.

Link to this type

statement()

View Source
statement() :: binary()

Query statement.

Link to this type

t()

View Source
t() :: %AyeSQL.Error{
  arguments: arguments :: arguments(),
  errors: errors :: errors(),
  statement: statement :: statement()
}

An error type.

Link to this section Functions

Link to this function

%AyeSQL.Error{}

View Source (struct)

A query struct.

Creates a new error given some options.