Fixed errcheck issues in server/channels/app/integration_action.go (#29040)

Co-authored-by: Ben Schumacher <ben.schumacher@mattermost.com>
Этот коммит содержится в:
Arya Khochare
2025-04-14 17:26:05 +05:30
коммит произвёл GitHub
родитель 7789223494
Коммит 0f860f0512
3 изменённых файлов: 22 добавлений и 2 удалений

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

@@ -6876,10 +6876,18 @@
"id": "app.status.get.missing.app_error",
"translation": "No entry for that status exists."
},
{
"id": "app.submit_interactive_dialog.decode_json_error",
"translation": "Encountered an error decoding JSON response from interactive dialog submission."
},
{
"id": "app.submit_interactive_dialog.json_error",
"translation": "Encountered an error encoding JSON for the interactive dialog."
},
{
"id": "app.submit_interactive_dialog.read_body_error",
"translation": "Encountered an error reading response body from interactive dialog submission."
},
{
"id": "app.system.complete_onboarding_request.app_error",
"translation": "Failed to decode the complete onboarding request."