# GiftCardUserError - admin - OBJECT Version: unstable ## 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/unstable/enums/GiftCardErrorCode): GiftCardErrorCode - 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 * [giftCardCreate](/docs/api/admin/unstable/mutations/giftCardCreate) Create a gift card. ## Related Unions ## Examples