amqp_rpc_reply_t

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

library_error
int library_error;

< in case of AMQP_RESPONSE_LIBRARY_EXCEPTION this * field will be set to an error code. An error * string can be retrieved using amqp_error_string

reply
amqp_method_t reply;

< in case of AMQP_RESPONSE_SERVER_EXCEPTION this * field will be set to the method returned from the broker

reply_type
amqp_response_type_enum reply_type;

< the reply type: - AMQP_RESPONSE_NORMAL - the RPC completed successfully - AMQP_RESPONSE_SERVER_EXCEPTION - the broker returned an exception, check the reply field - AMQP_RESPONSE_LIBRARY_EXCEPTION - the library encountered an error, check the library_error field

Meta