---
path: bot-api-reference/enumerations/AssetInvalid.md
audience: bot
category: reference
summary: The reason an asset failed processing. Appears as the `invalid` variant of `AssetInformation.link` when an asset could not be served.
---

The reason an asset failed processing. Appears as the `invalid` variant of `AssetInformation.link` when an asset could not be served.

## Enumeration Members

### Blocked

> **Blocked**: `3`

Reserved for future use.

### Deleted

> **Deleted**: `2`

The asset has been deleted.

### Error

> **Error**: `1`

The asset failed to process.

### Unspecified

> **Unspecified**: `0`

Unknown reason.