Exception: MailganerClient::ApiError
- Inherits:
-
StandardError
- Object
- StandardError
- MailganerClient::ApiError
- Defined in:
- lib/mailganer_client/errors.rb
Direct Known Subclasses
AuthorizationError, BadRequestError, DomainNotTrustedError, StopListError
Instance Attribute Summary collapse
-
#body ⇒ Object
readonly
Returns the value of attribute body.
-
#code ⇒ Object
readonly
Returns the value of attribute code.
Instance Attribute Details
#body ⇒ Object (readonly)
Returns the value of attribute body.
4 5 6 |
# File 'lib/mailganer_client/errors.rb', line 4 def body @body end |
#code ⇒ Object (readonly)
Returns the value of attribute code.
4 5 6 |
# File 'lib/mailganer_client/errors.rb', line 4 def code @code end |