--- title: GiftCardTransactionUserError - GraphQL Admin description: Represents an error that happens during the execution of a gift card transaction mutation. api_version: 2025-10 api_name: admin type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/objects/giftcardtransactionusererror md: https://shopify.dev/docs/api/admin-graphql/latest/objects/giftcardtransactionusererror.md --- # Gift​Card​Transaction​User​Error object Requires `read_gift_card_transactions` access scope. Represents an error that happens during the execution of a gift card transaction mutation. ## Fields * code [Gift​Card​Transaction​User​Error​Code](https://shopify.dev/docs/api/admin-graphql/latest/enums/GiftCardTransactionUserErrorCode) The error code. * field [\[String!\]](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) The path to the input field that caused the error. * message [String!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) non-null The error message. *** ## Map No referencing types *** ## Mutations * [gift​Card​Credit](https://shopify.dev/docs/api/admin-graphql/latest/mutations/giftCardCredit) mutation Credit a gift card. * [gift​Card​Debit](https://shopify.dev/docs/api/admin-graphql/latest/mutations/giftCardDebit) mutation Debit a gift card. *** ## <\~> GiftCardTransactionUserError Mutations ### Mutated by * <\~>[gift​Card​Credit](https://shopify.dev/docs/api/admin-graphql/latest/mutations/giftCardCredit) * <\~>[gift​Card​Debit](https://shopify.dev/docs/api/admin-graphql/latest/mutations/giftCardDebit) *** ## Interfaces * [Displayable​Error](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/DisplayableError) interface *** ## ||-GiftCardTransactionUserError Implements ### Implements * ||-[Displayable​Error](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/DisplayableError)