Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrUserSendAttemptsExhausted = errors.New("user error: multiple failed to send event due to errors from the recipient. retry will NOT be attempted") ErrSystemDispatchAttemptsExhausted = errors.New("system error: multiple dispatch attempts failed. retry will NOT be attempted") ErrSystemRecoverableError = errors.New("system error: unexpected error happened during sending event. retry will be attempted") ErrSystemUnrecoverableError = errors.New("system error: unrecoverable error happened during sending event. retry will NOT be attempted") )
Functions ¶
This section is empty.
Types ¶
type Config ¶
Click to show internal directories.
Click to hide internal directories.