ErrorHandlerFunc implements the `ErrorHandler`. It describes the type defnition for an error function handler.
func(*context.Context, error)
| 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 |
no outgoing calls
no test coverage detected
searching dependent graphs…