Enum xcb::base::ConnError [] [src]

pub enum ConnError {
    Connection,
    ClosedExtNotSupported,
    ClosedMemInsufficient,
    ClosedReqLenExceed,
    ClosedParseErr,
    ClosedInvalidScreen,
    ClosedFdPassingFailed,
}

Error type that is returned by Connection::has_error

Variants

xcb connection errors because of socket, pipe and other stream errors.

xcb connection shutdown because of extension not supported

malloc(), calloc() and realloc() error upon failure, for eg ENOMEM

Connection closed, exceeding request length that server accepts.

Connection closed, error during parsing display string.

Connection closed because the server does not have a screen matching the display.

Connection closed because some FD passing operation failed

Trait Implementations

impl Debug for ConnError
[src]

Formats the value using the given formatter.