# FileError - admin - OBJECT
Version: 2025-01

## Description
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.

### Access Scopes
`read_files` access scope, `read_themes` access scope or `read_images` access scope.


## Fields
* [code](/docs/api/admin/2025-01/enums/FileErrorCode): FileErrorCode! - Code representing the type of error.
* [details](/docs/api/admin/2025-01/scalars/String): String - Additional details regarding the error.
* [message](/docs/api/admin/2025-01/scalars/String): String! - Translated error message.

## Connections



## Related queries

## Related mutations

## Related Unions

## Examples