Expand description
Error types and utilities.
Enums§
- Request
Error - An error type representing issues that can occur while making requests.
- Server
FnError - 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§
- Server
FnResult - A default result type for server functions, which can either be successful or contain an error. The
ServerFnResulttype is a convenient alias for aResulttype that usesServerFnErroras the error type.