Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type ErrWorkflowFatal ¶
type ErrWorkflowFatal struct {
Msg string
// contains filtered or unexported fields
}
func NewErrWorkflowFatal ¶
func NewErrWorkflowFatal(msg string, err error) *ErrWorkflowFatal
func (*ErrWorkflowFatal) Error ¶
func (e *ErrWorkflowFatal) Error() string
func (*ErrWorkflowFatal) Unwrap ¶
func (e *ErrWorkflowFatal) Unwrap() error
Click to show internal directories.
Click to hide internal directories.