stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > FunctionsErrorHistory

AdminTypes.FunctionsErrorHistory interface

The error history from running a Shopify Function.

Signature:

export interface FunctionsErrorHistory 

Properties

Property Modifiers Type Description
errorsFirstOccurredAt   Scalars[‘DateTime’][‘output’] The date and time that the first error occurred.
firstOccurredAt   Scalars[‘DateTime’][‘output’] The date and time that the first error occurred.
hasBeenSharedSinceLastError   Scalars[‘Boolean’][‘output’] Whether the merchant has shared all the recent errors with the developer.
hasSharedRecentErrors   Scalars[‘Boolean’][‘output’] Whether the merchant has shared all the recent errors with the developer.