Type Alias binder_ndk_sys::binder_exception_t

source ยท
pub type binder_exception_t = i32;
Expand description

One of the EX_* enumerators.

All unrecognized values are coerced into EX_TRANSACTION_FAILED.

These exceptions values are used by the SDK for parcelables. Also see Parcel.java.