Exception: Net::IMAP::UnknownResponseError
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/errors.rb |
Overview
Error
raised upon an unknown response from the server.
This is different from InvalidResponseError: the response may be a valid extension response and the server may be allowed to send it in this context, but ::Net::IMAP
either does not know how to parse it or how to handle it. This could result from enabling unknown or unhandled extensions. The connection may still be usable, but—depending on context—it may be prudent to disconnect.
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