xcb_generic_error_t

@brief Generic error.

A generic error structure.

Members

Variables

error_code
ubyte error_code;

< Error code

full_sequence
uint full_sequence;

< full sequence

major_code
ubyte major_code;

< Major opcode of the failed request

minor_code
ushort minor_code;

< Minor opcode of the failed request

pad
uint[5] pad;

< Padding

pad0
ubyte pad0;
Undocumented in source.
resource_id
uint resource_id;

< Resource ID for requests with side effects only

response_type
ubyte response_type;

< Type of the response

sequence
ushort sequence;

< Sequence number

Meta