# FailedUpload

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/doc-automation/src/v2/stages/stage-13-upload/upload.types.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/doc-automation/src/v2/stages/stage-13-upload/upload.types.ts#L287)

Failed upload record

## Properties

| Property | Type |
|---|---|
| `type` | `'category' | 'document' | 'screenshot'` |
| `id` | `string` |
| `title` | `string` |
| `error` | `string` |
| `retryCount` | `number` |
