MCPcopy Create free account
hub / github.com/kataras/iris / ErrorHandlerFunc

FuncType ErrorHandlerFunc

hero/handler.go:20–20  ·  view source on GitHub ↗

ErrorHandlerFunc implements the `ErrorHandler`. It describes the type defnition for an error function handler.

func(*context.Context, error)

Source from the content-addressed store, hash-verified

18 // ErrorHandlerFunc implements the `ErrorHandler`.
19 // It describes the type defnition for an error function handler.
20 ErrorHandlerFunc func(*context.Context, error)
21
22 // Code is a special type for status code.
23 // It's used for a builtin dependency to map the status code given by a previous

Callers 4

HandleErrorMethod · 0.92
OnErrorMethod · 0.92
handler.goFile · 0.70
TestPayloadBindingFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…