Class: Net::NNTP::RetryResponse
- Defined in:
- lib/net/nntp/response.rb
Overview
Codes: 4xx
Subclasses:
-
TemporarilyUnavailable (400)
-
InternalFault (403)
-
GroupUnknown (411)
-
NoGroupSelected (412)
-
InvalidArticle (420)
-
NoNextArticle (421)
-
NoPreviousArticle (422)
-
InvalidNumberOrRange (423)
-
NoSuchMessageid (430)
-
ArticleNotWanted (435)
-
TransferNotPossible (436)
-
TransferRejected (437)
-
PostingNotPermitted (440)
-
PostingFailed (441)
-
AuthenticationRequired (480)
-
AuthenticationFailed (481)
-
AuthenticationOutOfSequence (482)
-
PrivacyRequired (483)
Direct Known Subclasses
ArticleNotWanted, AuthenticationFailed, AuthenticationOutOfSequence, AuthenticationRequired, GroupUnknown, InternalFault, InvalidArticle, InvalidNumberOrRange, NoGroupSelected, NoNextArticle, NoPreviousArticle, NoSuchMessageid, PostingFailed, PostingNotPermitted, PrivacyRequired, TemporarilyUnavailable, TransferNotPossible, TransferRejected
Instance Attribute Summary
Attributes inherited from Response
Method Summary
Methods inherited from Response
#==, #body, class_from_code, create, #force_close?, #generic?, #has_body?, #initialize, #multiline?, #needs_article?
Constructor Details
This class inherits a constructor from Net::NNTP::Response