File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -336,6 +336,7 @@ else rescue the more specific error subclass.
336336Intercom ::AuthenticationError
337337Intercom ::ServerError
338338Intercom ::ServiceUnavailableError
339+ Intercom ::ServiceConnectionError
339340Intercom ::ResourceNotFound
340341Intercom ::BadRequestError
341342Intercom ::RateLimitExceeded
Original file line number Diff line number Diff line change @@ -20,9 +20,10 @@ class ServerError < IntercomError; end
2020 # Raised when we have bad gateway errors.
2121 class BadGatewayError < IntercomError ; end
2222
23- # Raised when we reach socket connect timeout
23+ # Raised when we experience a socket read timeout
2424 class ServiceUnavailableError < IntercomError ; end
2525
26+ # Raised when we experience socket connect timeout
2627 class ServiceConnectionError < IntercomError ; end
2728
2829 # Raised when requesting resources on behalf of a user that doesn't exist in your application on Intercom.
You can’t perform that action at this time.
0 commit comments