Struct odbc::DiagnosticRecord [] [src]

pub struct DiagnosticRecord { /* fields omitted */ }

ODBC Diagnostic Record

The description method of the std::error::Error trait only returns the message. Use std::fmt::Display to retrive status code and other information.

Trait Implementations

impl Display for DiagnosticRecord
[src]

Formats the value using the given formatter. Read more

impl Debug for DiagnosticRecord
[src]

Formats the value using the given formatter.

impl Error for DiagnosticRecord
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more