Versions in this module Expand all Collapse all v0 v0.0.2 Nov 4, 2024 v0.0.1 Nov 4, 2024 Changes in this version + func NewErrorWithCode(err string, code int) error + func NewErrorfWithCode(code int, f string, args ...interface{}) error + type ErrorWithCode struct + Code int + func (e ErrorWithCode) Error() string