Module errors

Module errors 

Source
Expand description

Error definitions and result type for the seda_runtime_sdk.

This module provides the SDKError enum representing all possible errors within the SDK, and a convenient Result alias for SDK operations.

Enums§

SDKError
Represents errors that can occur when using the seda_runtime_sdk.

Type Aliases§

Result
A specialized Result type for SDK operations that return SDKError.