amqp_rpc_reply_t.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

struct amqp_rpc_reply_t
amqp_response_type_enum reply_type;

Meta