absinthe v1.5.3 Absinthe.Pipeline.ErrorResult View Source

A basic struct that wraps phase errors for reporting to the user.

Link to this section Summary

Functions

Generate a new ErrorResult for one or more phase errors

Link to this section Types

Link to this type

t()

View Source
t() :: %Absinthe.Pipeline.ErrorResult{errors: [Absinthe.Phase.Error.t()]}

Link to this section Functions

Link to this function

new(errors)

View Source
new(Absinthe.Phase.Error.t() | [Absinthe.Phase.Error.t()]) :: t()

Generate a new ErrorResult for one or more phase errors