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 9c993d5 commit b224a2eCopy full SHA for b224a2e
projects/RabbitMQ.Client/client/framing/Constants.cs
@@ -49,6 +49,8 @@ public static class Constants
49
public const int ReplySuccess = 200;
50
///<summary>(= 311)</summary>
51
public const int ContentTooLarge = 311;
52
+ ///<summary>(= 312)</summary>
53
+ public const int NoRoute = 312;
54
///<summary>(= 313)</summary>
55
public const int NoConsumers = 313;
56
///<summary>(= 320)</summary>
0 commit comments