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

This module defines an AyeSQL compile error exception.

Link to this section Summary

Types

t()

A compile error.

Functions

A compiler error.

Link to this section Types

@type t() :: %AyeSQL.CompileError{
  __exception__: term(),
  __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.

Link to this section Functions

Link to this function

%AyeSQL.CompileError{}

View Source (struct)

A compiler error.