# ErrorsServerPixelUserError - admin-graphql - OBJECT Version: 2024-10 ## Description An error that occurs during the execution of a server pixel mutation. ### Access Scopes `read_pixels` access scope. Also: The app must have the read_server_pixels access scope. ## Fields * [code](/docs/api/admin-graphql/2024-10/enums/ErrorsServerPixelUserErrorCode): ErrorsServerPixelUserErrorCode - The error code. * [field](/docs/api/admin-graphql/2024-10/scalars/String): String - The path to the input field that caused the error. * [message](/docs/api/admin-graphql/2024-10/scalars/String): String! - The error message. ## Connections ## Related queries ## Related mutations * [eventBridgeServerPixelUpdate](/docs/api/admin-graphql/2024-10/mutations/eventBridgeServerPixelUpdate) Updates the server pixel to connect to an EventBridge endpoint. Running this mutation deletes any previous subscriptions for the server pixel. * [pubSubServerPixelUpdate](/docs/api/admin-graphql/2024-10/mutations/pubSubServerPixelUpdate) Updates the server pixel to connect to a Google PubSub endpoint. Running this mutation deletes any previous subscriptions for the server pixel. * [serverPixelCreate](/docs/api/admin-graphql/2024-10/mutations/serverPixelCreate) Creates a new unconfigured server pixel. A single server pixel can exist for an app and shop combination. If you call this mutation when a server pixel already exists, then an error will return. * [serverPixelDelete](/docs/api/admin-graphql/2024-10/mutations/serverPixelDelete) Deletes the Server Pixel associated with the current app & shop. ## Related Unions ## Examples