absinthe v1.2.0 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()
t :: %Absinthe.Pipeline.ErrorResult{errors: [Absinthe.Phase.Error.t]}

Functions

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

Generate a new ErrorResult for one or more phase errors