From bd5603a6a7f1ac4da08a8431523e4b25658f3007 Mon Sep 17 00:00:00 2001 From: wulan17 Date: Mon, 9 Jun 2025 22:44:59 +0700 Subject: [PATCH] pyrofork: Add STARS_AMOUNT_INVALID exception Signed-off-by: wulan17 --- compiler/errors/source/400_BAD_REQUEST.tsv | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/errors/source/400_BAD_REQUEST.tsv b/compiler/errors/source/400_BAD_REQUEST.tsv index 2d75f9cb..2212ec2d 100644 --- a/compiler/errors/source/400_BAD_REQUEST.tsv +++ b/compiler/errors/source/400_BAD_REQUEST.tsv @@ -503,3 +503,4 @@ BOOSTS_EMPTY You can't modify the icon of the General topic. BOOST_NOT_MODIFIED You're already boosting the specified channel. PAYMENT_REQUIRED The payment is required BOOST_PEER_INVALID The specified `boost_peer` is invalid. +STARS_AMOUNT_INVALID The specified `amount` is invalid. \ No newline at end of file