Module error

Module error 

Source
Expand description

Error types and utilities.

Enums§

RequestError
An error type representing issues that can occur while making requests.
ServerFnError
The error type for the server function system. This enum encompasses all possible errors that can occur during the registration, invocation, and processing of server functions.

Type Aliases§

ServerFnResult
A default result type for server functions, which can either be successful or contain an error. The ServerFnResult type is a convenient alias for a Result type that uses ServerFnError as the error type.