pub unsafe extern "C" fn magma_connection_get_error(
    connection: magma_connection_t
) -> magma_status_t
Expand description

\brief If a system driver error occurs, the connection will be closed, and this interface will eventually return the error. This interface does not flush messages that may be pending (see magma_connection_flush). \param connection An open connection.