HandleContextError completes the context.ErrorHandler interface. It's fired on rich rest response failures.
(ctx *context.Context, err error)
| 13 | // HandleContextError completes the context.ErrorHandler interface. It's fired on |
| 14 | // rich rest response failures. |
| 15 | func (e *jsonErrorHandler) HandleContextError(ctx *context.Context, err error) { |
| 16 | HandleError(ctx, err) |
| 17 | } |
nothing calls this directly
no test coverage detected