Versions in this module Expand all Collapse all v0 v0.1.0 Feb 26, 2026 Changes in this version + func RespondError(c *gin.Context, status int, code string, message string) + func RespondErrorWithDetails(c *gin.Context, status int, code string, message string, details any) + type APIError struct + Details any + Error string + Message string