transferserviceerrors

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

ErrFailedCreateTransfer indicates a failure when attempting to create a new transfer record.

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

ErrFailedDeleteAllTransfersPermanent indicates a failure when attempting to permanently delete all transfer records.

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

ErrFailedDeleteTransferPermanent indicates a failure when attempting to permanently delete a transfer.

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

ErrFailedFindActiveTransfers indicates a failure when retrieving active transfer records.

View Source
var ErrFailedFindAllTransfers = response.NewErrorResponse("Failed to fetch all transfers", http.StatusInternalServerError)

ErrFailedFindAllTransfers indicates a failure when retrieving all transfer records.

View Source
var ErrFailedFindMonthTransferStatusFailed = response.NewErrorResponse("Failed to fetch monthly failed transfers", http.StatusInternalServerError)

ErrFailedFindMonthTransferStatusFailed indicates a failure when retrieving monthly failed transfer statistics.

View Source
var ErrFailedFindMonthTransferStatusFailedByCard = response.NewErrorResponse("Failed to fetch monthly failed transfers by card", http.StatusInternalServerError)

ErrFailedFindMonthTransferStatusFailedByCard indicates a failure when retrieving monthly failed transfers by card number.

View Source
var ErrFailedFindMonthTransferStatusSuccess = response.NewErrorResponse("Failed to fetch monthly successful transfers", http.StatusInternalServerError)

ErrFailedFindMonthTransferStatusSuccess indicates a failure when retrieving monthly successful transfer statistics.

View Source
var ErrFailedFindMonthTransferStatusSuccessByCard = response.NewErrorResponse("Failed to fetch monthly successful transfers by card", http.StatusInternalServerError)

ErrFailedFindMonthTransferStatusSuccessByCard indicates a failure when retrieving monthly successful transfers by card number.

View Source
var ErrFailedFindMonthlyTransferAmounts = response.NewErrorResponse("Failed to fetch monthly transfer amounts", http.StatusInternalServerError)

ErrFailedFindMonthlyTransferAmounts indicates a failure when retrieving the total monthly transfer amounts.

View Source
var ErrFailedFindMonthlyTransferAmountsByReceiverCard = response.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.

View Source
var ErrFailedFindMonthlyTransferAmountsBySenderCard = response.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.

View Source
var ErrFailedFindTransfersByReceiver = response.NewErrorResponse("Failed to fetch transfers by receiver", http.StatusInternalServerError)

ErrFailedFindTransfersByReceiver indicates a failure when retrieving transfers filtered by receiver card.

View Source
var ErrFailedFindTransfersBySender = response.NewErrorResponse("Failed to fetch transfers by sender", http.StatusInternalServerError)

ErrFailedFindTransfersBySender indicates a failure when retrieving transfers filtered by sender card.

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

ErrFailedFindTrashedTransfers indicates a failure when retrieving trashed (soft-deleted) transfer records.

View Source
var ErrFailedFindYearTransferStatusFailed = response.NewErrorResponse("Failed to fetch yearly failed transfers", http.StatusInternalServerError)

ErrFailedFindYearTransferStatusFailed indicates a failure when retrieving yearly failed transfer statistics.

View Source
var ErrFailedFindYearTransferStatusFailedByCard = response.NewErrorResponse("Failed to fetch yearly failed transfers by card", http.StatusInternalServerError)

ErrFailedFindYearTransferStatusFailedByCard indicates a failure when retrieving yearly failed transfers by card number.

View Source
var ErrFailedFindYearTransferStatusSuccess = response.NewErrorResponse("Failed to fetch yearly successful transfers", http.StatusInternalServerError)

ErrFailedFindYearTransferStatusSuccess indicates a failure when retrieving yearly successful transfer statistics.

View Source
var ErrFailedFindYearTransferStatusSuccessByCard = response.NewErrorResponse("Failed to fetch yearly successful transfers by card", http.StatusInternalServerError)

ErrFailedFindYearTransferStatusSuccessByCard indicates a failure when retrieving yearly successful transfers by card number.

View Source
var ErrFailedFindYearlyTransferAmounts = response.NewErrorResponse("Failed to fetch yearly transfer amounts", http.StatusInternalServerError)

ErrFailedFindYearlyTransferAmounts indicates a failure when retrieving the total yearly transfer amounts.

View Source
var ErrFailedFindYearlyTransferAmountsByReceiverCard = response.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.

View Source
var ErrFailedFindYearlyTransferAmountsBySenderCard = response.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.

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

ErrFailedRestoreAllTransfers indicates a failure when attempting to restore all trashed transfers.

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

ErrFailedRestoreTransfer indicates a failure when attempting to restore a previously trashed transfer.

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

ErrFailedTrashedTransfer indicates a failure when attempting to soft-delete (trash) a transfer.

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

ErrFailedUpdateTransfer indicates a failure when attempting to update an existing transfer record.

View Source
var ErrTransferNotFound = response.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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL