Maintenance: Zendesk changed response for not existing instances.
This commit is contained in:
parent
8dc68ca1e4
commit
7e064ee35b
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ class ImportZendeskController < ApplicationController
|
|||
translation_map = {
|
||||
'No such file' => 'Hostname not found!',
|
||||
'getaddrinfo: nodename nor servname provided, or not known' => 'Hostname not found!',
|
||||
'503 Service Temporarily Unavailable' => 'Hostname not found!',
|
||||
'No route to host' => 'No route to host!',
|
||||
'Connection refused' => 'Connection refused!',
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue