Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ErrCreateWithdrawFailed = errors.New("failed to create withdraw")
ErrCreateWithdrawFailed indicates a failure when creating a new withdraw record.
var ErrDeleteAllWithdrawsPermanentFailed = errors.New("failed to permanently delete all withdraws")
ErrDeleteAllWithdrawsPermanentFailed indicates a failure when permanently deleting all withdraw records.
var ErrDeleteWithdrawPermanentFailed = errors.New("failed to permanently delete withdraw")
ErrDeleteWithdrawPermanentFailed indicates a failure when permanently deleting a withdraw record.
var ErrFindActiveWithdrawsFailed = errors.New("failed to find active withdraws")
ErrFindActiveWithdrawsFailed is used when the system fails to find active withdraws
var ErrFindAllWithdrawsFailed = errors.New("failed to find all withdraws")
ErrFindAllWithdrawsFailed is used when the system fails to find all withdraws
var ErrFindTrashedWithdrawsFailed = errors.New("failed to find trashed withdraws")
ErrFindTrashedWithdrawsFailed is used when the system fails to find trashed withdraws
var ErrFindWithdrawByIdFailed = errors.New("failed to find withdraw by ID")
ErrFindWithdrawByIdFailed is used when the system fails to find a withdraw by ID
var ErrFindWithdrawsByCardNumberFailed = errors.New("failed to find withdraws by card number")
ErrFindWithdrawsByCardNumberFailed is used when the system fails to find withdraws by card number
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
var ErrRestoreAllWithdrawsFailed = errors.New("failed to restore all withdraws")
ErrRestoreAllWithdrawsFailed indicates a failure when restoring all trashed withdraw records.
var ErrRestoreWithdrawFailed = errors.New("failed to restore withdraw")
ErrRestoreWithdrawFailed indicates a failure when restoring a previously trashed withdraw record.
var ErrTrashedWithdrawFailed = errors.New("failed to soft-delete (trash) withdraw")
ErrTrashedWithdrawFailed indicates a failure when soft-deleting (trashing) a withdraw record.
var ErrUpdateWithdrawFailed = errors.New("failed to update withdraw")
ErrUpdateWithdrawFailed indicates a failure when updating a withdraw record.
var ErrUpdateWithdrawStatusFailed = errors.New("failed to update withdraw status")
ErrUpdateWithdrawStatusFailed indicates a failure when updating the status of a withdraw record.
Functions ¶
This section is empty.
Types ¶
This section is empty.