View Source AyeSQL.CompileError exception (AyeSQL v1.1.2)

This module defines an AyeSQL compile error exception.

Summary

Types

t()

A compile error.

Functions

A compiler error.

Types

@type t() :: %AyeSQL.CompileError{
  __exception__: true,
  __metadata__: term(),
  column: column_number :: AyeSQL.Lexer.column(),
  contents: term(),
  context: context :: non_neg_integer(),
  filename: filename :: binary(),
  header: header :: binary(),
  line: line_number :: AyeSQL.Lexer.line()
}

A compile error.

Functions

Link to this function

%AyeSQL.CompileError{}

View Source (struct)

A compiler error.