Versions in this module Expand all Collapse all v0 v0.2.0 Dec 10, 2025 v0.1.0 Dec 10, 2025 Changes in this version + var ErrBadRequest = Error + var ErrConflict = Error + var ErrForbidden = Error + var ErrInternalServerError = Error + var ErrNotFound = Error + var ErrUnauthorized = Error + type Error struct + Details interface{} + Err string + StatusCode int + Type gin.ErrorType + func (err Error) Error() string + func (err Error) WithDetails(details interface{}) Error + type ErrorResponse struct + Code int + Details json.RawMessage + Error string + ErrorID uuid.UUID