# GiftCardTransactionUserError - admin - OBJECT Version: unstable ## 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/unstable/enums/GiftCardTransactionUserErrorCode): GiftCardTransactionUserErrorCode - The error code. * [field](/docs/api/admin/unstable/scalars/String): String - The path to the input field that caused the error. * [message](/docs/api/admin/unstable/scalars/String): String! - The error message. ## Connections ## Related queries ## Related mutations * [giftCardCredit](/docs/api/admin/unstable/mutations/giftCardCredit) Credit a gift card. * [giftCardDebit](/docs/api/admin/unstable/mutations/giftCardDebit) Debit a gift card. ## Related Unions ## Examples