wiredtiger_strerror

Function wiredtiger_strerror 

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

Return information about a WiredTiger error as a string (see WT_SESSION::strerror for a thread-safe API).

@snippet ex_all.c Display an error

@param error a return value from a WiredTiger, ISO C, or POSIX standard API @returns a string representation of the error