errors

package
v1.1.62 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 11, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Errorf

func Errorf(c ErrorCode, n v1alpha1.NodeID, msgFmt string, args ...interface{}) error

func Matches

func Matches(err error, code ErrorCode) bool

func Wrapf

func Wrapf(c ErrorCode, n v1alpha1.NodeID, cause error, msgFmt string, args ...interface{}) error

Types

type ErrorCode

type ErrorCode = errors.ErrorCode
const (
	UnknownError                       ErrorCode = "UnknownError"
	InitializationError                ErrorCode = "InitializationError"
	NotYetImplementedError             ErrorCode = "NotYetImplementedError"
	DownstreamNodeNotFoundError        ErrorCode = "DownstreamNodeNotFound"
	UserProvidedError                  ErrorCode = "UserProvidedError"
	IllegalStateError                  ErrorCode = "IllegalStateError"
	BadSpecificationError              ErrorCode = "BadSpecificationError"
	UnsupportedTaskTypeError           ErrorCode = "UnsupportedTaskType"
	BindingResolutionError             ErrorCode = "BindingResolutionError"
	CausedByError                      ErrorCode = "CausedByError"
	RuntimeExecutionError              ErrorCode = "RuntimeExecutionError"
	SubWorkflowExecutionFailed         ErrorCode = "SubWorkflowExecutionFailed"
	SubWorkflowExecutionFailing        ErrorCode = "SubWorkflowExecutionFailing"
	RemoteChildWorkflowExecutionFailed ErrorCode = "RemoteChildWorkflowExecutionFailed"
	NoBranchTakenError                 ErrorCode = "NoBranchTakenError"
	OutputsNotFoundError               ErrorCode = "OutputsNotFoundError"
	InputsNotFoundError                ErrorCode = "InputsNotFoundError"
	StorageError                       ErrorCode = "StorageError"
	EventRecordingFailed               ErrorCode = "EventRecordingFailed"
	CatalogCallFailed                  ErrorCode = "CatalogCallFailed"
)

func GetErrorCode

func GetErrorCode(err error) (code ErrorCode, isNodeError bool)

type ErrorCollection added in v0.1.15

type ErrorCollection struct {
	Errors []error
}

func (ErrorCollection) Error added in v0.1.15

func (e ErrorCollection) Error() string

type ErrorMessage

type ErrorMessage = string

type NodeError

type NodeError struct {
	ErrCode ErrorCode
	Message ErrorMessage
	Node    v1alpha1.NodeID
}

func (*NodeError) Code

func (n *NodeError) Code() ErrorCode

func (*NodeError) Error

func (n *NodeError) Error() string

func (*NodeError) Is added in v0.14.5

func (n *NodeError) Is(target error) bool

type NodeErrorWithCause

type NodeErrorWithCause struct {
	NodeError error
	// contains filtered or unexported fields
}

func (*NodeErrorWithCause) Cause

func (n *NodeErrorWithCause) Cause() error

func (*NodeErrorWithCause) Code added in v0.1.15

func (n *NodeErrorWithCause) Code() ErrorCode

func (*NodeErrorWithCause) Error

func (n *NodeErrorWithCause) Error() string

func (*NodeErrorWithCause) Is added in v0.14.5

func (n *NodeErrorWithCause) Is(target error) bool

func (*NodeErrorWithCause) Unwrap added in v0.14.5

func (n *NodeErrorWithCause) Unwrap() error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL