Commit generated code after FRAME-MIN-SIZE change

References #13541
This commit is contained in:
Arnaud Cogoluègnes 2025-03-17 17:04:38 +01:00 committed by Michael Klishin
parent a458b93876
commit 70827dee4a
No known key found for this signature in database
GPG Key ID: 44BF2725475205B2
3 changed files with 3 additions and 3 deletions

View File

@ -162,7 +162,7 @@
-type amqp_exception_code() ::
( 1 | 2 | 3 | 4
| 5 | 6 | 7 | 8
| 4096 | 206 | 200 | 310
| 8192 | 206 | 200 | 310
| 311 | 312 | 313 | 403
| 404 | 405 | 406 | 320
| 402 | 501 | 502 | 503

View File

@ -139,7 +139,7 @@
| 'internal_error' ).
-type amqp_exception_code() ::
( 1 | 2 | 3 | 8
| 4096 | 206 | 200 | 311
| 8192 | 206 | 200 | 311
| 312 | 313 | 403 | 404
| 405 | 406 | 320 | 402
| 501 | 502 | 503 | 504

View File

@ -77,7 +77,7 @@
{"name": "FRAME-OOB-BODY", "value": 6},
{"name": "FRAME-TRACE", "value": 7},
{"name": "FRAME-HEARTBEAT", "value": 8},
{"name": "FRAME-MIN-SIZE", "value": 4096},
{"name": "FRAME-MIN-SIZE", "value": 8192},
{"name": "FRAME-END", "value": 206},
{"name": "REPLY-SUCCESS", "value": 200},
{"name": "NOT-DELIVERED", "value": 310, "class": "soft-error"},