123456789_123456789_123456789_123456789_123456789_

Exception: Net::IMAP::NoResponseError

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 a “NO” response from the server, indicating that the client command could not be completed successfully.

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