mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 06:26:15 +01:00
Adapter IO error
This commit is contained in:
@@ -44,6 +44,7 @@ pub enum IdeviceErrorCode {
|
|||||||
InvalidArgument = -36,
|
InvalidArgument = -36,
|
||||||
UnknownErrorType = -37,
|
UnknownErrorType = -37,
|
||||||
// FFI specific bindings
|
// FFI specific bindings
|
||||||
|
AdapterIOFailed = -996,
|
||||||
ServiceNotFound = -997,
|
ServiceNotFound = -997,
|
||||||
BufferTooSmall = -998,
|
BufferTooSmall = -998,
|
||||||
InvalidString = -999,
|
InvalidString = -999,
|
||||||
|
|||||||
Reference in New Issue
Block a user