package
0.0.0-20230711091856-575d83833c75
Repository: https://github.com/daimall/goadb.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
CombineErrs returns an error that wraps all the non-nil errors passed to it.
No description provided by the author
ErrorWithCauseChain formats err and all its causes if it's an *Err, else returns
err.Error().
HasErrCode returns true if err is an *Err and err.Code == code.
WrapErrf returns an *Err that wraps another *Err and has the same ErrCode.
WrapErrorf returns an *Err that wraps another arbitrary error with an ErrCode and a message.
# Constants
The server returned an error message, but we couldn't parse it.
No description provided by the author
The connection to the server was reset in the middle of an operation.
The server returned a "device not found" error.
Tried to perform an operation on a path that doesn't exist on the device.
General network error communicating with the server.
No description provided by the author
The server was not available on the requested port.
# Type aliases
Keep this in sync with ../error.go.go:generate stringer -type=ErrCode.