TF-1190 Handle SetError when send message

This commit is contained in:
dab246
2023-02-03 11:03:57 +07:00
committed by Dat Vu
parent 4e576c346b
commit f41baf5250
12 changed files with 154 additions and 40 deletions
+13 -1
View File
@@ -1,5 +1,5 @@
{
"@@last_modified": "2023-01-27T17:10:17.205660",
"@@last_modified": "2023-02-02T19:29:42.134695",
"initializing_data": "Initializing data...",
"@initializing_data": {
"type": "text",
@@ -2649,5 +2649,17 @@
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"sendMessageFailureWithSetErrorTypeTooLarge": "Failure to send your message, because it is too large.",
"@sendMessageFailureWithSetErrorTypeTooLarge": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"sendMessageFailureWithSetErrorTypeOverQuota": "Failure to send your message, because it is over quota.",
"@sendMessageFailureWithSetErrorTypeOverQuota": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
}
}