Skip to main content

c4error_getDescription

Function c4error_getDescription 

Source
pub unsafe extern "C" fn c4error_getDescription(
    error: C4Error,
) -> FLSliceResult
Expand description

Returns a description of an error, including the domain and code as well as the message. Remember to free the result.