Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DispatcherError ¶
type DispatcherError struct { Msg string Event models.IncomingEvent Destination models.Destination }
DispatcherError - Error when send events
func (DispatcherError) Error ¶
func (e DispatcherError) Error() string
type ExecutionError ¶
type ExecutionError struct { interfaces.ErrorInterface Cause string }
ExecutionError - Error on executing events
func (ExecutionError) Error ¶
func (e ExecutionError) Error() string
type UnretryableError ¶
type UnretryableError struct { interfaces.ErrorInterface Msg string Event models.IncomingEvent Destination models.Destination }
func (UnretryableError) Error ¶
func (e UnretryableError) Error() string
Click to show internal directories.
Click to hide internal directories.