errors

package
v0.1.4 Latest Latest
Warning

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

Go to latest
Published: Nov 1, 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 Retryable

type Retryable interface {
	IsRetryable() bool
}

type RetryableError

type RetryableError struct {
	// contains filtered or unexported fields
}

func NewRetryableError

func NewRetryableError(err error) *RetryableError

func NewUnretryableError

func NewUnretryableError(err error) *RetryableError

func (*RetryableError) Error

func (e *RetryableError) Error() string

func (*RetryableError) IsRetryable

func (e *RetryableError) IsRetryable() bool

func (*RetryableError) Unwrap

func (e *RetryableError) Unwrap() error

Jump to

Keyboard shortcuts

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