Exception: Net::IMAP::BadResponseError
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
ResponseError ,
Error ,
StandardError
|
|
Instance Chain:
self,
ResponseError ,
Error ,
StandardError
|
|
Inherits: |
Net::IMAP::ResponseError
|
Defined in: | lib/net/imap.rb |
Overview
Error
raised upon a “BAD” response from the server, indicating that the client command violated the ::Net::IMAP
protocol, or an internal server failure has occurred.
Class Method Summary
ResponseError
- Inherited
Instance Attribute Summary
ResponseError
- Inherited
#response | The response that caused this error. |
Constructor Details
This class inherits a constructor from Net::IMAP::ResponseError