Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ErrFailedCreateMerchantDocument = errors.NewErrorResponse("Failed to create Merchant Document", http.StatusInternalServerError)
ErrFailedCreateMerchantDocument is returned when failing to create a new merchant document.
var ErrFailedDeleteAllMerchantDocuments = errors.NewErrorResponse("Failed to delete all Merchant Documents permanently", http.StatusInternalServerError)
ErrFailedDeleteAllMerchantDocuments is returned when failing to permanently delete all merchant documents.
var ErrFailedDeleteMerchantDocument = errors.NewErrorResponse("Failed to delete Merchant Document permanently", http.StatusInternalServerError)
ErrFailedDeleteMerchantDocument is returned when failing to permanently delete a merchant document.
var ErrFailedFindActiveMerchantDocuments = errors.NewErrorResponse("Failed to fetch active Merchant Documents", http.StatusInternalServerError)
ErrFailedFindActiveMerchantDocuments is returned when failing to fetch active merchant documents.
var ErrFailedFindAllMerchantDocuments = errors.NewErrorResponse("Failed to fetch Merchant Documents", http.StatusInternalServerError)
ErrFailedFindAllMerchantDocuments is returned when failing to fetch all merchant documents.
var ErrFailedFindMerchantDocumentById = errors.NewErrorResponse("Failed to find Merchant Document by ID", http.StatusInternalServerError)
ErrFailedFindMerchantDocumentById is returned when failing to find a merchant document by ID.
var ErrFailedFindTrashedMerchantDocuments = errors.NewErrorResponse("Failed to fetch trashed Merchant Documents", http.StatusInternalServerError)
ErrFailedFindTrashedMerchantDocuments is returned when failing to fetch trashed merchant documents.
var ErrFailedRestoreAllMerchantDocuments = errors.NewErrorResponse("Failed to restore all Merchant Documents", http.StatusInternalServerError)
ErrFailedRestoreAllMerchantDocuments is returned when failing to restore all trashed merchant documents.
var ErrFailedRestoreMerchantDocument = errors.NewErrorResponse("Failed to restore Merchant Document", http.StatusInternalServerError)
ErrFailedRestoreMerchantDocument is returned when failing to restore a trashed merchant document.
var ErrFailedTrashMerchantDocument = errors.NewErrorResponse("Failed to trash Merchant Document", http.StatusInternalServerError)
ErrFailedTrashMerchantDocument is returned when failing to move a merchant document to trash.
var ErrFailedUpdateMerchantDocument = errors.NewErrorResponse("Failed to update Merchant Document", http.StatusInternalServerError)
ErrFailedUpdateMerchantDocument is returned when failing to update an existing merchant document.
var ErrMerchantDocumentNotFoundRes = errors.NewErrorResponse("Merchant Document not found", http.StatusNotFound)
ErrMerchantDocumentNotFoundRes is returned when the requested merchant document cannot be found.
Functions ¶
This section is empty.
Types ¶
This section is empty.