# MediaError - admin - OBJECT
Version: 2025-01

## Description
Represents a media error. This typically occurs when there is an issue with the media itself causing it to fail validation.
Check the media before attempting to upload again.

### Access Scopes
`read_products` access scope or `read_files` access scope.


## Fields
* [code](/docs/api/admin/2025-01/enums/MediaErrorCode): MediaErrorCode! - 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