View Source JetExt.Absinthe.Middleware.HandleError (jet_ext v0.2.3)

Absinthe Middleware to support more types of error.

The operating logic of error handlers is in the form of fallback, and each error is handled by at most one handler.

It can be configured with:

config :jext_ext, Absinthe,

error_handlers: [JetExt.Absinthe.ErrorHandler.Default, MyHanler]