Feat: Improvements to the migrations CLI and workflow (#8060)
This commit is contained in:
@@ -13,6 +13,7 @@ export const MedusaErrorTypes = {
|
||||
NOT_ALLOWED: "not_allowed",
|
||||
UNEXPECTED_STATE: "unexpected_state",
|
||||
CONFLICT: "conflict",
|
||||
UNKNOWN_MODULES: "unknown_modules",
|
||||
PAYMENT_AUTHORIZATION_ERROR: "payment_authorization_error",
|
||||
PAYMENT_REQUIRES_MORE_ERROR: "payment_requires_more_error",
|
||||
}
|
||||
@@ -20,6 +21,7 @@ export const MedusaErrorTypes = {
|
||||
export const MedusaErrorCodes = {
|
||||
INSUFFICIENT_INVENTORY: "insufficient_inventory",
|
||||
CART_INCOMPATIBLE_STATE: "cart_incompatible_state",
|
||||
UNKNOWN_MODULES: "unknown_modules",
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user