Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SourceAckErr ¶
func (*SourceAckErr) Error ¶
func (e *SourceAckErr) Error() string
func (*SourceAckErr) Is ¶
func (e *SourceAckErr) Is(target error) bool
func (*SourceAckErr) IsRetryable ¶
func (e *SourceAckErr) IsRetryable() bool
IsRetryable is true if the error is retryable
type SourcePendingErr ¶
func (*SourcePendingErr) Error ¶
func (e *SourcePendingErr) Error() string
func (*SourcePendingErr) Is ¶
func (e *SourcePendingErr) Is(target error) bool
func (*SourcePendingErr) IsRetryable ¶
func (e *SourcePendingErr) IsRetryable() bool
IsRetryable is true if the error is retryable
type SourceReadErr ¶
SourceReadErr represents any source read related error
func (*SourceReadErr) Error ¶
func (e *SourceReadErr) Error() string
func (*SourceReadErr) Is ¶
func (e *SourceReadErr) Is(target error) bool
func (*SourceReadErr) IsRetryable ¶
func (e *SourceReadErr) IsRetryable() bool
IsRetryable is true if the error is retryable
Click to show internal directories.
Click to hide internal directories.