contacts resource
Please, care - this is used only for GDPR delete contact call in the API version v4
https://dev.mailjet.com/email/guides/contact-management/#gdpr-delete-contacts
For any other contact actions use Contact in API v3
Indicates that the error happened during communication with the server
And the error nature is bound to the underlying HTTP provider / java.net stack
Please, verify your network configuration
MailjetClientRequestException indicates that the given request is invalid
And MailJet API server returned error like
400 Bad Request
403 Forbidden
404 Not Found
405 Method Not Allowed
Please, verify your request
MailjetRateLimitException handles http status code 429 (Too Many Requests)
Oops! You have reached the maximum number of calls allowed per minute by our API.
MailjetServerException indicates that something went wrong on our side
When such error occurs, it will contain an error identifier in its description
(e.g.
You have specified an incorrect API Key / API Secret Key pair or Bearer token in case of invoking SMS API
You may be unauthorized to access the API or your API key may be inactive.