Class: Net::NNTP::RetryResponse

Inherits:
Response
  • Object
show all
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)

Instance Attribute Summary

Attributes inherited from Response

#code, #message, #request

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