Expand description
Shared error types for client and server implementations.
This module provides common error types that can be used by both the bssh client and server implementations.
§Error Categories
ValidationError: Input validation failuresAuthError: Authentication-related errorsConnectionError: Connection and network errorsRateLimitError: Rate limiting errors
Structs§
- Rate
Limit Error - Error type for rate limiting.
- Validation
Error - Error type for input validation failures.
Enums§
- Auth
Error - Error type for authentication failures.
- Connection
Error - Error type for connection failures.
Type Aliases§
- Shared
Result - A result type using our shared error types.