pub type binder_exception_t = i32;
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.