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
Connectionxcb connection errors because of socket, pipe and other stream errors.
ClosedExtNotSupportedxcb connection shutdown because of extension not supported
ClosedMemInsufficientmalloc(), calloc() and realloc() error upon failure, for eg ENOMEM
ClosedReqLenExceedConnection closed, exceeding request length that server accepts.
ClosedParseErrConnection closed, error during parsing display string.
ClosedInvalidScreenConnection closed because the server does not have a screen matching the display.
ClosedFdPassingFailedConnection closed because some FD passing operation failed