Package com.mailjet.client.errors

  • Exception Summary
    Exception Description
    MailjetClientCommunicationException
    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
    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
    MailjetException
    Base exception class for the all exceptions thrown by MailJet client
    MailjetRateLimitException
    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
    MailjetServerException indicates that something went wrong on our side When such error occurs, it will contain an error identifier in its description (e.g.
    MailjetUnauthorizedException
    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.