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.