[MM-25477] - Migrate command webhook store AppError to error (#14703)

* Migrate command webhook store AppError to error

* Migrate command webhook store AppError to error

* Migrate command webhook store AppError to error

* Migrate command webhook store AppError to error

* Migrate command webhook store AppError to error

* Migrate command webhook store AppError to error

* Migrate command webhook store AppError to error

* Changes requested in the review.

* Changing http status

* fix i18n

Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
Co-authored-by: Agniva De Sarker <agnivade@yahoo.co.in>
Этот коммит содержится в:
dantepippi
2020-07-19 00:12:03 -03:00
коммит произвёл GitHub
родитель c7f7bef9ec
Коммит aae3b9650f
8 изменённых файлов: 113 добавлений и 82 удалений

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

@@ -3190,6 +3190,34 @@
"id": "app.command.updatecommand.internal_error",
"translation": "Unable to update the command."
},
{
"id": "app.command_webhook.create_command_webhook.existing",
"translation": "You cannot update an existing CommandWebhook."
},
{
"id": "app.command_webhook.create_command_webhook.internal_error",
"translation": "Unable to save the CommandWebhook."
},
{
"id": "app.command_webhook.get.internal_error",
"translation": "Unable to get the webhook."
},
{
"id": "app.command_webhook.get.missing",
"translation": "Unable to find the webhook."
},
{
"id": "app.command_webhook.handle_command_webhook.parse",
"translation": "Unable to parse incoming data."
},
{
"id": "app.command_webhook.try_use.internal_error",
"translation": "Unable to use the webhook."
},
{
"id": "app.command_webhook.try_use.invalid",
"translation": "Invalid webhook."
},
{
"id": "app.emoji.create.internal_error",
"translation": "Unable to save emoji."
@@ -6642,26 +6670,6 @@
"id": "store.sql_command.update.missing.app_error",
"translation": "Command does not exist."
},
{
"id": "store.sql_command_webhooks.get.app_error",
"translation": "Unable to get the webhook."
},
{
"id": "store.sql_command_webhooks.save.app_error",
"translation": "Unable to save the CommandWebhook."
},
{
"id": "store.sql_command_webhooks.save.existing.app_error",
"translation": "You cannot update an existing CommandWebhook."
},
{
"id": "store.sql_command_webhooks.try_use.app_error",
"translation": "Unable to use the webhook."
},
{
"id": "store.sql_command_webhooks.try_use.invalid.app_error",
"translation": "Invalid webhook."
},
{
"id": "store.sql_compliance.get.finding.app_error",
"translation": "We encountered an error retrieving the compliance reports."
@@ -7738,10 +7746,6 @@
"id": "web.command_webhook.command.app_error",
"translation": "Couldn't find the command."
},
{
"id": "web.command_webhook.invalid.app_error",
"translation": "Invalid webhook."
},
{
"id": "web.command_webhook.parse.app_error",
"translation": "Unable to parse incoming data."