topuprepositoryerrors

package
v1.0.14 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrCreateTopupFailed = errors.New("failed to create topup")

ErrCreateTopupFailed indicates failure in creating a new top-up record.

View Source
var ErrDeleteAllTopupPermanentFailed = errors.New("failed to permanently delete all topups")

ErrDeleteAllTopupPermanentFailed indicates failure in permanently deleting all trashed top-ups.

View Source
var ErrDeleteTopupPermanentFailed = errors.New("failed to permanently delete topup")

ErrDeleteTopupPermanentFailed indicates failure in permanently deleting a top-up.

View Source
var ErrFindAllTopupsFailed = errors.New("failed to find all topups")

ErrFindAllTopupsFailed indicates failure in retrieving all top-up records from the database.

View Source
var ErrFindTopupByIdFailed = errors.New("failed to find topup by ID")

ErrFindTopupByIdFailed indicates failure in finding a top-up using its unique ID.

View Source
var ErrFindTopupsByActiveFailed = errors.New("failed to find active topups")

ErrFindTopupsByActiveFailed indicates failure in retrieving only the active (non-deleted) top-ups.

View Source
var ErrFindTopupsByCardNumberFailed = errors.New("failed to find topups by card number")

ErrFindTopupsByCardNumberFailed indicates failure in finding top-ups by a specific card number.

View Source
var ErrFindTopupsByTrashedFailed = errors.New("failed to find trashed topups")

ErrFindTopupsByTrashedFailed indicates failure in retrieving trashed (soft-deleted) top-ups.

View Source
var ErrGetMonthTopupStatusFailedByCardFailed = errors.New("failed to get monthly topup status failed by card number")

ErrGetMonthTopupStatusFailedByCardFailed indicates failure in getting monthly failed top-up status by card number.

View Source
var ErrGetMonthTopupStatusFailedFailed = errors.New("failed to get monthly topup status failed")

ErrGetMonthTopupStatusFailedFailed indicates failure in getting the monthly count of failed top-ups.

View Source
var ErrGetMonthTopupStatusSuccessByCardFailed = errors.New("failed to get monthly topup status success by card number")

ErrGetMonthTopupStatusSuccessByCardFailed indicates failure in getting monthly successful top-up status by card number.

View Source
var ErrGetMonthTopupStatusSuccessFailed = errors.New("failed to get monthly topup status success")

ErrGetMonthTopupStatusSuccessFailed indicates failure in getting the monthly count of successful top-ups.

View Source
var ErrGetMonthlyTopupAmountsByCardFailed = errors.New("failed to get monthly topup amounts by card number")

ErrGetMonthlyTopupAmountsByCardFailed indicates failure in retrieving monthly top-up amount stats by card number.

View Source
var ErrGetMonthlyTopupAmountsFailed = errors.New("failed to get monthly topup amounts")

ErrGetMonthlyTopupAmountsFailed indicates failure in retrieving the monthly top-up amounts.

View Source
var ErrGetMonthlyTopupMethodsByCardFailed = errors.New("failed to get monthly topup methods by card number")

ErrGetMonthlyTopupMethodsByCardFailed indicates failure in retrieving monthly payment method stats by card number.

View Source
var ErrGetMonthlyTopupMethodsFailed = errors.New("failed to get monthly topup methods")

ErrGetMonthlyTopupMethodsFailed indicates failure in retrieving monthly top-up payment methods statistics.

View Source
var ErrGetYearlyTopupAmountsByCardFailed = errors.New("failed to get yearly topup amounts by card number")

ErrGetYearlyTopupAmountsByCardFailed indicates failure in retrieving yearly top-up amount stats by card number.

View Source
var ErrGetYearlyTopupAmountsFailed = errors.New("failed to get yearly topup amounts")

ErrGetYearlyTopupAmountsFailed indicates failure in retrieving the yearly top-up amounts.

View Source
var ErrGetYearlyTopupMethodsByCardFailed = errors.New("failed to get yearly topup methods by card number")

ErrGetYearlyTopupMethodsByCardFailed indicates failure in retrieving yearly payment method stats by card number.

View Source
var ErrGetYearlyTopupMethodsFailed = errors.New("failed to get yearly topup methods")

ErrGetYearlyTopupMethodsFailed indicates failure in retrieving yearly top-up payment methods statistics.

View Source
var ErrGetYearlyTopupStatusFailedByCardFailed = errors.New("failed to get yearly topup status failed by card number")

ErrGetYearlyTopupStatusFailedByCardFailed indicates failure in getting yearly failed top-up status by card number.

View Source
var ErrGetYearlyTopupStatusFailedFailed = errors.New("failed to get yearly topup status failed")

ErrGetYearlyTopupStatusFailedFailed indicates failure in getting the yearly count of failed top-ups.

View Source
var ErrGetYearlyTopupStatusSuccessByCardFailed = errors.New("failed to get yearly topup status success by card number")

ErrGetYearlyTopupStatusSuccessByCardFailed indicates failure in getting yearly successful top-up status by card number.

View Source
var ErrGetYearlyTopupStatusSuccessFailed = errors.New("failed to get yearly topup status success")

ErrGetYearlyTopupStatusSuccessFailed indicates failure in getting the yearly count of successful top-ups.

View Source
var ErrRestoreAllTopupFailed = errors.New("failed to restore all topups")

ErrRestoreAllTopupFailed indicates failure in restoring all trashed top-ups.

View Source
var ErrRestoreTopupFailed = errors.New("failed to restore topup")

ErrRestoreTopupFailed indicates failure in restoring a previously trashed top-up.

View Source
var ErrTrashedTopupFailed = errors.New("failed to soft-delete (trash) topup")

ErrTrashedTopupFailed indicates failure in soft-deleting (trashing) a top-up.

View Source
var ErrUpdateTopupAmountFailed = errors.New("failed to update topup amount")

ErrUpdateTopupAmountFailed indicates failure in updating only the top-up amount.

View Source
var ErrUpdateTopupFailed = errors.New("failed to update topup")

ErrUpdateTopupFailed indicates failure in updating an existing top-up record.

View Source
var ErrUpdateTopupStatusFailed = errors.New("failed to update topup status")

ErrUpdateTopupStatusFailed indicates failure in updating the top-up status (e.g., success/failed).

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