Update errors.csv: added FROZEN_METHOD_INVALID error

This commit is contained in:
Amiru Mohammed 2025-05-24 16:03:58 +03:00
parent 663a1808a1
commit 3afdce81aa

View File

@ -525,3 +525,4 @@ WEBPUSH_KEY_INVALID,400,The specified web push elliptic curve Diffie-Hellman pub
WEBPUSH_TOKEN_INVALID,400,The specified web push token is invalid
WORKER_BUSY_TOO_LONG_RETRY,500,Telegram workers are too busy to respond immediately
YOU_BLOCKED_USER,400,You blocked this user
FROZEN_METHOD_INVALID,400,You try to use method that not available for frozen accounts

1 name codes description
525 WEBPUSH_TOKEN_INVALID 400 The specified web push token is invalid
526 WORKER_BUSY_TOO_LONG_RETRY 500 Telegram workers are too busy to respond immediately
527 YOU_BLOCKED_USER 400 You blocked this user
528 FROZEN_METHOD_INVALID 400 You try to use method that not available for frozen accounts