mod error#
- module error#
Error types for the nemo-flow-adaptive crate.
Types
- type Result<T>#
A specialized
Resulttype for nemo-flow-adaptive operations.
Enums
- enum AdaptiveError#
The error type for all nemo-flow-adaptive operations.
- InvalidConfig(String)#
Configuration validation failed.
- NotFound(String)#
The requested resource was not found.
- Storage(String)#
A storage operation failed.
- Serialization(serde_json::Error)#
A serialization or deserialization error.
- Internal(String)#
An internal error (e.g., lock poisoning).
- RegistrationFailed(String)#
A registration with the NeMo Flow runtime failed.
- ChannelClosed(String)#
The internal telemetry channel was closed unexpectedly.
Traits implemented
- impl From<serde_json::Error> for AdaptiveError#
- impl From<PluginError> for AdaptiveError#