Exception: Mailjet::BadRequest

Inherits:
CommunicationError show all
Defined in:
lib/mailjet/exception/errors.rb

Constant Summary collapse

CODE =
400

Constants inherited from CommunicationError

CommunicationError::NOCODE

Instance Attribute Summary

Attributes inherited from CommunicationError

#code

Attributes inherited from Error

#object

Instance Method Summary collapse

Constructor Details

#initialize(error_message, response) ⇒ BadRequest

Returns a new instance of BadRequest.



94
95
96
# File 'lib/mailjet/exception/errors.rb', line 94

def initialize(error_message, response)
  super(error_message, response)
end