stack

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

AdminTypes.FileError interface

A file error. This typically occurs when there is an issue with the file itself causing it to fail validation. Check the file before attempting to upload again.

Signature:

export interface FileError 

Properties

Property Modifiers Type Description
code   FileErrorCode | `${FileErrorCode}` Code representing the type of error.
details?   Maybe<Scalars[‘String’][‘output’]> (Optional) Additional details regarding the error.
message   Scalars[‘String’][‘output’] Translated error message.