transactionrepositoryerrors

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrCreateTransactionFailed = errors.New("failed to create transaction")

ErrCreateTransactionFailed indicates a failure when creating a new transaction.

View Source
var ErrDeleteAllTransactionsPermanentFailed = errors.New("failed to permanently delete all transactions")

ErrDeleteAllTransactionsPermanentFailed indicates a failure when permanently deleting all transactions.

View Source
var ErrDeleteTransactionPermanentFailed = errors.New("failed to permanently delete transaction")

ErrDeleteTransactionPermanentFailed indicates a failure when permanently deleting a transaction.

View Source
var ErrFindActiveTransactionsFailed = errors.New("failed to find active transactions")

ErrFindActiveTransactionsFailed indicates a failure when retrieving active (non-deleted) transactions.

View Source
var ErrFindAllTransactionsFailed = errors.New("failed to find all transactions")

ErrFindAllTransactionsFailed indicates a failure when attempting to retrieve all transactions.

View Source
var ErrFindTransactionByIdFailed = errors.New("failed to find transaction by ID")

ErrFindTransactionByIdFailed indicates a failure when retrieving a transaction by its ID.

View Source
var ErrFindTransactionByMerchantIdFailed = errors.New("failed to find transaction by merchant ID")

ErrFindTransactionByMerchantIdFailed indicates a failure when retrieving transactions by merchant ID.

View Source
var ErrFindTransactionsByCardNumberFailed = errors.New("failed to find transactions by card number")

ErrFindTransactionsByCardNumberFailed indicates a failure when retrieving transactions by card number.

View Source
var ErrFindTrashedTransactionsFailed = errors.New("failed to find trashed transactions")

ErrFindTrashedTransactionsFailed indicates a failure when retrieving soft-deleted (trashed) transactions.

View Source
var ErrGetMonthTransactionStatusFailedByCardFailed = errors.New("failed to get monthly transaction status failed by card number")

ErrGetMonthTransactionStatusFailedByCardFailed indicates a failure when retrieving monthly failed transactions by card number.

View Source
var ErrGetMonthTransactionStatusFailedFailed = errors.New("failed to get monthly transaction status failed")

ErrGetMonthTransactionStatusFailedFailed indicates a failure when retrieving monthly failed transaction status.

View Source
var ErrGetMonthTransactionStatusSuccessByCardFailed = errors.New("failed to get monthly transaction status success by card number")

ErrGetMonthTransactionStatusSuccessByCardFailed indicates a failure when retrieving monthly successful transactions by card number.

View Source
var ErrGetMonthTransactionStatusSuccessFailed = errors.New("failed to get monthly transaction status success")

ErrGetMonthTransactionStatusSuccessFailed indicates a failure when retrieving monthly successful transaction status.

View Source
var ErrGetMonthlyAmountsByCardFailed = errors.New("failed to get monthly amounts by card number")

ErrGetMonthlyAmountsByCardFailed indicates a failure when retrieving monthly amounts by card number.

View Source
var ErrGetMonthlyAmountsFailed = errors.New("failed to get monthly amounts")

ErrGetMonthlyAmountsFailed indicates a failure when retrieving total monthly transaction amounts.

View Source
var ErrGetMonthlyPaymentMethodsByCardFailed = errors.New("failed to get monthly payment methods by card number")

ErrGetMonthlyPaymentMethodsByCardFailed indicates a failure when retrieving monthly payment methods by card number.

View Source
var ErrGetMonthlyPaymentMethodsFailed = errors.New("failed to get monthly payment methods")

ErrGetMonthlyPaymentMethodsFailed indicates a failure when retrieving monthly payment method statistics.

View Source
var ErrGetYearlyAmountsByCardFailed = errors.New("failed to get yearly amounts by card number")

ErrGetYearlyAmountsByCardFailed indicates a failure when retrieving yearly amounts by card number.

View Source
var ErrGetYearlyAmountsFailed = errors.New("failed to get yearly amounts")

ErrGetYearlyAmountsFailed indicates a failure when retrieving total yearly transaction amounts.

View Source
var ErrGetYearlyPaymentMethodsByCardFailed = errors.New("failed to get yearly payment methods by card number")

ErrGetYearlyPaymentMethodsByCardFailed indicates a failure when retrieving yearly payment methods by card number.

View Source
var ErrGetYearlyPaymentMethodsFailed = errors.New("failed to get yearly payment methods")

ErrGetYearlyPaymentMethodsFailed indicates a failure when retrieving yearly payment method statistics.

View Source
var ErrGetYearlyTransactionStatusFailedByCardFailed = errors.New("failed to get yearly transaction status failed by card number")

ErrGetYearlyTransactionStatusFailedByCardFailed indicates a failure when retrieving yearly failed transactions by card number.

View Source
var ErrGetYearlyTransactionStatusFailedFailed = errors.New("failed to get yearly transaction status failed")

ErrGetYearlyTransactionStatusFailedFailed indicates a failure when retrieving yearly failed transaction status.

View Source
var ErrGetYearlyTransactionStatusSuccessByCardFailed = errors.New("failed to get yearly transaction status success by card number")

ErrGetYearlyTransactionStatusSuccessByCardFailed indicates a failure when retrieving yearly successful transactions by card number.

View Source
var ErrGetYearlyTransactionStatusSuccessFailed = errors.New("failed to get yearly transaction status success")

ErrGetYearlyTransactionStatusSuccessFailed indicates a failure when retrieving yearly successful transaction status.

View Source
var ErrRestoreAllTransactionsFailed = errors.New("failed to restore all transactions")

ErrRestoreAllTransactionsFailed indicates a failure when restoring all trashed transactions.

View Source
var ErrRestoreTransactionFailed = errors.New("failed to restore transaction")

ErrRestoreTransactionFailed indicates a failure when restoring a trashed transaction.

View Source
var ErrTrashedTransactionFailed = errors.New("failed to soft-delete (trash) transaction")

ErrTrashedTransactionFailed indicates a failure when soft-deleting (trashing) a transaction.

View Source
var ErrUpdateTransactionFailed = errors.New("failed to update transaction")

ErrUpdateTransactionFailed indicates a failure when updating a transaction.

View Source
var ErrUpdateTransactionStatusFailed = errors.New("failed to update transaction status")

ErrUpdateTransactionStatusFailed indicates a failure when updating the status of a transaction.

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