UploadCaptureResult
Describes the outcome of a CaptureService:UploadCaptureAsync() call.
Items 8
| History | Name | Value | Description | |
|---|---|---|---|---|
| 684 | Success | 0 | The capture was successfully uploaded and registered as an asset. | |
| 684 | NeedPermission | 1 | The experience has not been granted developer gallery read and upload permission, so the capture cannot be uploaded. | |
| 684 | CaptureModerated | 2 | The capture was rejected by Roblox content moderation and cannot be uploaded. | |
| 684 | CaptureNotInGallery | 3 | The capture no longer exists in the user's gallery and cannot be uploaded. | |
| 684 | IneligibleCapture | 4 | The capture is not eligible for upload to this experience, either because it is a permanent system capture or the experience permissions grant was rejected. | |
| 697 | UploadQuotaReached | 5 | The user has reached their daily capture upload quota and the upload was not completed. | |
| 711 | UploadPending | 6 | The upload is still in progress and the asset has not yet been assigned an ID; poll CaptureService:CheckUploadCaptureStatusAsync() again to check for completion. | |
| 711 | UploadFailed | 7 | The upload completed but a backend processing error occurred, so the capture was not saved as an asset. |
Description
Represents the result of uploading a capture to the asset system.
History 9
- 711 Add UploadPending
- 711 Add UploadFailed
- 697 Add UploadQuotaReached
- 684 Add Success
- 684 Add NeedPermission
- 684 Add IneligibleCapture
- 684 Add CaptureNotInGallery
- 684 Add CaptureModerated
- 684 Add UploadCaptureResult