---
name: VideoError
last_updated: 2026-06-11T23:11:58Z
type: enum
---

# VideoError

**Type:** enum

## Items

| Name | Value | Description |
|------|-------|-------------|
| `Ok` | 0 |  |
| `Eof` | 1 |  |
| `EAgain` | 2 |  |
| `BadParameter` | 3 |  |
| `AllocFailed` | 4 |  |
| `CodecInitFailed` | 5 |  |
| `CodecCloseFailed` | 6 |  |
| `DecodeFailed` | 7 |  |
| `ParsingFailed` | 8 |  |
| `Unsupported` | 9 |  |
| `Generic` | 10 |  |
| `DownloadFailed` | 11 |  |
| `StreamNotFound` | 12 |  |
| `EncodeFailed` | 13 |  |
| `CreateFailed` | 14 |  |
| `NoPermission` | 15 |  |
| `NoService` | 16 |  |
| `ReleaseFailed` | 17 |  |
| `Unknown` | 18 |  |