D | |
| Decode_error [Netamqp_types] |
Cannot decode data from the server
|
E | |
| Encode_error [Netamqp_types] |
Cannot encode a message to the binary format
|
| Error [Netamqp_channel] |
An error occurred in channel management
|
| Error [Netamqp_connection] |
An error occurred in connection management
|
| Error [Netamqp_transport] |
Passed back as
`Error.
|
M | |
| Method_cannot_be_dispatched [Netamqp_types] |
No handler is defined for this
|
| Method_dropped [Netamqp_types] |
The channel or connection is now down, and the method
cannot be continued
|
| Method_exception [Netamqp_types] |
An exception token wrapped as
connection.close or channel.close
method
|
N | |
| Not_connected [Netamqp_types] |
The endpoint is not in
`Connected state and cannot accept new
requests
|
| Not_open [Netamqp_channel] |
Raised if the channel is not known to be open on the client side
|
| Not_open [Netamqp_connection] |
Raised if the connection is not known to be open on the client side
|
P | |
| Protocol_is_not_supported [Netamqp_types] |
The server does not support our protocol version
|
| Protocol_violation [Netamqp_types] |
A violation of the protocol (invalid sequence of methods)
|
T | |
| Timeout [Netamqp_types] |
Sync calls get timeout
|
U | |
| Unexpected_eof [Netamqp_types] |
Got an EOF from the server but was not expecting it
|
| Unexpected_frame [Netamqp_types] |
This type of frame is unexpected now
|