From aaaa97c77af397c462f1452ea2ec57ee1e84c412 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Mon, 31 Jan 2022 21:28:51 +0100 Subject: [PATCH] Document ApiCallError RPC error --- compiler/errors/source/503_SERVICE_UNAVAILABLE.tsv | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compiler/errors/source/503_SERVICE_UNAVAILABLE.tsv b/compiler/errors/source/503_SERVICE_UNAVAILABLE.tsv index 72b79cb5..eaa426a8 100644 --- a/compiler/errors/source/503_SERVICE_UNAVAILABLE.tsv +++ b/compiler/errors/source/503_SERVICE_UNAVAILABLE.tsv @@ -1,2 +1,3 @@ id message -Timeout Telegram is having internal problems. Please try again later. \ No newline at end of file +Timeout Telegram is having internal problems. Please try again later. +ApiCallError Telegram is having internal problems. Please try again later. \ No newline at end of file