Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDomainNotActiveError ¶
func NewDomainNotActiveError(domainName string, currentCluster string, activeCluster string) *workflow.DomainNotActiveError
NewDomainNotActiveError return a domain not exist error
func NewDomainPendingActiveError ¶ added in v0.13.0
func NewDomainPendingActiveError(domainName string, currentCluster string) *workflow.DomainNotActiveError
NewDomainPendingActiveError return a domain not active error
Types ¶
type InternalFailureError ¶ added in v0.4.0
type InternalFailureError struct {
Msg string
}
InternalFailureError represents unexpected case happening or a code bug
func NewInternalFailureError ¶ added in v0.4.0
func NewInternalFailureError(msg string) *InternalFailureError
NewInternalFailureError return internal failure error
func (*InternalFailureError) Error ¶ added in v0.4.0
func (e *InternalFailureError) Error() string
Click to show internal directories.
Click to hide internal directories.