This commit is contained in:
2022-07-31 02:50:14 -07:00
parent e5068d7b3f
commit ca83d818fe
4 changed files with 143 additions and 6 deletions

View File

@@ -10,5 +10,6 @@ var (
ErrStdoutEmpty = errors.New("stdout expected to contain data but was empty")
ErrNotInstalled = errors.New("adb is not installed or not in PATH")
ErrCoordinatesNotFound = errors.New("coordinates for an input event are missing")
ErrConnUSB = errors.New("cannot call connect to device using USB")
ErrUnspecified = errors.New("an unknown error has occurred, please open an issue on GitHub")
)