Versions in this module Expand all Collapse all v1 v1.12.0 Dec 10, 2021 v1.11.2 Nov 25, 2021 Changes in this version + const SDKVersion + var ErrNoData = internal.ErrNoData + func IsApplicationError(err error) bool + func IsCanceledError(err error) bool + func IsPanicError(err error) bool + func IsTerminatedError(err error) bool + func IsTimeoutError(err error) bool + func IsWorkflowExecutionAlreadyStartedError(err error) bool + func NewApplicationError(message, errType string, details ...interface{}) error + func NewApplicationErrorWithCause(message, errType string, cause error, details ...interface{}) error + func NewCanceledError(details ...interface{}) error + func NewHeartbeatTimeoutError(details ...interface{}) error + func NewNonRetryableApplicationError(message, errType string, cause error, details ...interface{}) error + func NewTimeoutError(timeoutType enumspb.TimeoutType, lastErr error, details ...interface{}) error + type ActivityError = internal.ActivityError + type ApplicationError = internal.ApplicationError + type CanceledError = internal.CanceledError + type ChildWorkflowExecutionAlreadyStartedError = internal.ChildWorkflowExecutionAlreadyStartedError + type ChildWorkflowExecutionError = internal.ChildWorkflowExecutionError + type PanicError = internal.PanicError + type RetryPolicy = internal.RetryPolicy + type ServerError = internal.ServerError + type TerminatedError = internal.TerminatedError + type TimeoutError = internal.TimeoutError + type UnknownExternalWorkflowExecutionError = internal.UnknownExternalWorkflowExecutionError + type WorkflowExecutionError = internal.WorkflowExecutionError