Docs: suggest checking Mandrill error logs for API errors

[ci skip]
This commit is contained in:
medmunds
2014-09-29 15:48:31 -07:00
parent 79dac432c0
commit 49ad853ab3
2 changed files with 8 additions and 1 deletions

View File

@@ -316,4 +316,6 @@ Exceptions
If the Mandrill API fails or returns an error response, the send call will
raise a :exc:`~!djrill.MandrillAPIError` exception (a subclass of :exc:`requests.HTTPError`).
The exception's :attr:`status_code` and :attr:`response` attributes may
help explain what went wrong.
help explain what went wrong. (Tip: you can also check Mandrill's
`API error log <https://mandrillapp.com/settings/api>`_ to view the full API
request and error response.)