Versions in this module Expand all Collapse all v1 v1.0.0 Jul 8, 2026 Changes in this version + const ErrAPI + const ErrCancelled + const ErrConfig + const ErrGeneral + const ErrGit + const ErrInvalidUsage + const ErrNetwork + const ErrNotAuthenticated + const ErrNotImplemented + const OK + func Code(err error) int + func Is(err error) bool + type CodedError struct + Code int + Err error + func New(code int, err error) *CodedError + func (e *CodedError) Error() string + func (e *CodedError) Unwrap() error