Versions in this module Expand all Collapse all v1 v1.0.1 May 17, 2026 v1.0.0 May 17, 2026 Changes in this version + type BizError struct + Code string + Message string + Raw error + func NewBizError(code string, msg string) *BizError + func WrapBizError(code string, msg string, err error) *BizError + func (e *BizError) Error() string + func (e *BizError) Unwrap() error