Skip to content

Commit c407f34

Browse files
committed
add new AMPQ error codes
1 parent 2eee6a0 commit c407f34

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

protocol/errors.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@
125125
"70002": "reactor operation failed (post operation returned unexpected code)",
126126
"70003": "reactor operation failed (maximum number of concurrent in-flight requests exceeded)",
127127
"70004": "reactor operation failed (invalid or unaccepted message contents)",
128+
"70005": "unable to deliver AMQP message (unspecified timeout)",
129+
"70006": "unable to deliver AMQP message (cluster busy)",
128130

129131
"71000": "Exchange error (unspecified)",
130132
"71001": "Forced re-attachment due to permissions change",

0 commit comments

Comments
 (0)