Struct hdbconnect::ServerError[][src]

pub struct ServerError { /* fields omitted */ }

Describes an error that is reported from the database.

Methods

impl ServerError
[src]

Returns the error code.

Returns the position in the line where the error occured.

Returns the Severity of the error.

Returns the SQL state of the error.

Returns the description of the error.

Trait Implementations

impl Display for ServerError
[src]

Formats the value using the given formatter. Read more

impl Debug for ServerError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ServerError

impl Sync for ServerError