Sifter.Error exception (Sifter v0.2.0)

View Source

Error handling for Sifter query parsing and execution.

Summary

Functions

Callback implementation for Exception.message/1.

Types

t()

@type t() :: %Sifter.Error{
  __exception__: true,
  reason: term(),
  stage: :lex | :parse | :build,
  token: term()
}

Functions

message(error)

Callback implementation for Exception.message/1.