Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
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") )
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") )
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
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
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
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
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.
var ErrGetMonthlyWithdrawsFailed = errors.New("failed to get monthly withdraw amounts")
ErrGetMonthlyWithdrawsFailed is used when the system fails to get monthly withdraw amounts
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
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
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
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
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.
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.