Versions in this module Expand all Collapse all v0 v0.0.3 Oct 15, 2025 v0.0.2 Apr 24, 2025 v0.0.1 Apr 3, 2025 Changes in this version + const Failed + const Ok + func Is(err, target error) bool + type Error interface + Code func() int + GetError func() error + Msg func() string + func As(err error) Error + func NewWithCode(code int) Error + func NewWithError(code int, err error) Error + func NewWithErrorMsg(msg string) Error + func NewWithMsg(code int, msg string) Error