merchantserviceerrors

package
v1.0.11 Latest Latest
Warning

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

Go to latest
Published: Jul 13, 2025 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

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

ErrFailedCreateMerchant indicates failure when creating a new merchant.

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

ErrFailedDeleteAllMerchants indicates failure when permanently deleting all trashed merchants.

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

ErrFailedDeleteMerchant indicates failure when permanently deleting a merchant.

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

ErrFailedFindActiveMerchants indicates failure in fetching active merchants.

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

ErrFailedFindAllMerchants indicates failure in fetching all merchants.

View Source
var ErrFailedFindAllTransactions = response.NewErrorResponse("Failed to fetch Merchant transactions", http.StatusInternalServerError)

ErrFailedFindAllTransactions is returned when fetching all transactions fails.

View Source
var ErrFailedFindAllTransactionsByApikey = response.NewErrorResponse("Failed to fetch transactions by API key", http.StatusInternalServerError)

ErrFailedFindAllTransactionsByApikey is returned when fetching transactions by API key fails.

View Source
var ErrFailedFindAllTransactionsByMerchant = response.NewErrorResponse("Failed to fetch transactions by Merchant", http.StatusInternalServerError)

ErrFailedFindAllTransactionsByMerchant is returned when fetching transactions by merchant fails.

View Source
var ErrFailedFindByApiKey = response.NewErrorResponse("Failed to find Merchant by API key", http.StatusInternalServerError)

ErrFailedFindByApiKey is returned when a merchant cannot be found by API key.

View Source
var ErrFailedFindByMerchantUserId = response.NewErrorResponse("Failed to find Merchant by User ID", http.StatusInternalServerError)

ErrFailedFindByMerchantUserId is returned when a merchant cannot be found by user ID.

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

ErrFailedFindMerchantById is returned when a merchant cannot be found by ID.

View Source
var ErrFailedFindMonthlyAmountByApikeys = response.NewErrorResponse("Failed to get monthly amount by API key", http.StatusInternalServerError)

ErrFailedFindMonthlyAmountByApikeys indicates failure fetching monthly amounts by API key.

View Source
var ErrFailedFindMonthlyAmountByMerchants = response.NewErrorResponse("Failed to get monthly amount by Merchant", http.StatusInternalServerError)

ErrFailedFindMonthlyAmountByMerchants indicates failure fetching monthly amounts by merchant.

View Source
var ErrFailedFindMonthlyAmountMerchant = response.NewErrorResponse("Failed to get monthly amount", http.StatusInternalServerError)

ErrFailedFindMonthlyAmountMerchant indicates failure fetching monthly amounts.

View Source
var ErrFailedFindMonthlyPaymentMethodByApikeys = response.NewErrorResponse("Failed to get monthly payment methods by API key", http.StatusInternalServerError)

ErrFailedFindMonthlyPaymentMethodByApikeys indicates failure fetching monthly payment methods by API key.

View Source
var ErrFailedFindMonthlyPaymentMethodByMerchants = response.NewErrorResponse("Failed to get monthly payment methods by Merchant", http.StatusInternalServerError)

ErrFailedFindMonthlyPaymentMethodByMerchants indicates failure fetching monthly payment methods by merchant.

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

ErrFailedFindMonthlyPaymentMethodsMerchant indicates failure fetching monthly payment methods.

View Source
var ErrFailedFindMonthlyTotalAmountByApikeys = response.NewErrorResponse("Failed to get monthly total amount by API key", http.StatusInternalServerError)

ErrFailedFindMonthlyTotalAmountByApikeys indicates failure fetching monthly total amounts by API key.

View Source
var ErrFailedFindMonthlyTotalAmountByMerchants = response.NewErrorResponse("Failed to get monthly total amount by Merchant", http.StatusInternalServerError)

ErrFailedFindMonthlyTotalAmountByMerchants indicates failure fetching monthly total amounts by merchant.

View Source
var ErrFailedFindMonthlyTotalAmountMerchant = response.NewErrorResponse("Failed to get monthly total amount", http.StatusInternalServerError)

ErrFailedFindMonthlyTotalAmountMerchant indicates failure fetching monthly total amounts.

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

ErrFailedFindTrashedMerchants indicates failure in fetching trashed merchants.

View Source
var ErrFailedFindYearlyAmountByApikeys = response.NewErrorResponse("Failed to get yearly amount by API key", http.StatusInternalServerError)

ErrFailedFindYearlyAmountByApikeys indicates failure fetching yearly amounts by API key.

View Source
var ErrFailedFindYearlyAmountByMerchants = response.NewErrorResponse("Failed to get yearly amount by Merchant", http.StatusInternalServerError)

ErrFailedFindYearlyAmountByMerchants indicates failure fetching yearly amounts by merchant.

View Source
var ErrFailedFindYearlyAmountMerchant = response.NewErrorResponse("Failed to get yearly amount", http.StatusInternalServerError)

ErrFailedFindYearlyAmountMerchant indicates failure fetching yearly amounts.

View Source
var ErrFailedFindYearlyPaymentMethodByApikeys = response.NewErrorResponse("Failed to get yearly payment method by API key", http.StatusInternalServerError)

ErrFailedFindYearlyPaymentMethodByApikeys indicates failure fetching yearly payment methods by API key.

View Source
var ErrFailedFindYearlyPaymentMethodByMerchants = response.NewErrorResponse("Failed to get yearly payment method by Merchant", http.StatusInternalServerError)

ErrFailedFindYearlyPaymentMethodByMerchants indicates failure fetching yearly payment methods by merchant.

View Source
var ErrFailedFindYearlyPaymentMethodMerchant = response.NewErrorResponse("Failed to get yearly payment method", http.StatusInternalServerError)

ErrFailedFindYearlyPaymentMethodMerchant indicates failure fetching yearly payment methods.

View Source
var ErrFailedFindYearlyTotalAmountByApikeys = response.NewErrorResponse("Failed to get yearly total amount by API key", http.StatusInternalServerError)

ErrFailedFindYearlyTotalAmountByApikeys indicates failure fetching yearly total amounts by API key.

View Source
var ErrFailedFindYearlyTotalAmountByMerchants = response.NewErrorResponse("Failed to get yearly total amount by Merchant", http.StatusInternalServerError)

ErrFailedFindYearlyTotalAmountByMerchants indicates failure fetching yearly total amounts by merchant.

View Source
var ErrFailedFindYearlyTotalAmountMerchant = response.NewErrorResponse("Failed to get yearly total amount", http.StatusInternalServerError)

ErrFailedFindYearlyTotalAmountMerchant indicates failure fetching yearly total amounts.

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

ErrFailedRestoreAllMerchants indicates failure when restoring all trashed merchants.

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

ErrFailedRestoreMerchant indicates failure when restoring a trashed merchant.

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

ErrFailedSendEmail indicates a failure when sending an email related to merchant operations.

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

ErrFailedTrashMerchant indicates failure when soft-deleting (trashing) a merchant.

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

ErrFailedUpdateMerchant indicates failure when updating a merchant.

View Source
var ErrMerchantNotFoundRes = response.NewErrorResponse("Merchant not found", http.StatusNotFound)

ErrMerchantNotFoundRes is returned when the merchant 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