Skip to main content

Module codes

Module codes 

Source
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)