# UrlRedirectImportUserError - admin - OBJECT Version: 2025-01 ## Description Represents an error that happens during execution of a redirect import mutation. ### Access Scopes `read_online_store_navigation` access scope. ## Fields * [code](/docs/api/admin/2025-01/enums/UrlRedirectImportErrorCode): UrlRedirectImportErrorCode - The error code. * [field](/docs/api/admin/2025-01/scalars/String): String - The path to the input field that caused the error. * [message](/docs/api/admin/2025-01/scalars/String): String! - The error message. ## Connections ## Related queries ## Related mutations * [urlRedirectImportCreate](/docs/api/admin/2025-01/mutations/urlRedirectImportCreate) Creates a [`UrlRedirectImport`](https://shopify.dev/api/admin-graphql/latest/objects/UrlRedirectImport) object. After creating the `UrlRedirectImport` object, the `UrlRedirectImport` request can be performed using the [`urlRedirectImportSubmit`](https://shopify.dev/api/admin-graphql/latest/mutations/urlRedirectImportSubmit) mutation. * [urlRedirectImportSubmit](/docs/api/admin/2025-01/mutations/urlRedirectImportSubmit) Submits a `UrlRedirectImport` request to be processed. The `UrlRedirectImport` request is first created with the [`urlRedirectImportCreate`](https://shopify.dev/api/admin-graphql/latest/mutations/urlRedirectImportCreate) mutation. ## Related Unions ## Examples