errors

package
v0.0.40 Latest Latest
Warning

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

Go to latest
Published: Jun 18, 2025 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AsyncError

type AsyncError struct {
	Message       string
	ErrorCode     int
	RetryAfter    time.Duration
	OriginalError error
}

func (*AsyncError) Error

func (e *AsyncError) Error() string

func (*AsyncError) Unwrap

func (e *AsyncError) Unwrap() error

type NonRetryError

type NonRetryError struct {
	Message string
}

func (*NonRetryError) Error

func (e *NonRetryError) Error() string

type RetryError

type RetryError struct {
	Message string
}

func (*RetryError) Error

func (e *RetryError) Error() string

Jump to

Keyboard shortcuts

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