MetafieldsSetUserErrorCode
Possible error codes that can be returned by MetafieldsSetUserError
.
import { MetafieldsSetUserErrorCode } from '@daffodil/driver/shopify'
enum MetafieldsSetUserErrorCode {
Blank = 'BLANK',
Inclusion = 'INCLUSION',
InvalidOwner = 'INVALID_OWNER',
InvalidType = 'INVALID_TYPE',
InvalidValue = 'INVALID_VALUE',
LessThanOrEqualTo = 'LESS_THAN_OR_EQUAL_TO',
Present = 'PRESENT',
TooLong = 'TOO_LONG',
TooShort = 'TOO_SHORT',
}