pub unsafe extern "C" fn AStatus_fromServiceSpecificError(
serviceSpecific: i32,
) -> *mut AStatus
Expand description
New status with a service speciic error.
This is considered to be EX_TRANSACTION_FAILED with extra information.
Available since API level 29.
\param serviceSpecific an implementation defined error code.
\return a newly constructed status object that the caller owns.