goorderr

package
v0.9.2 Latest Latest
Warning

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

Go to latest
Published: Jul 29, 2025 License: AGPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RetryableError

type RetryableError struct {
	// Err is the original error
	Err error
	// After is the earliest point in time that the operation can be
	// retried
	After time.Time
}

func NewRetryableAnytimeError

func NewRetryableAnytimeError(originalErr error) *RetryableError

func NewRetryableError

func NewRetryableError(originalErr error, retryAfter time.Time) *RetryableError

func (*RetryableError) Error

func (e *RetryableError) Error() string

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