Versions in this module Expand all Collapse all v1 v1.1.3 Dec 26, 2025 Changes in this version + type CacheUpdateError struct + Err error + func NewCacheUpdateError(err error) CacheUpdateError + func (e CacheUpdateError) Error() string + func (e CacheUpdateError) Unwrap() error + type ExecutableContextError struct + FlowFile string + Namespace string + Workspace string + WorkspacePath string + func (e ExecutableContextError) Error() string + type ExecutableNotFoundError struct + Ref string + func NewExecutableNotFoundError(ref string) ExecutableNotFoundError + func (e ExecutableNotFoundError) Error() string + type WorkspaceNotFoundError struct + Workspace string + func (e WorkspaceNotFoundError) Error() string