Home > @infiniteobjects/shopify-data-manager > AdminTypes > FunctionsErrorHistory
The error history from running a Shopify Function.
Signature:
export interface FunctionsErrorHistory
| 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. |