Expand description
Error types for starpc.
This module provides the error types used throughout the starpc library, matching the error semantics of the Go and TypeScript implementations.
Modules§
- codes
- Error code constants matching the TypeScript implementation.
Enums§
- Error
- Errors that can occur in starpc operations.
Functions§
- is_
abort_ error_ message - Checks if an error message indicates an abort.
- is_
stream_ idle_ error_ message - Checks if an error message indicates a stream idle timeout.
Type Aliases§
- Result
- Result type alias using starpc’s Error type.