Skip to main content

Module error

Module error 

Source
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

Structs§

RateLimitError
Error type for rate limiting.
ValidationError
Error type for input validation failures.

Enums§

AuthError
Error type for authentication failures.
ConnectionError
Error type for connection failures.

Type Aliases§

SharedResult
A result type using our shared error types.