absinthe v1.2.0-alpha.1 Absinthe.Pipeline.ErrorResult
A basic struct that wraps phase errors for reporting to the user.
Summary
Functions
Generate a new ErrorResult for one or more phase errors
Types
t :: %Absinthe.Pipeline.ErrorResult{errors: [Absinthe.Phase.Error.t]}
Functions
Specs
new(Absinthe.Phase.Error.t | [Absinthe.Phase.Error.t]) :: t
Generate a new ErrorResult for one or more phase errors