Migration of AuditStore to return plain errors (#14825)

Automatic Merge
Этот коммит содержится в:
Rodrigo Villablanca
2020-06-26 00:26:35 -04:00
коммит произвёл GitHub
родитель 98d72e51fe
Коммит 0118db9d23
12 изменённых файлов: 100 добавлений и 72 удалений

Просмотреть файл

@@ -2962,6 +2962,22 @@
"id": "app.admin.test_site_url.failure",
"translation": "This is not a valid live URL"
},
{
"id": "app.audit.get.finding.app_error",
"translation": "We encountered an error finding the audits."
},
{
"id": "app.audit.get.limit.app_error",
"translation": "Limit exceeded for paging."
},
{
"id": "app.audit.permanent_delete_by_user.app_error",
"translation": "We encountered an error deleting the audits."
},
{
"id": "app.audit.save.saving.app_error",
"translation": "We encountered an error saving the audit."
},
{
"id": "app.bot.createbot.internal_error",
"translation": "Unable to save the bot."
@@ -6174,26 +6190,6 @@
"id": "store.sql.convert_string_map",
"translation": "FromDb: Unable to convert StringMap to *string"
},
{
"id": "store.sql_audit.app_error",
"translation": "Failed to build query."
},
{
"id": "store.sql_audit.get.finding.app_error",
"translation": "We encountered an error finding the audits."
},
{
"id": "store.sql_audit.get.limit.app_error",
"translation": "Limit exceeded for paging."
},
{
"id": "store.sql_audit.permanent_delete_by_user.app_error",
"translation": "We encountered an error deleting the audits."
},
{
"id": "store.sql_audit.save.saving.app_error",
"translation": "We encountered an error saving the audit."
},
{
"id": "store.sql_bot.get.missing.app_error",
"translation": "Bot does not exist."