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

# UploadCaptureResult

**Type:** enum

## Description

Represents the result of uploading a capture to the asset system.

## Items

| Name | Value | Description |
|------|-------|-------------|
| `Success` | 0 |  |
| `NeedPermission` | 1 |  |
| `CaptureModerated` | 2 |  |
| `CaptureNotInGallery` | 3 |  |
| `IneligibleCapture` | 4 |  |
| `UploadQuotaReached` | 5 |  |
| `UploadPending` | 6 |  |
| `UploadFailed` | 7 |  |