stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > LocationAddUserErrorCode

AdminTypes.LocationAddUserErrorCode enum

Possible error codes that can be returned by LocationAddUserError.

Signature:

export declare enum LocationAddUserErrorCode 

Enumeration Members

Member Value Description
AppNotAuthorized "APP_NOT_AUTHORIZED" ApiPermission metafields can only be created or updated by the app owner.
Blank "BLANK" The input value is blank.
DisallowedOwnerType "DISALLOWED_OWNER_TYPE" Owner type can’t be used in this mutation.
GenericError "GENERIC_ERROR" An error occurred while adding the location.
Inclusion "INCLUSION" The input value isn’t included in the list.
Invalid "INVALID" The input value is invalid.
InvalidType "INVALID_TYPE" The type is invalid.
InvalidUsZipcode "INVALID_US_ZIPCODE" The ZIP code is not a valid US ZIP code.
InvalidValue "INVALID_VALUE" The value is invalid for the metafield type or for the definition options.
Present "PRESENT" The input value needs to be blank.
Taken "TAKEN" The input value is already taken.
TooLong "TOO_LONG" The input value is too long.
TooShort "TOO_SHORT" The input value is too short.
UnstructuredReservedNamespace "UNSTRUCTURED_RESERVED_NAMESPACE" Unstructured reserved namespace.