Skip to main content

c4error_make

Function c4error_make 

Source
pub unsafe extern "C" fn c4error_make(
    domain: C4ErrorDomain,
    code: c_int,
    message: FLString,
) -> C4Error
Expand description

Creates a C4Error struct with the given domain and code, and associates the message with it.