Versions in this module Expand all Collapse all v0 v0.0.2 May 24, 2022 v0.0.1 May 18, 2022 Changes in this version + func AssertionErrorf(format string, args ...interface{}) error + func CombineErrs(msg string, code ErrCode, errs ...error) error + func ErrorWithCauseChain(err error) string + func Errorf(code ErrCode, format string, args ...interface{}) error + func HasErrCode(err error, code ErrCode) bool + func WrapErrf(cause error, format string, args ...interface{}) error + func WrapErrorf(cause error, code ErrCode, format string, args ...interface{}) error + type Err struct + Cause error + Code ErrCode + Details interface{} + Message string + func (err *Err) Error() string + type ErrCode byte + const AdbError + const AssertionError + const ConnectionResetError + const DeviceNotFound + const FileNoExistError + const NetworkError + const ParseError + const ServerNotAvailable + func (i ErrCode) String() string