Absinthe.Pipeline.ErrorResult (absinthe v1.5.4) 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

Specs

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

Link to this section Functions

Specs

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

Generate a new ErrorResult for one or more phase errors