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 b21820a commit 715d2b9Copy full SHA for 715d2b9
projects/RabbitMQ.Client/client/framing/Constants.cs
@@ -50,7 +50,7 @@ public static class Constants
50
///<summary>(= 311)</summary>
51
public const int ContentTooLarge = 311;
52
///<summary>(= 312)</summary>
53
- public const int NoRoute = 312;
+ public const int NoRoute = 312;
54
///<summary>(= 313)</summary>
55
public const int NoConsumers = 313;
56
///<summary>(= 320)</summary>
0 commit comments