pub unsafe extern "C" fn wiredtiger_strerror(
error: c_int,
) -> *const c_charExpand 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