Home
last modified time | relevance | path

Searched refs:lookup_amqp_exception (Results 1 – 5 of 5) sorted by relevance

/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbit_common/src/
H A Drabbit_binary_generator.erl201 lookup_amqp_exception(Reason, Protocol),
218 lookup_amqp_exception(#amqp_error{name = Name, function
222 {ShouldClose, Code, Text} = Protocol:lookup_amqp_exception(Name),
225 lookup_amqp_exception(Other, Protocol) -> function
227 {ShouldClose, Code, Text} = Protocol:lookup_amqp_exception(internal_error),
/dports/benchmarks/tsung/tsung-1.7.0/src/lib/
H A Drabbit_binary_generator.erl208 lookup_amqp_exception(Reason, Protocol),
225 lookup_amqp_exception(#amqp_error{name = Name, function
229 {ShouldClose, Code, Text} = Protocol:lookup_amqp_exception(Name),
232 lookup_amqp_exception(Other, Protocol) -> function
234 {ShouldClose, Code, Text} = Protocol:lookup_amqp_exception(internal_error),
H A Drabbit_framing_amqp_0_9_1.erl34 -export([lookup_amqp_exception/1]).
1137 lookup_amqp_exception(no_route) -> {false, ?NO_ROUTE, <<"NO_ROUTE">>}; function
1138 lookup_amqp_exception(no_consumers) -> {false, ?NO_CONSUMERS, <<"NO_CONSUMERS">>}; function
1140 lookup_amqp_exception(not_found) -> {false, ?NOT_FOUND, <<"NOT_FOUND">>}; function
1144 lookup_amqp_exception(invalid_path) -> {true, ?INVALID_PATH, <<"INVALID_PATH">>}; function
1145 lookup_amqp_exception(frame_error) -> {true, ?FRAME_ERROR, <<"FRAME_ERROR">>}; function
1146 lookup_amqp_exception(syntax_error) -> {true, ?SYNTAX_ERROR, <<"SYNTAX_ERROR">>}; function
1148 lookup_amqp_exception(channel_error) -> {true, ?CHANNEL_ERROR, <<"CHANNEL_ERROR">>}; function
1150 lookup_amqp_exception(resource_error) -> {true, ?RESOURCE_ERROR, <<"RESOURCE_ERROR">>}; function
1151 lookup_amqp_exception(not_allowed) -> {true, ?NOT_ALLOWED, <<"NOT_ALLOWED">>}; function
[all …]
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/amqp_client/src/
H A Damqp_channel.erl840 {true, Code, _} = ?PROTOCOL:lookup_amqp_exception(ErrorName),
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbit/src/
H A Drabbit_channel.erl1943 {_Close, ReplyCode, ReplyText} = Protocol:lookup_amqp_exception(Reason),