From 7f396b0b1cdc6ea86fcc381e41b2981f298851a1 Mon Sep 17 00:00:00 2001 From: Jackson Coxson Date: Tue, 25 Mar 2025 13:10:22 -0600 Subject: [PATCH] Adapter IO error --- ffi/src/errors.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/ffi/src/errors.rs b/ffi/src/errors.rs index 406e919..668b923 100644 --- a/ffi/src/errors.rs +++ b/ffi/src/errors.rs @@ -44,6 +44,7 @@ pub enum IdeviceErrorCode { InvalidArgument = -36, UnknownErrorType = -37, // FFI specific bindings + AdapterIOFailed = -996, ServiceNotFound = -997, BufferTooSmall = -998, InvalidString = -999,