pub unsafe extern "C" fn c4error_getBacktrace(
error: C4Error,
) -> FLStringResultExpand description
Returns the stack backtrace, if any, associated with a C4Error. This is formatted in human-readable form similar to a debugger or crash log.
pub unsafe extern "C" fn c4error_getBacktrace(
error: C4Error,
) -> FLStringResultReturns the stack backtrace, if any, associated with a C4Error. This is formatted in human-readable form similar to a debugger or crash log.