Adapter IO error

This commit is contained in:
Jackson Coxson
2025-03-25 13:10:22 -06:00
parent 2a40ce2df5
commit 7f396b0b1c

View File

@@ -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,