Docs: add info on handling transient ESP errors

Closes #55
This commit is contained in:
medmunds
2017-09-08 14:27:49 -07:00
parent b6c75fe06b
commit 0a95f1346a
3 changed files with 31 additions and 0 deletions

View File

@@ -35,6 +35,11 @@ Exceptions
help explain what went wrong. (Tip: you may also be able to check the API log in
your ESP's dashboard. See :ref:`troubleshooting`.)
In production, it's not unusual for sends to occasionally fail due to transient
connectivity problems, ESP maintenance, or other operational issues. Typically
these failures have a 5xx :attr:`status_code`. See :ref:`transient-errors`
for suggestions on retrying these failed sends.
.. exception:: AnymailInvalidAddress