Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CacheUpdateError ¶
type CacheUpdateError struct {
Err error
}
func NewCacheUpdateError ¶
func NewCacheUpdateError(err error) CacheUpdateError
func (CacheUpdateError) Error ¶
func (e CacheUpdateError) Error() string
func (CacheUpdateError) Unwrap ¶
func (e CacheUpdateError) Unwrap() error
type ExecutableContextError ¶
type ExecutableContextError struct {
Workspace, Namespace, WorkspacePath, FlowFile string
}
func (ExecutableContextError) Error ¶
func (e ExecutableContextError) Error() string
type ExecutableNotFoundError ¶
type ExecutableNotFoundError struct {
Ref string
}
func NewExecutableNotFoundError ¶
func NewExecutableNotFoundError(ref string) ExecutableNotFoundError
func (ExecutableNotFoundError) Error ¶
func (e ExecutableNotFoundError) Error() string
type WorkspaceNotFoundError ¶
type WorkspaceNotFoundError struct {
Workspace string
}
func (WorkspaceNotFoundError) Error ¶
func (e WorkspaceNotFoundError) Error() string
Click to show internal directories.
Click to hide internal directories.