Versions in this module Expand all Collapse all v0 v0.0.1 Feb 16, 2025 Changes in this version + func NewError(e string, status ...int) error + func NewFiberErrorHandler(l gologger.Logger, cb ErrorCallback, codes ...int) fiber.ErrorHandler + func NewFormError(e string, ctx *fiber.Ctx, status ...int) error + type ErrorCallback func(ctx *fiber.Ctx, err HttpError) error + type HttpError struct + Body map[string]any + File string + Line int + Message string + Status int + func (he HttpError) Error() string