Versions in this module Expand all Collapse all v0 v0.1.0 Jun 13, 2026 v0.0.2 May 30, 2026 Changes in this version + type AppError struct + Message string + Status int + func NewError(status int, message string) *AppError + func NewErrorf(status int, format string, args ...any) *AppError + func (e *AppError) Error() string