> ## Documentation Index
> Fetch the complete documentation index at: https://docs.guile.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Import Failed

> A client import row could not be processed

## Cause

One item in a client import failed validation or processing.

## Fix

Inspect the row-level reason, correct the input data, and retry the import.

## Retry safety

Not retryable until the underlying state or request changes.

## Raised by

No current operation documents this problem type in the OpenAPI definition. If you receive it in production, treat that as a contract gap and tell us.

## Example

```json theme={null}
{
  "type": "https://docs.guile.app/problems/importFailed",
  "title": "Import Failed",
  "status": 422,
  "detail": "One item in a client import failed validation or processing."
}
```
