Skip to main content

Module error

Module error 

Source
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.