absinthe v1.2.0-beta.0 Absinthe.Schema.Error exception

Exception raised when a schema is invalid

Summary

Types

detail_t()
detail_t :: %{rule: Absinthe.Schema.Rule.t, location: %{file: binary, line: integer}, data: any}

Functions

exception(msg)
exception(String.t) :: Exception.t
exception(Keyword.t) :: Exception.t

Callback implementation for Exception.exception/1.

format_detail(detail)
message(exception)
message(Exception.t) :: String.t

Callback implementation for Exception.message/1.