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
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>
Original file line number Diff line number Diff line change @@ -225,6 +225,7 @@ namespace RabbitMQ.Client
225225 public const int InternalError = 541;
226226 public const int InvalidPath = 402;
227227 public const int NoConsumers = 313;
228+ public const int NoRoute = 312;
228229 public const int NotAllowed = 530;
229230 public const int NotFound = 404;
230231 public const int NotImplemented = 540;
You can’t perform that action at this time.
0 commit comments