We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 222ac74 commit 9957155Copy full SHA for 9957155
src/rabbit_exchange.erl
@@ -64,7 +64,8 @@
64
-type(bind_res() :: rabbit_types:ok_or_error('queue_not_found' |
65
'exchange_not_found' |
66
'exchange_and_queue_not_found')).
67
--type(inner_fun() :: fun((rabbit_types:exchange(), queue()) -> any())).
+-type(inner_fun() :: fun((rabbit_types:exchange(), queue()) ->
68
+ rabbit_types:ok_or_error('amqp_error'))).
69
70
-spec(recover/0 :: () -> 'ok').
71
-spec(declare/5 ::
0 commit comments