Module errors

Module errors 

Source
Expand description

§Structured Error Types for AT Protocol Jetstream

Error handling for WebSocket-based event streaming operations using the AT Protocol Jetstream service. All errors follow the project convention of prefixed error codes with descriptive messages.

§Error Categories

  • ConsumerError (consumer-1 to consumer-9): Errors related to WebSocket connections, message processing, and event handling

§Error Format

All errors use the standardized format: error-atproto-jetstream-{domain}-{number} {message}: {details}

Enums§

ConsumerError
Errors that can occur when consuming events from the Jetstream service