errors

package
v1.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 8, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SourceAckErr

type SourceAckErr struct {
	Message   string
	Retryable bool
}

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

type SourcePendingErr struct {
	Message   string
	Retryable bool
}

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

type SourceReadErr struct {
	Message   string
	Retryable bool
}

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL