fix: better store/customer support

This commit is contained in:
Sebastian Rindom
2021-06-29 16:31:30 +02:00
parent 19dcaf8fb3
commit 6342e68d06
13 changed files with 235 additions and 34 deletions
+2 -1
View File
@@ -5,10 +5,11 @@
export const MedusaErrorTypes = {
/** Errors stemming from the database */
DB_ERROR: "database_error",
DUPLICATE_ERROR: "duplicate_error",
INVALID_ARGUMENT: "invalid_argument",
INVALID_DATA: "invalid_data",
NOT_FOUND: "not_found",
NOT_ALLOWED: "not_allowed"
NOT_ALLOWED: "not_allowed",
}
/**