Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ErrFailedCreateTransfer = errors.NewErrorResponse("Failed to create transfer", http.StatusInternalServerError)
ErrFailedCreateTransfer indicates a failure when attempting to create a new transfer record.
var ErrFailedDeleteAllTransfersPermanent = errors.NewErrorResponse("Failed to permanently delete all transfers", http.StatusInternalServerError)
ErrFailedDeleteAllTransfersPermanent indicates a failure when attempting to permanently delete all transfer records.
var ErrFailedDeleteTransferPermanent = errors.NewErrorResponse("Failed to permanently delete transfer", http.StatusInternalServerError)
ErrFailedDeleteTransferPermanent indicates a failure when attempting to permanently delete a transfer.
var ErrFailedFindActiveTransfers = errors.NewErrorResponse("Failed to fetch active transfers", http.StatusInternalServerError)
ErrFailedFindActiveTransfers indicates a failure when retrieving active transfer records.
var ErrFailedFindAllTransfers = errors.NewErrorResponse("Failed to fetch all transfers", http.StatusInternalServerError)
ErrFailedFindAllTransfers indicates a failure when retrieving all transfer records.
var ErrFailedFindMonthTransferStatusFailed = errors.NewErrorResponse("Failed to fetch monthly failed transfers", http.StatusInternalServerError)
ErrFailedFindMonthTransferStatusFailed indicates a failure when retrieving monthly failed transfer statistics.
var ErrFailedFindMonthTransferStatusFailedByCard = errors.NewErrorResponse("Failed to fetch monthly failed transfers by card", http.StatusInternalServerError)
ErrFailedFindMonthTransferStatusFailedByCard indicates a failure when retrieving monthly failed transfers by card number.
var ErrFailedFindMonthTransferStatusSuccess = errors.NewErrorResponse("Failed to fetch monthly successful transfers", http.StatusInternalServerError)
ErrFailedFindMonthTransferStatusSuccess indicates a failure when retrieving monthly successful transfer statistics.
var ErrFailedFindMonthTransferStatusSuccessByCard = errors.NewErrorResponse("Failed to fetch monthly successful transfers by card", http.StatusInternalServerError)
ErrFailedFindMonthTransferStatusSuccessByCard indicates a failure when retrieving monthly successful transfers by card number.
var ErrFailedFindMonthlyTransferAmounts = errors.NewErrorResponse("Failed to fetch monthly transfer amounts", http.StatusInternalServerError)
ErrFailedFindMonthlyTransferAmounts indicates a failure when retrieving the total monthly transfer amounts.
var ErrFailedFindMonthlyTransferAmountsByReceiverCard = errors.NewErrorResponse("Failed to fetch monthly transfer amounts by receiver card", http.StatusInternalServerError)
ErrFailedFindMonthlyTransferAmountsByReceiverCard indicates a failure when retrieving monthly transfer amounts by receiver card number.
var ErrFailedFindMonthlyTransferAmountsBySenderCard = errors.NewErrorResponse("Failed to fetch monthly transfer amounts by sender card", http.StatusInternalServerError)
ErrFailedFindMonthlyTransferAmountsBySenderCard indicates a failure when retrieving monthly transfer amounts by sender card number.
var ErrFailedFindTransfersByReceiver = errors.NewErrorResponse("Failed to fetch transfers by receiver", http.StatusInternalServerError)
ErrFailedFindTransfersByReceiver indicates a failure when retrieving transfers filtered by receiver card.
var ErrFailedFindTransfersBySender = errors.NewErrorResponse("Failed to fetch transfers by sender", http.StatusInternalServerError)
ErrFailedFindTransfersBySender indicates a failure when retrieving transfers filtered by sender card.
var ErrFailedFindTrashedTransfers = errors.NewErrorResponse("Failed to fetch trashed transfers", http.StatusInternalServerError)
ErrFailedFindTrashedTransfers indicates a failure when retrieving trashed (soft-deleted) transfer records.
var ErrFailedFindYearTransferStatusFailed = errors.NewErrorResponse("Failed to fetch yearly failed transfers", http.StatusInternalServerError)
ErrFailedFindYearTransferStatusFailed indicates a failure when retrieving yearly failed transfer statistics.
var ErrFailedFindYearTransferStatusFailedByCard = errors.NewErrorResponse("Failed to fetch yearly failed transfers by card", http.StatusInternalServerError)
ErrFailedFindYearTransferStatusFailedByCard indicates a failure when retrieving yearly failed transfers by card number.
var ErrFailedFindYearTransferStatusSuccess = errors.NewErrorResponse("Failed to fetch yearly successful transfers", http.StatusInternalServerError)
ErrFailedFindYearTransferStatusSuccess indicates a failure when retrieving yearly successful transfer statistics.
var ErrFailedFindYearTransferStatusSuccessByCard = errors.NewErrorResponse("Failed to fetch yearly successful transfers by card", http.StatusInternalServerError)
ErrFailedFindYearTransferStatusSuccessByCard indicates a failure when retrieving yearly successful transfers by card number.
var ErrFailedFindYearlyTransferAmounts = errors.NewErrorResponse("Failed to fetch yearly transfer amounts", http.StatusInternalServerError)
ErrFailedFindYearlyTransferAmounts indicates a failure when retrieving the total yearly transfer amounts.
var ErrFailedFindYearlyTransferAmountsByReceiverCard = errors.NewErrorResponse("Failed to fetch yearly transfer amounts by receiver card", http.StatusInternalServerError)
ErrFailedFindYearlyTransferAmountsByReceiverCard indicates a failure when retrieving yearly transfer amounts by receiver card number.
var ErrFailedFindYearlyTransferAmountsBySenderCard = errors.NewErrorResponse("Failed to fetch yearly transfer amounts by sender card", http.StatusInternalServerError)
ErrFailedFindYearlyTransferAmountsBySenderCard indicates a failure when retrieving yearly transfer amounts by sender card number.
var ErrFailedRestoreAllTransfers = errors.NewErrorResponse("Failed to restore all transfers", http.StatusInternalServerError)
ErrFailedRestoreAllTransfers indicates a failure when attempting to restore all trashed transfers.
var ErrFailedRestoreTransfer = errors.NewErrorResponse("Failed to restore transfer", http.StatusInternalServerError)
ErrFailedRestoreTransfer indicates a failure when attempting to restore a previously trashed transfer.
var ErrFailedTrashedTransfer = errors.NewErrorResponse("Failed to trash transfer", http.StatusInternalServerError)
ErrFailedTrashedTransfer indicates a failure when attempting to soft-delete (trash) a transfer.
var ErrFailedUpdateTransfer = errors.NewErrorResponse("Failed to update transfer", http.StatusInternalServerError)
ErrFailedUpdateTransfer indicates a failure when attempting to update an existing transfer record.
var ErrTransferNotFound = errors.NewErrorResponse("Transfer not found", http.StatusNotFound)
ErrTransferNotFound indicates that a specific transfer record was not found.
Functions ¶
This section is empty.
Types ¶
This section is empty.