Enum shout::ShoutErr [] [src]

pub enum ShoutErr {
    Success,
    Insane,
    NoConnect,
    NoLogin,
    Socket,
    Malloc,
    Metadata,
    Connected,
    Unconnected,
    Unsupported,
    Busy,
    NoTLS,
    TLSBadCert,
    Retry,
}

Type representing the return of a call to a libshout function. The Success value should never be returned as an error by this library.

Variants

No error

Nonsensical arguments

Couldn't connect

Login failed

Socket error

Out of memory

Cannot set parameter while connected

Not connected

This libshout version doesn't support the requested operation

The socket is busy

TLS requested but not supported by the peer

TLS connection cannot be established due to bad certificate

Retry last operation

Methods

impl ShoutErr
[src]

Trait Implementations

impl Copy for ShoutErr
[src]

impl Clone for ShoutErr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ShoutErr
[src]

Formats the value using the given formatter.