Function hdfsGetLastError

Source
pub unsafe extern "C" fn hdfsGetLastError() -> *const c_char
Expand description

Return error information of last failed operation.

@return A not NULL const string point of last error information. Caller can only read this message and keep it unchanged. No need to free it. If last operation finished successfully, the returned message is undefined.