Versions in this module Expand all Collapse all v1 v1.3.2 Jan 4, 2026 Changes in this version + func BadRequestError(c *gin.Context, message string) + func Error(c *gin.Context, err error) + func PanicError(c *gin.Context, err any) + func SuccessWithMessage(c *gin.Context, message string, data any) + func TooManyRequestsError(c *gin.Context, err error) + type StackFrame struct + File string + FullPath string + Function string + Line int v1.0.2 Mar 21, 2025 Changes in this version + func BusinessError(c *gin.Context, err error) + func ErrorPanic(c *gin.Context, err any) + func ForbiddenError(c *gin.Context, err error) + func MethodNotAllowedError(c *gin.Context, err error) + func NotFoundError(c *gin.Context, err error) + func ServerError(c *gin.Context, err error) + func Success(c *gin.Context, data any) + func TooManyRequests(c *gin.Context, err error) + func UnauthorizedError(c *gin.Context) + func ValidationError(c *gin.Context, err error) + type Response struct + Code int + Data any + ErrorPath string + Extra any + Function string + Message string + RequestInfo *requests.Requests + type Stackconfig struct + File string + FullPath string + Function string + Line int