Improve Alexa error handling (#24745)

This commit is contained in:
Paulus Schoutsen 2019-06-24 22:04:31 -07:00 committed by GitHub
parent d4fc22add4
commit f5f86993f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 121 additions and 9 deletions

View file

@ -16,6 +16,7 @@ ERR_HOME_ASSISTANT_ERROR = 'home_assistant_error'
ERR_UNKNOWN_COMMAND = 'unknown_command'
ERR_UNKNOWN_ERROR = 'unknown_error'
ERR_UNAUTHORIZED = 'unauthorized'
ERR_TIMEOUT = 'timeout'
TYPE_RESULT = 'result'