[][src]Function ejdb_sys::ejdberrmsg

pub unsafe extern "C" fn ejdberrmsg(ecode: c_int) -> *const c_char

Get the message string corresponding to an error code. @param ecode `ecode' specifies the error code. @return The return value is the message string of the error code.