absinthe v1.1.6 Absinthe.Schema.Error exception

Exception raised when a schema is invalid

Summary

Functions

Callback implementation for c:Exception.exception/1

Callback implementation for c:Exception.message/1

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

Callback implementation for c:Exception.exception/1.

format_detail(detail)
message(exception)

Specs

message(Exception.t) :: String.t

Callback implementation for c:Exception.message/1.