Skip to main content

Module error

Module error 

Source
Expand description

Error types for the plugin SDK.

SdkError covers everything that can go wrong during plugin initialization, task execution, and result transport. It is #[non_exhaustive] so new variants can be added without breaking downstream code.

Enums§

SdkError
Errors that can occur within the plugin SDK or be propagated from plugins.

Type Aliases§

Result
A Result alias using SdkError as the error type.