View Source Fast.Absinthe.InputError (Fast v0.8.1)

A struct representing an input error.

Link to this section Summary

Link to this section Functions

@spec new(binary()) :: %Fast.Absinthe.InputError{key: binary(), message: binary()}
@spec new(binary(), binary()) :: %Fast.Absinthe.InputError{
  key: binary(),
  message: binary()
}