File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
RabbitMQ.Client/client/framing Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,8 @@ public static class Constants
49
49
public const int ReplySuccess = 200 ;
50
50
///<summary>(= 311)</summary>
51
51
public const int ContentTooLarge = 311 ;
52
+ ///<summary>(= 312)</summary>
53
+ public const int NoRoute = 312 ;
52
54
///<summary>(= 313)</summary>
53
55
public const int NoConsumers = 313 ;
54
56
///<summary>(= 320)</summary>
Original file line number Diff line number Diff line change @@ -225,6 +225,7 @@ namespace RabbitMQ.Client
225
225
public const int InternalError = 541;
226
226
public const int InvalidPath = 402;
227
227
public const int NoConsumers = 313;
228
+ public const int NoRoute = 312;
228
229
public const int NotAllowed = 530;
229
230
public const int NotFound = 404;
230
231
public const int NotImplemented = 540;
You can’t perform that action at this time.
0 commit comments