Enum hdbconnect::Severity[][src]

pub enum Severity {
    Warning,
    Error,
    Fatal,
    __UNKNOWN__(i8),
}

Severity of a server message

Variants

An additional warning is sent from the server to the client, along with the regular response.

The request sent to the server was not correct or could not be answered correctly.

A fatal, session-terminating error occured.

The request sent to the server could not be answered, for an unknown reason.

Methods

impl Severity
[src]

Returns the number encoding of the severity.

Trait Implementations

impl Clone for Severity
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Severity
[src]

Formats the value using the given formatter. Read more

impl Display for Severity
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Severity

impl Sync for Severity