Documentation ¶ Index ¶ Variables type ErrWorkflowFatal func (e ErrWorkflowFatal) Error() string Constants ¶ This section is empty. Variables ¶ View Source var ( ErrClosing = errors.New("SHAR server is shutting down") ErrWorkflowInstanceNotFound = errors.New("workflow instance not found") ErrWorkflowNotFound = errors.New("workflow not found") ) Functions ¶ This section is empty. Types ¶ type ErrWorkflowFatal ¶ type ErrWorkflowFatal struct { Err error } ErrWorkflowFatal signifys that the workflow must terniate func (ErrWorkflowFatal) Error ¶ func (e ErrWorkflowFatal) Error() string Source Files ¶ View all Source files errors.go Directories ¶ Show internal Expand all Path Synopsis keys Click to show internal directories. Click to hide internal directories.