Documentation
¶
Index ¶
- Constants
- func NewExecutionsStillExist(count int) error
- func NewFailedPrecondition(message string, cause error) error
- func NewInvalidArgument(message string, cause error) error
- func NewNoProgress(count int) error
- func NewNotDeletedExecutionsStillExist(count int) error
- func ToServiceError(err error, workflowID, runID string) error
Constants ¶
View Source
const ( InvalidArgumentErrType = "InvalidArgument" FailedPreconditionErrType = "FailedPrecondition" ExecutionsStillExistErrType = "ExecutionsStillExist" NoProgressErrType = "NoProgress" NotDeletedExecutionsStillExistErrType = "NotDeletedExecutionsStillExist" )
Variables ¶
This section is empty.
Functions ¶
func NewExecutionsStillExist ¶
func NewFailedPrecondition ¶
func NewInvalidArgument ¶
func NewNoProgress ¶
func ToServiceError ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.