Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ErrorCode ¶
type ErrorCode string
const ( 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" RemoteChildWorkflowExecutionFailed ErrorCode = "RemoteChildWorkflowExecutionFailed" NoBranchTakenError ErrorCode = "NoBranchTakenError" OutputsNotFoundError ErrorCode = "OutputsNotFoundError" StorageError ErrorCode = "StorageError" EventRecordingFailed ErrorCode = "EventRecordingFailed" CatalogCallFailed ErrorCode = "CatalogCallFailed" )
func GetErrorCode ¶
type ErrorMessage ¶
type ErrorMessage = string
type NodeError ¶
type NodeError struct { errors.StackTrace Code ErrorCode Message ErrorMessage Node v1alpha1.NodeID }
type NodeErrorWithCause ¶
type NodeErrorWithCause struct { *NodeError // contains filtered or unexported fields }
func (*NodeErrorWithCause) Cause ¶
func (n *NodeErrorWithCause) Cause() error
func (*NodeErrorWithCause) Error ¶
func (n *NodeErrorWithCause) Error() string
Click to show internal directories.
Click to hide internal directories.