Versions in this module Expand all Collapse all v1 v1.0.5 Oct 19, 2025 v1.0.4 Oct 19, 2025 v1.0.3 Oct 19, 2025 v1.0.2 Oct 18, 2025 v1.0.1 Oct 18, 2025 v1.0.0 Oct 18, 2025 Changes in this version + func ErrorInternal(c echo.Context, err error, code int) error + func ErrorInternalMap(c echo.Context, err map[string]interface{}, code int) error + func ErrorInternalString(c echo.Context, err string, code int) error + func ErrorNotFound(c echo.Context, err error, code int) error + func ErrorNotFoundMap(c echo.Context, err map[string]interface{}, code int) error + func ErrorNotFoundString(c echo.Context, err string, code int) error + func ErrorUnauthorized(c echo.Context, err error, code int) error + func ErrorUnauthorizedMap(c echo.Context, err map[string]interface{}, code int) error + func ErrorUnauthorizedString(c echo.Context, err string, code int) error + func ErrorUnprocessableEntity(c echo.Context, err error, code int) error + func ErrorUnprocessableEntityMap(c echo.Context, err map[string]interface{}, code int) error + func ErrorUnprocessableEntityString(c echo.Context, err string, code int) error + type APIError struct + Errors []ErrorData + ID int + Source Source + Status int + func NewError(err error, code int, status int) *APIError + func NewErrorMap(err map[string]interface{}, code int, status int, stack *string) *APIError + func NewErrorString(err string, code int, status int, stack *string) *APIError + type ErrorData struct + Detail string + Title string + type ExceptionErr struct + Code int + Inner error + Status int + func (e *ExceptionErr) Error() string + type Source struct + Pointer string