handle errors in HandleCommandResponse method (#9888)

This commit is contained in:
Michael Kochell
2019-01-09 15:41:53 -05:00
committed by Joram Wilander
parent 66d174d80b
commit e67fe4c89d
3 changed files with 110 additions and 29 deletions

View File

@@ -359,6 +359,10 @@
"id": "api.command.duplicate_trigger.app_error",
"translation": "This trigger word is already in use. Please choose another word."
},
{
"id": "api.command.execute_command.create_post_failed.app_error",
"translation": "Command '{{.Trigger}}' failed to post response. Please contact your System Administrator."
},
{
"id": "api.command.execute_command.debug",
"translation": "Executing cmd=%v userId=%v"