# GiftCardUserError - admin-graphql - OBJECT Version: 2024-07 ## Description Represents an error that happens during the execution of a gift card mutation. ### Access Scopes `read_gift_cards` access scope. ## Fields * [code](/docs/api/admin-graphql/2024-07/enums/GiftCardErrorCode): GiftCardErrorCode - The error code. * [field](/docs/api/admin-graphql/2024-07/scalars/String): String - The path to the input field that caused the error. * [message](/docs/api/admin-graphql/2024-07/scalars/String): String! - The error message. ## Connections ## Related queries ## Related mutations * [giftCardCreate](/docs/api/admin-graphql/2024-07/mutations/giftCardCreate) Create a gift card. ## Related Unions ## Examples