absinthe v1.2.0-alpha.1 Absinthe.Schema.Error exception

Exception raised when a schema is invalid

Summary

Types

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

Functions

exception(msg)

Specs

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

Specs

message(Exception.t) :: String.t