We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1d93e4 commit da6fbdeCopy full SHA for da6fbde
lib/intercom/request.rb
@@ -69,11 +69,11 @@ def execute(target_base_url=nil)
69
raise_errors_on_failure(response)
70
parsed_body
71
rescue Timeout::Error
72
- raise Intercom::ServiceUnavailableError.new('Service Unavailable')
+ raise Intercom::ServiceUnavailableError.new('Service Unavailable [request timed out]')
73
end
74
75
76
- raise Intercom::ServiceConnectionError.new('Failed to connect to service')
+ raise Intercom::ServiceConnectionError.new('Failed to connect to service [connection attempt timed out]')
77
78
79
0 commit comments