Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CompensationError ¶
type CompensationError struct {
// contains filtered or unexported fields
}
func NewCompensationError ¶
func NewCompensationError(executionErr error, compensationErrs ...error) *CompensationError
func (*CompensationError) CompensationErrors ¶
func (e *CompensationError) CompensationErrors() []error
func (*CompensationError) Error ¶
func (e *CompensationError) Error() string
func (*CompensationError) ExecutionError ¶
func (e *CompensationError) ExecutionError() error
Click to show internal directories.
Click to hide internal directories.