Home > @infiniteobjects/shopify-data-manager > AdminTypes > LocationActivateUserErrorCode
Possible error codes that can be returned by LocationActivateUserError.
Signature:
export declare enum LocationActivateUserErrorCode
| Member | Value | Description |
|---|---|---|
| GenericError | "GENERIC_ERROR" |
An error occurred while activating the location. |
| HasNonUniqueName | "HAS_NON_UNIQUE_NAME" |
There is already an active location with this name. |
| HasOngoingRelocation | "HAS_ONGOING_RELOCATION" |
This location currently cannot be activated as inventory, pending orders or transfers are being relocated from this location. |
| LocationLimit | "LOCATION_LIMIT" |
Shop has reached its location limit. |
| LocationNotFound | "LOCATION_NOT_FOUND" |
Location not found. |