Skip to main content

prism_error_string

Function prism_error_string 

Source
pub unsafe extern "C" fn prism_error_string(
    error: PrismError,
) -> *const c_char
Expand description

Returns a human-readable description of an error code.

ยงSafety

Safe to call at any time; this is unsafe only because it crosses the FFI boundary.