e

package
v0.4.4 Latest Latest
Warning

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

Go to latest
Published: May 8, 2023 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	FatalErr = errors.New("fatal error")

	UserNotFound    = fmt.Errorf("user not found: %w", BaseError)
	UserIsNotActive = fmt.Errorf("user is not acrive: %w", BaseError)

	BankCardNotFound = errors.New("there must be at least 1 bank card defined")

	ReceiptPhotoWithoutActualPurchase = errors.New("received a photo while user does not have a purchase")

	InvalidPurchaseIdFormat  = errors.New("invalid purchase id format")
	PurchaseNotFound         = errors.New("purchase not found")
	PurchaseAlreadyProcessed = errors.New("purchase already processed")
	OrderNotVerified         = errors.New("order not verified")

	PackageUpgradeFailedByXNodes = errors.New("xnodes failed to upgrade user's package")
)
View Source
var AllxNodesDead = fmt.Errorf("user not found: %w", BaseError)
View Source
var BaseError = errors.New("core error")

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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