errors

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Aug 25, 2025 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Duplicate

type Duplicate interface {
	Duplicate() bool
}

Duplicate describes an exception where a duplicate value is provided

type NotFounder

type NotFounder interface {
	NotFound() bool
}

NotFounder describes a not found exception during an operation

type Payment

type Payment interface {
	PaymentError() bool
}

Payment describes an error that occurs during a payment operation. Can represent a payment failure

type Temporary

type Temporary interface {
	Temporary() bool
}

Temporary describes an error that during an operation, but can be classified as temporary and perhaps the operation can be retried

type Timeout

type Timeout interface {
	Timeout() bool
}

Timeout describes an error that occurs when an operation times out.

Jump to

Keyboard shortcuts

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