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
Sengrid also supports local enviroment file `.env`. Copy or rename `.env_sample` into `.env` and update [SENGRID_API_KEY](https://app.sendgrid.com/settings/api_keys) with your key.
58
+
Sendgrid also supports local enviroment file `.env`. Copy or rename `.env_sample` into `.env` and update [SENDGRID_API_KEY](https://app.sendgrid.com/settings/api_keys) with your key.
59
59
60
60
## Install Package
61
61
@@ -180,6 +180,8 @@ Please see [our helper](https://github.com/sendgrid/sendgrid-python/tree/master/
180
180
<aname="announcements"></a>
181
181
# Announcements
182
182
183
+
Join an experienced and passionate team that focuses on making an impact. Opportunities abound to grow the product - and grow your career! Check out our [Data Platform Engineer role](http://grnh.se/wbx1701)
184
+
183
185
Please see our announcement regarding [breaking changes](https://github.com/sendgrid/sendgrid-python/issues/217). Your support is appreciated!
184
186
185
187
All updates to this library are documented in our [CHANGELOG](https://github.com/sendgrid/sendgrid-python/blob/master/CHANGELOG.md) and [releases](https://github.com/sendgrid/sendgrid-python/releases). You may also subscribe to email [release notifications](https://dx.sendgrid.com/newsletter/java) for releases and breaking changes.
Copy file name to clipboardExpand all lines: USE_CASES.md
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
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