Home > @infiniteobjects/shopify-data-manager > AdminTypes > ErrorsWebPixelUserErrorCode
Possible error codes that can be returned by ErrorsWebPixelUserError
.
Signature:
export declare enum ErrorsWebPixelUserErrorCode
Member | Value | Description |
---|---|---|
Blank | "BLANK" |
The input value is blank. |
InvalidSettings | "INVALID_SETTINGS" |
The provided settings ID does not match the expected settings definition on the app. |
NotFound | "NOT_FOUND" |
The record with the ID used as the input value couldn’t be found. |
Taken | "TAKEN" |
The input value is already taken. |
UnableToDelete | "UNABLE_TO_DELETE" |
An error occurred and the web pixel couldnt be deleted. |