You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -394,6 +396,7 @@ Note that models generated from webhook notifications might differ slightly from
394
396
395
397
396
398
### Errors
399
+
397
400
You do not need to deal with the HTTP response from an API call directly. If there is an unsuccessful response then an error that is a subclass of `intercom.Error` will be raised. If desired, you can get at the http_code of an `Error` via it's `http_code` method.
398
401
399
402
The list of different error subclasses are listed below. As they all inherit off `IntercomError` you can choose to except`IntercomError`or the more specific error subclass:
0 commit comments