withdrawserviceerrors

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: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrFailedCreateWithdraw = response.NewErrorResponse("Failed to create withdraw", http.StatusInternalServerError)

ErrFailedCreateWithdraw is used when failed to create withdraw

View Source
var ErrFailedDeleteAllWithdrawPermanent = response.NewErrorResponse("Failed to permanently delete all withdraws", http.StatusInternalServerError)

ErrFailedDeleteAllWithdrawPermanent is used when failed to permanently delete all withdraws

View Source
var ErrFailedDeleteWithdrawPermanent = response.NewErrorResponse("Failed to permanently delete withdraw", http.StatusInternalServerError)

ErrFailedDeleteWithdrawPermanent is used when failed to permanently delete withdraw

View Source
var ErrFailedFindActiveWithdraws = response.NewErrorResponse("Failed to fetch active withdraws", http.StatusInternalServerError)

ErrFailedFindActiveWithdraws is used when failed to fetch active withdraws

View Source
var ErrFailedFindAllWithdraws = response.NewErrorResponse("Failed to fetch all withdraws", http.StatusInternalServerError)

ErrFailedFindAllWithdraws is used when failed to fetch all withdraws

View Source
var ErrFailedFindAllWithdrawsByCard = response.NewErrorResponse("Failed to fetch all withdraws by card number", http.StatusInternalServerError)

ErrFailedFindAllWithdrawsByCard is used when failed to fetch all withdraws by card number

View Source
var ErrFailedFindMonthWithdrawStatusFailed = response.NewErrorResponse("Failed to fetch monthly failed withdraws", http.StatusInternalServerError)

ErrFailedFindMonthWithdrawStatusFailed is used when failed to fetch monthly failed withdraws

View Source
var ErrFailedFindMonthWithdrawStatusFailedByCard = response.NewErrorResponse("Failed to fetch monthly failed withdraws by card", http.StatusInternalServerError)

ErrFailedFindMonthWithdrawStatusFailedByCard is used when failed to fetch monthly failed withdraws by card

View Source
var ErrFailedFindMonthWithdrawStatusSuccess = response.NewErrorResponse("Failed to fetch monthly successful withdraws", http.StatusInternalServerError)

ErrFailedFindMonthWithdrawStatusSuccess is used when failed to fetch monthly successful withdraws

View Source
var ErrFailedFindMonthWithdrawStatusSuccessByCard = response.NewErrorResponse("Failed to fetch monthly successful withdraws by card", http.StatusInternalServerError)

ErrFailedFindMonthWithdrawStatusSuccessByCard is used when failed to fetch monthly successful withdraws by card

View Source
var ErrFailedFindMonthlyWithdraws = response.NewErrorResponse("Failed to fetch monthly withdraw amounts", http.StatusInternalServerError)

ErrFailedFindMonthlyWithdraws is used when failed to fetch monthly withdraw amounts

View Source
var ErrFailedFindMonthlyWithdrawsByCardNumber = response.NewErrorResponse("Failed to fetch monthly withdraw amounts by card", http.StatusInternalServerError)

ErrFailedFindMonthlyWithdrawsByCardNumber is used when failed to fetch monthly withdraw amounts by card

View Source
var ErrFailedFindTrashedWithdraws = response.NewErrorResponse("Failed to fetch trashed withdraws", http.StatusInternalServerError)

ErrFailedFindTrashedWithdraws is used when failed to fetch trashed withdraws

View Source
var ErrFailedFindYearWithdrawStatusFailed = response.NewErrorResponse("Failed to fetch yearly failed withdraws", http.StatusInternalServerError)

ErrFailedFindYearWithdrawStatusFailed is used when failed to fetch yearly failed withdraws

View Source
var ErrFailedFindYearWithdrawStatusFailedByCard = response.NewErrorResponse("Failed to fetch yearly failed withdraws by card", http.StatusInternalServerError)

ErrFailedFindYearWithdrawStatusFailedByCard is used when failed to fetch yearly failed withdraws by card

View Source
var ErrFailedFindYearWithdrawStatusSuccess = response.NewErrorResponse("Failed to fetch yearly successful withdraws", http.StatusInternalServerError)

ErrFailedFindYearWithdrawStatusSuccess is used when failed to fetch yearly successful withdraws

View Source
var ErrFailedFindYearWithdrawStatusSuccessByCard = response.NewErrorResponse("Failed to fetch yearly successful withdraws by card", http.StatusInternalServerError)

ErrFailedFindYearWithdrawStatusSuccessByCard is used when failed to fetch yearly successful withdraws by card

View Source
var ErrFailedFindYearlyWithdraws = response.NewErrorResponse("Failed to fetch yearly withdraw amounts", http.StatusInternalServerError)

ErrFailedFindYearlyWithdraws is used when failed to fetch yearly withdraw amounts

View Source
var ErrFailedFindYearlyWithdrawsByCardNumber = response.NewErrorResponse("Failed to fetch yearly withdraw amounts by card", http.StatusInternalServerError)

ErrFailedFindYearlyWithdrawsByCardNumber is used when failed to fetch yearly withdraw amounts by card

View Source
var ErrFailedRestoreAllWithdraw = response.NewErrorResponse("Failed to restore all withdraws", http.StatusInternalServerError)

ErrFailedRestoreAllWithdraw is used when failed to restore all withdraws

View Source
var ErrFailedRestoreWithdraw = response.NewErrorResponse("Failed to restore withdraw", http.StatusInternalServerError)

ErrFailedRestoreWithdraw is used when failed to restore withdraw

View Source
var ErrFailedSendEmail = response.NewErrorResponse("Failed to send email", http.StatusInternalServerError)

ErrFailedSendEmail is used when failed to send email

View Source
var ErrFailedTrashedWithdraw = response.NewErrorResponse("Failed to trash withdraw", http.StatusInternalServerError)

ErrFailedTrashedWithdraw is used when failed to trash withdraw

View Source
var ErrFailedUpdateWithdraw = response.NewErrorResponse("Failed to update withdraw", http.StatusInternalServerError)

ErrFailedUpdateWithdraw is used when failed to update withdraw

View Source
var ErrWithdrawNotFound = response.NewErrorResponse("Withdraw not found", http.StatusNotFound)

ErrWithdrawNotFound is used when withdraw is not found

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