mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
Docs: suggest checking Mandrill error logs for API errors
[ci skip]
This commit is contained in:
@@ -16,6 +16,11 @@ Bugs
|
|||||||
You can report problems or request features in
|
You can report problems or request features in
|
||||||
`Djrill's github issue tracker <https://github.com/brack3t/Djrill/issues>`_.
|
`Djrill's github issue tracker <https://github.com/brack3t/Djrill/issues>`_.
|
||||||
|
|
||||||
|
(If you're seeing a :exc:`djrill.MandrillAPIError`, chances are good you're asking
|
||||||
|
Djrill to tell Mandrill to do something it doesn't want to. Mandrill keeps a
|
||||||
|
really-helpful `API error log <https://mandrillapp.com/settings/api>`_ which will
|
||||||
|
often help you figure out what went wrong.)
|
||||||
|
|
||||||
|
|
||||||
Pull Requests
|
Pull Requests
|
||||||
-------------
|
-------------
|
||||||
|
|||||||
@@ -316,4 +316,6 @@ Exceptions
|
|||||||
If the Mandrill API fails or returns an error response, the send call will
|
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`).
|
raise a :exc:`~!djrill.MandrillAPIError` exception (a subclass of :exc:`requests.HTTPError`).
|
||||||
The exception's :attr:`status_code` and :attr:`response` attributes may
|
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.)
|
||||||
|
|||||||
Reference in New Issue
Block a user