pub unsafe extern "C" fn AStatus_fromServiceSpecificErrorWithMessage(
    serviceSpecific: i32,
    message: *const c_char,
) -> *mut AStatus
Expand description

New status with a service specific error and message.

This is considered to be EX_TRANSACTION_FAILED with extra information.

Available since API level 29.

\param serviceSpecific an implementation defined error code. \param message the error message to associate with this status object.

\return a newly constructed status object that the caller owns.