withdrawrepositoryerrors

package
v1.0.27 Latest Latest
Warning

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

Go to latest
Published: Apr 14, 2026 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// ErrCreateWithdrawFailed indicates a failure when creating a new withdraw record.
	ErrCreateWithdrawFailed = errors.ErrInternal.WithMessage("Failed to create withdraw")

	// ErrUpdateWithdrawFailed indicates a failure when updating a withdraw record.
	ErrUpdateWithdrawFailed = errors.ErrInternal.WithMessage("Failed to update withdraw")

	// ErrUpdateWithdrawStatusFailed indicates a failure when updating the status of a withdraw record.
	ErrUpdateWithdrawStatusFailed = errors.ErrInternal.WithMessage("Failed to update withdraw status")

	// ErrTrashedWithdrawFailed indicates a failure when soft-deleting (trashing) a withdraw record.
	ErrTrashedWithdrawFailed = errors.ErrInternal.WithMessage("Failed to move withdraw to trash")

	// ErrRestoreWithdrawFailed indicates a failure when restoring a previously trashed withdraw record.
	ErrRestoreWithdrawFailed = errors.ErrInternal.WithMessage("Failed to restore withdraw from trash")

	// ErrDeleteWithdrawPermanentFailed indicates a failure when permanently deleting a withdraw record.
	ErrDeleteWithdrawPermanentFailed = errors.ErrInternal.WithMessage("Failed to permanently delete withdraw")

	// ErrRestoreAllWithdrawsFailed indicates a failure when restoring all trashed withdraw records.
	ErrRestoreAllWithdrawsFailed = errors.ErrInternal.WithMessage("Failed to restore all withdraws")

	// ErrDeleteAllWithdrawsPermanentFailed indicates a failure when permanently deleting all withdraw records.
	ErrDeleteAllWithdrawsPermanentFailed = errors.ErrInternal.WithMessage("Failed to permanently delete all withdraws")
)
View Source
var (
	// ErrFindAllWithdrawsFailed is used when the system fails to find all withdraws
	ErrFindAllWithdrawsFailed = errors.ErrInternal.WithMessage("Failed to find all withdraws")

	// ErrFindActiveWithdrawsFailed is used when the system fails to find active withdraws
	ErrFindActiveWithdrawsFailed = errors.ErrInternal.WithMessage("Failed to find active withdraws")

	// ErrFindTrashedWithdrawsFailed is used when the system fails to find trashed withdraws
	ErrFindTrashedWithdrawsFailed = errors.ErrInternal.WithMessage("Failed to find trashed withdraws")

	// ErrFindWithdrawsByCardNumberFailed is used when the system fails to find withdraws by card number
	ErrFindWithdrawsByCardNumberFailed = errors.ErrInternal.WithMessage("Failed to find withdraws by card number")

	// ErrFindWithdrawByIdFailed is used when the system fails to find a withdraw by ID
	ErrFindWithdrawByIdFailed = errors.ErrInternal.WithMessage("Failed to find withdraw by ID")
)
View Source
var ErrGetMonthWithdrawStatusFailedByCardFailed = errors.New("failed to get monthly withdraw status failed by card number")

ErrGetMonthWithdrawStatusFailedByCardFailed is used when the system fails to get the monthly withdraw status failed by card number

View Source
var ErrGetMonthWithdrawStatusFailedFailed = errors.New("failed to get monthly withdraw status failed")

ErrGetMonthWithdrawStatusFailedFailed is used when the system fails to get the monthly withdraw status failed

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

ErrGetMonthWithdrawStatusSuccessByCardFailed is used when the system fails to get the monthly withdraw status success by card number

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

ErrGetMonthWithdrawStatusSuccessFailed is used when the system fails to get the monthly withdraw status success

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

ErrGetMonthlyWithdrawsByCardFailed indicates a failure when retrieving monthly withdraw amounts by card number.

View Source
var ErrGetMonthlyWithdrawsFailed = errors.New("failed to get monthly withdraw amounts")

ErrGetMonthlyWithdrawsFailed is used when the system fails to get monthly withdraw amounts

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

ErrGetYearlyWithdrawStatusFailedByCardFailed is used when the system fails to get the yearly withdraw status failed by card number

View Source
var ErrGetYearlyWithdrawStatusFailedFailed = errors.New("failed to get yearly withdraw status failed")

ErrGetYearlyWithdrawStatusFailedFailed is used when the system fails to get the yearly withdraw status failed

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

ErrGetYearlyWithdrawStatusSuccessByCardFailed is used when the system fails to get the yearly withdraw status success by card number

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

ErrGetYearlyWithdrawStatusSuccessFailed is used when the system fails to get the yearly withdraw status success

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

ErrGetYearlyWithdrawsByCardFailed indicates a failure when retrieving yearly withdraw amounts by card number.

View Source
var ErrGetYearlyWithdrawsFailed = errors.New("failed to get yearly withdraw amounts")

ErrGetYearlyWithdrawsFailed is used when the system fails to get yearly withdraw amounts

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