# OnlineStoreThemeFilesUserErrors - admin-graphql - OBJECT Version: 2024-10 ## Description User errors for theme file operations. ### Access Scopes The user needs write_themes and an exemption from Shopify to modify theme files. ## Fields * [code](/docs/api/admin-graphql/2024-10/enums/OnlineStoreThemeFilesUserErrorsCode): OnlineStoreThemeFilesUserErrorsCode - The error code. * [field](/docs/api/admin-graphql/2024-10/scalars/String): String - The path to the input field that caused the error. * [filename](/docs/api/admin-graphql/2024-10/scalars/String): String - The filename of the theme file. * [message](/docs/api/admin-graphql/2024-10/scalars/String): String! - The error message. ## Connections ## Related queries ## Related mutations * [themeFilesCopy](/docs/api/admin-graphql/2024-10/mutations/themeFilesCopy) Copy theme files. Copying to existing theme files will overwrite them. * [themeFilesDelete](/docs/api/admin-graphql/2024-10/mutations/themeFilesDelete) Deletes a theme's files. * [themeFilesUpsert](/docs/api/admin-graphql/2024-10/mutations/themeFilesUpsert) Create or update theme files. ## Related Unions ## Examples