# MediaError - admin-graphql - OBJECT Version: 2024-10 ## 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-graphql/2024-10/enums/MediaErrorCode): MediaErrorCode! - Code representing the type of error. * [details](/docs/api/admin-graphql/2024-10/scalars/String): String - Additional details regarding the error. * [message](/docs/api/admin-graphql/2024-10/scalars/String): String! - Translated error message. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples