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 ¶ added in v1.27.0
func NewFailedPrecondition ¶ added in v1.27.0
func NewInvalidArgument ¶ added in v1.27.0
func NewNoProgress ¶ added in v1.27.0
func NewNotDeletedExecutionsStillExist ¶ added in v1.27.0
func ToServiceError ¶ added in v1.27.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.