# GiftCardTransactionUserError - admin-graphql - OBJECT Version: 2024-10 ## Description Represents an error that happens during the execution of a gift card transaction mutation. ### Access Scopes `read_gift_card_transactions` access scope. ## Fields * [code](/docs/api/admin-graphql/2024-10/enums/GiftCardTransactionUserErrorCode): GiftCardTransactionUserErrorCode - 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 * [giftCardCredit](/docs/api/admin-graphql/2024-10/mutations/giftCardCredit) Credit a gift card. * [giftCardDebit](/docs/api/admin-graphql/2024-10/mutations/giftCardDebit) Debit a gift card. ## Related Unions ## Examples