dpiContext_getError

Function dpiContext_getError 

Source
pub unsafe extern "C" fn dpiContext_getError(
    context: *const dpiContext,
    errorInfo: *mut dpiErrorInfo,
)
Expand description

Returns information for the last error or warning that was raised by the library. This function must be called with the same thread that generated the error or warning. It must also be called before any other ODPI-C library calls are made on the calling thread since the error/warning information specific to that thread is cleared at the start of every ODPI-C function call.