Expand description
NNTP status code constants per RFC 3977 and RFC 4643
Provides named constants for all standard NNTP response codes, organized by category (informational, success, continuation, error).
Constants§
- ACCESS_
DENIED - Access denied / no permission (RFC 3977 §3.2.1)
- ARTICLE_
EXISTS - Article exists (RFC 3977 §6.2.4)
- ARTICLE_
FOLLOWS - Article follows (RFC 3977 §6.2.1)
- AUTH_
ACCEPTED - Authentication accepted (RFC 4643 §2.3)
- AUTH_
OUT_ OF_ SEQUENCE - Authentication out of sequence (RFC 4643 §2.3)
- AUTH_
REJECTED - Authentication rejected (RFC 4643 §2.3)
- AUTH_
REQUIRED - Authentication required (RFC 4643 §2.3)
- BODY_
FOLLOWS - Body follows (RFC 3977 §6.2.3)
- CAPABILITY_
LIST - Capability list follows (RFC 3977 §5.2)
- COMMAND_
NOT_ RECOGNIZED - Command not recognized (RFC 3977 §3.2.1)
- COMMAND_
SYNTAX_ ERROR - Command syntax error (RFC 3977 §3.2.1)
- COMPRESSION_
ACTIVE - Compression active (RFC 8054 §2.2)
- CONNECTION_
CLOSING - Connection closing (RFC 3977 §5.4)
- ENCRYPTION_
REQUIRED - Encryption required (RFC 4643 §2.3)
- FEATURE_
NOT_ SUPPORTED - Feature not supported (RFC 3977 §3.2.1)
- GROUP_
SELECTED - Group selected (RFC 3977 §6.1.1)
- HEADERS_
FOLLOW - Headers follow (RFC 3977 §8.5)
- HEAD_
FOLLOWS - Head follows (RFC 3977 §6.2.2)
- HELP_
TEXT - Help text follows (RFC 3977 §7.2)
- INFORMATION_
FOLLOWS - Information follows (RFC 3977 §7.6.1)
- INTERNAL_
FAULT - Internal fault (RFC 3977 §3.2.1)
- NEW_
ARTICLES_ FOLLOW - New articles follow (RFC 3977 §7.4)
- NEW_
GROUPS_ FOLLOW - New groups follow (RFC 3977 §7.3)
- NO_
CURRENT_ ARTICLE - No current article selected (RFC 3977 §6.2.4)
- NO_
GROUP_ SELECTED - No newsgroup selected (RFC 3977 §6.1.1)
- NO_
NEXT_ ARTICLE - No next article (RFC 3977 §6.3.1)
- NO_
POSTING - Server ready, no posting (RFC 3977 §5.1.1)
- NO_
PREV_ ARTICLE - No previous article (RFC 3977 §6.3.2)
- NO_
SUCH_ ARTICLE_ ID - No article with that message-id (RFC 3977 §6.2.1)
- NO_
SUCH_ ARTICLE_ NUMBER - No article with that number (RFC 3977 §6.2.1)
- NO_
SUCH_ GROUP - No such newsgroup (RFC 3977 §6.1.1)
- OVERVIEW_
FOLLOWS - Overview follows (RFC 3977 §8.3)
- PASSWORD_
REQUIRED - Password required (RFC 4643 §2.3)
- POSTING_
ALLOWED - Server ready, posting allowed (RFC 3977 §5.1.1)
- SASL_
CONTINUE - SASL continue (RFC 4643 §2.4)
- SEND_
ARTICLE_ POST - Send article to be posted (RFC 3977 §6.3.2)
- SEND_
ARTICLE_ TRANSFER - Send article to be transferred (RFC 3977 §6.3.1)
- SERVER_
DATE - Server date and time (RFC 3977 §7.1)
- SERVICE_
UNAVAILABLE - Service temporarily unavailable (RFC 3977 §3.2.1)