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
Copy file name to clipboardExpand all lines: USE_CASES.md
+28
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ This documentation provides examples for specific use cases. Please [open an iss
7
7
*[How to Setup a Domain Whitelabel](#domain_whitelabel)
8
8
*[How to View Email Statistics](#email_stats)
9
9
*[Asynchronous Mail Send](#asynchronous-mail-send)
10
+
*[Error Handling](#error-handling)
10
11
11
12
<aname="transactional-templates"></a>
12
13
# Transactional Templates
@@ -272,3 +273,30 @@ if __name__ == "__main__":
272
273
loop.run_until_complete(task)
273
274
```
274
275
276
+
<aname="error-handling"></a>
277
+
# Error Handling
278
+
[Custom exceptions](https://github.com/sendgrid/python-http-client/blob/master/python_http_client/exceptions.py) for `python_http_client` are now supported, which can be imported by consuming libraries.
279
+
280
+
Please see [here](https://github.com/sendgrid/python-http-client/blob/master/python_http_client/exceptions.py) for a list of supported exceptions.
0 commit comments