topupserviceerrors

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 ErrFailedCreateTopup = response.NewErrorResponse("Failed to create Topup", http.StatusInternalServerError)

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

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

ErrFailedDeleteAllTopups indicates failure in permanently deleting all trashed top-up records.

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

ErrFailedDeleteTopup indicates failure in permanently deleting a top-up.

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

ErrFailedFindActiveTopups indicates failure in retrieving active (non-trashed) top-up records.

View Source
var ErrFailedFindAllTopups = response.NewErrorResponse("Failed to fetch Topups", http.StatusInternalServerError)

ErrFailedFindAllTopups indicates failure in retrieving all top-up records.

View Source
var ErrFailedFindAllTopupsByCardNumber = response.NewErrorResponse("Failed to fetch Topups by card number", http.StatusInternalServerError)

ErrFailedFindAllTopupsByCardNumber indicates failure in retrieving top-ups by card number.

View Source
var ErrFailedFindMonthTopupStatusFailed = response.NewErrorResponse("Failed to get monthly topup failed status", http.StatusInternalServerError)

ErrFailedFindMonthTopupStatusFailed indicates failure in retrieving monthly failed top-up status.

View Source
var ErrFailedFindMonthTopupStatusFailedByCard = response.NewErrorResponse("Failed to get monthly topup failed status by card", http.StatusInternalServerError)

ErrFailedFindMonthTopupStatusFailedByCard indicates failure in retrieving monthly failed top-up status by card.

View Source
var ErrFailedFindMonthTopupStatusSuccess = response.NewErrorResponse("Failed to get monthly topup success status", http.StatusInternalServerError)

ErrFailedFindMonthTopupStatusSuccess indicates failure in retrieving monthly successful top-up status.

View Source
var ErrFailedFindMonthTopupStatusSuccessByCard = response.NewErrorResponse("Failed to get monthly topup success status by card", http.StatusInternalServerError)

ErrFailedFindMonthTopupStatusSuccessByCard indicates failure in retrieving monthly successful top-up status by card.

View Source
var ErrFailedFindMonthlyTopupAmounts = response.NewErrorResponse("Failed to get monthly topup amounts", http.StatusInternalServerError)

ErrFailedFindMonthlyTopupAmounts indicates failure in retrieving monthly top-up amounts.

View Source
var ErrFailedFindMonthlyTopupAmountsByCard = response.NewErrorResponse("Failed to get monthly topup amounts by card", http.StatusInternalServerError)

ErrFailedFindMonthlyTopupAmountsByCard indicates failure in retrieving monthly top-up amounts by card.

View Source
var ErrFailedFindMonthlyTopupMethods = response.NewErrorResponse("Failed to get monthly topup methods", http.StatusInternalServerError)

ErrFailedFindMonthlyTopupMethods indicates failure in retrieving monthly top-up methods.

View Source
var ErrFailedFindMonthlyTopupMethodsByCard = response.NewErrorResponse("Failed to get monthly topup methods by card", http.StatusInternalServerError)

ErrFailedFindMonthlyTopupMethodsByCard indicates failure in retrieving monthly top-up methods by card.

View Source
var ErrFailedFindTopupById = response.NewErrorResponse("Failed to find Topup by ID", http.StatusInternalServerError)

ErrFailedFindTopupById indicates failure in finding a top-up by its ID.

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

ErrFailedFindTrashedTopups indicates failure in retrieving trashed (soft-deleted) top-up records.

View Source
var ErrFailedFindYearlyTopupAmounts = response.NewErrorResponse("Failed to get yearly topup amounts", http.StatusInternalServerError)

ErrFailedFindYearlyTopupAmounts indicates failure in retrieving yearly top-up amounts.

View Source
var ErrFailedFindYearlyTopupAmountsByCard = response.NewErrorResponse("Failed to get yearly topup amounts by card", http.StatusInternalServerError)

ErrFailedFindYearlyTopupAmountsByCard indicates failure in retrieving yearly top-up amounts by card.

View Source
var ErrFailedFindYearlyTopupMethods = response.NewErrorResponse("Failed to get yearly topup methods", http.StatusInternalServerError)

ErrFailedFindYearlyTopupMethods indicates failure in retrieving yearly top-up methods.

View Source
var ErrFailedFindYearlyTopupMethodsByCard = response.NewErrorResponse("Failed to get yearly topup methods by card", http.StatusInternalServerError)

ErrFailedFindYearlyTopupMethodsByCard indicates failure in retrieving yearly top-up methods by card.

View Source
var ErrFailedFindYearlyTopupStatusFailed = response.NewErrorResponse("Failed to get yearly topup failed status", http.StatusInternalServerError)

ErrFailedFindYearlyTopupStatusFailed indicates failure in retrieving yearly failed top-up status.

View Source
var ErrFailedFindYearlyTopupStatusFailedByCard = response.NewErrorResponse("Failed to get yearly topup failed status by card", http.StatusInternalServerError)

ErrFailedFindYearlyTopupStatusFailedByCard indicates failure in retrieving yearly failed top-up status by card.

View Source
var ErrFailedFindYearlyTopupStatusSuccess = response.NewErrorResponse("Failed to get yearly topup success status", http.StatusInternalServerError)

ErrFailedFindYearlyTopupStatusSuccess indicates failure in retrieving yearly successful top-up status.

View Source
var ErrFailedFindYearlyTopupStatusSuccessByCard = response.NewErrorResponse("Failed to get yearly topup success status by card", http.StatusInternalServerError)

ErrFailedFindYearlyTopupStatusSuccessByCard indicates failure in retrieving yearly successful top-up status by card.

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

ErrFailedRestoreAllTopups indicates failure in restoring all trashed top-up records.

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

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

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

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

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

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

View Source
var ErrTopupNotFoundRes = response.NewErrorResponse("Topup not found", http.StatusNotFound)

ErrTopupNotFoundRes indicates that a requested top-up was 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