Skip to content

Commit b224a2e

Browse files
Add a missing constant for NO_ROUTE
Closes #1331
1 parent 9c993d5 commit b224a2e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

projects/RabbitMQ.Client/client/framing/Constants.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ public static class Constants
4949
public const int ReplySuccess = 200;
5050
///<summary>(= 311)</summary>
5151
public const int ContentTooLarge = 311;
52+
///<summary>(= 312)</summary>
53+
public const int NoRoute = 312;
5254
///<summary>(= 313)</summary>
5355
public const int NoConsumers = 313;
5456
///<summary>(= 320)</summary>

0 commit comments

Comments
 (0)