Expand description
Structured error types for StreamKit.
This module provides a hierarchy of error types for better error handling
and programmatic error inspection. All errors implement Display and can
be converted to/from String for backward compatibility.
Enums§
- Stream
KitError - Main error type for StreamKit operations.
Type Aliases§
- Result
- Convenience type alias for Results using
StreamKitError.