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 b224a2e commit b21820aCopy full SHA for b21820a
projects/Unit/APIApproval.Approve.verified.txt
@@ -225,6 +225,7 @@ namespace RabbitMQ.Client
225
public const int InternalError = 541;
226
public const int InvalidPath = 402;
227
public const int NoConsumers = 313;
228
+ public const int NoRoute = 312;
229
public const int NotAllowed = 530;
230
public const int NotFound = 404;
231
public const int NotImplemented = 540;
0 commit comments