Versions in this module Expand all Collapse all v0 v0.12.0 Sep 13, 2022 Changes in this version + func ActivityNotConfigured(activity string) error + func InputNotValid(activity string, validations []Validation) error + func IntegrationNotReady() error + func NewApplicationError(message string, errType string, cause error) error + func NewNonRetryableApplicationError(message string, errType string, cause error) error + func WorkflowNotConfigured(workflow string) error + type Error struct + Children []error + Integration string + Message string + Specification string + Validations []Validation + func New(inte, spec, message string) *Error + func (err *Error) Error() string + func (err *Error) HasChildren() bool + func (err *Error) HasValidations() bool + func (err *Error) WithChildren(children ...error) error + func (err *Error) WithValidations(validations ...Validation) error + type Validation struct + Message string + Path []string