Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ErrCreateTransactionFailed = errors.New("failed to create transaction")
ErrCreateTransactionFailed indicates a failure when creating a new transaction.
var ErrDeleteAllTransactionsPermanentFailed = errors.New("failed to permanently delete all transactions")
ErrDeleteAllTransactionsPermanentFailed indicates a failure when permanently deleting all transactions.
var ErrDeleteTransactionPermanentFailed = errors.New("failed to permanently delete transaction")
ErrDeleteTransactionPermanentFailed indicates a failure when permanently deleting a transaction.
var ErrFindActiveTransactionsFailed = errors.New("failed to find active transactions")
ErrFindActiveTransactionsFailed indicates a failure when retrieving active (non-deleted) transactions.
var ErrFindAllTransactionsFailed = errors.New("failed to find all transactions")
ErrFindAllTransactionsFailed indicates a failure when attempting to retrieve all transactions.
var ErrFindTransactionByIdFailed = errors.New("failed to find transaction by ID")
ErrFindTransactionByIdFailed indicates a failure when retrieving a transaction by its ID.
var ErrFindTransactionByMerchantIdFailed = errors.New("failed to find transaction by merchant ID")
ErrFindTransactionByMerchantIdFailed indicates a failure when retrieving transactions by merchant ID.
var ErrFindTransactionsByCardNumberFailed = errors.New("failed to find transactions by card number")
ErrFindTransactionsByCardNumberFailed indicates a failure when retrieving transactions by card number.
var ErrFindTrashedTransactionsFailed = errors.New("failed to find trashed transactions")
ErrFindTrashedTransactionsFailed indicates a failure when retrieving soft-deleted (trashed) transactions.
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.
var ErrGetMonthTransactionStatusFailedFailed = errors.New("failed to get monthly transaction status failed")
ErrGetMonthTransactionStatusFailedFailed indicates a failure when retrieving monthly failed transaction status.
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.
var ErrGetMonthTransactionStatusSuccessFailed = errors.New("failed to get monthly transaction status success")
ErrGetMonthTransactionStatusSuccessFailed indicates a failure when retrieving monthly successful transaction status.
var ErrGetMonthlyAmountsByCardFailed = errors.New("failed to get monthly amounts by card number")
ErrGetMonthlyAmountsByCardFailed indicates a failure when retrieving monthly amounts by card number.
var ErrGetMonthlyAmountsFailed = errors.New("failed to get monthly amounts")
ErrGetMonthlyAmountsFailed indicates a failure when retrieving total monthly transaction amounts.
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.
var ErrGetMonthlyPaymentMethodsFailed = errors.New("failed to get monthly payment methods")
ErrGetMonthlyPaymentMethodsFailed indicates a failure when retrieving monthly payment method statistics.
var ErrGetYearlyAmountsByCardFailed = errors.New("failed to get yearly amounts by card number")
ErrGetYearlyAmountsByCardFailed indicates a failure when retrieving yearly amounts by card number.
var ErrGetYearlyAmountsFailed = errors.New("failed to get yearly amounts")
ErrGetYearlyAmountsFailed indicates a failure when retrieving total yearly transaction amounts.
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.
var ErrGetYearlyPaymentMethodsFailed = errors.New("failed to get yearly payment methods")
ErrGetYearlyPaymentMethodsFailed indicates a failure when retrieving yearly payment method statistics.
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.
var ErrGetYearlyTransactionStatusFailedFailed = errors.New("failed to get yearly transaction status failed")
ErrGetYearlyTransactionStatusFailedFailed indicates a failure when retrieving yearly failed transaction status.
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.
var ErrGetYearlyTransactionStatusSuccessFailed = errors.New("failed to get yearly transaction status success")
ErrGetYearlyTransactionStatusSuccessFailed indicates a failure when retrieving yearly successful transaction status.
var ErrRestoreAllTransactionsFailed = errors.New("failed to restore all transactions")
ErrRestoreAllTransactionsFailed indicates a failure when restoring all trashed transactions.
var ErrRestoreTransactionFailed = errors.New("failed to restore transaction")
ErrRestoreTransactionFailed indicates a failure when restoring a trashed transaction.
var ErrTrashedTransactionFailed = errors.New("failed to soft-delete (trash) transaction")
ErrTrashedTransactionFailed indicates a failure when soft-deleting (trashing) a transaction.
var ErrUpdateTransactionFailed = errors.New("failed to update transaction")
ErrUpdateTransactionFailed indicates a failure when updating a transaction.
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.