Enum odbc_api::Error [−][src]
pub enum Error { NoDiagnostics, Diagnostics(DiagnosticRecord), AbortedConnectionStringCompletion, }
Error type used to indicate a low level ODBC call returned with SQL_ERROR.
Variants
No Diagnostics available. This is usually the case if allocation of the ODBC Environment itself fails. In that case no object exist to obtain the diagnostic record from.
Diagnostics(DiagnosticRecord)
SQL Error had been returned by a low level ODBC function call. A Diagnostic record is obtained and associated with this error.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Error
impl RefUnwindSafe for Error
impl UnwindSafe for Error
impl UnwindSafe for Error