Skip to main content

Module error

Module error 

Source
Expand description

Error types for the opencode-codes crate.

All fallible operations return Result<T>, which uses Error as the error type. The core variants (Error::Http, Error::Serde) are available in the types tier and build on wasm32. Transport, SSE, and server-lifecycle variants are gated behind the features whose dependencies supply their source types.

Enums§

Error
Error type for the opencode-codes crate.

Type Aliases§

Result
A Result type alias using Error.