--- title: FunctionsErrorHistory - GraphQL Admin description: The error history from running a Shopify Function. api_version: 2024-10 api_name: admin type: object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2024-10/objects/FunctionsErrorHistory md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/objects/FunctionsErrorHistory.txt --- # Functions​Error​History object The error history from running a Shopify Function. ## Fields * errors​First​Occurred​At [Date​Time!](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/DateTime) non-null The date and time that the first error occurred. * first​Occurred​At [Date​Time!](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/DateTime) non-null The date and time that the first error occurred. * has​Been​Shared​Since​Last​Error [Boolean!](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/Boolean) non-null Whether the merchant has shared all the recent errors with the developer. * has​Shared​Recent​Errors [Boolean!](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/Boolean) non-null Whether the merchant has shared all the recent errors with the developer. *** ## Map ### Fields with this object * {}[DeliveryCustomization.errorHistory](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/DeliveryCustomization#field-errorHistory) * {}[DiscountAutomaticApp.errorHistory](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/DiscountAutomaticApp#field-errorHistory) * {}[DiscountCodeApp.errorHistory](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/DiscountCodeApp#field-errorHistory) * {}[PaymentCustomization.errorHistory](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/PaymentCustomization#field-errorHistory) * {}[Validation.errorHistory](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/Validation#field-errorHistory)