PromptPublishAssetResult
Describes the result of an AssetService:PromptCreateAssetAsync() call.
Items 6
| History | Name | Value | Description | |
|---|---|---|---|---|
| 567 | Success | 1 | The asset was published successfully. | |
| 567 | PermissionDenied | 2 | The user explicitly denied the consent prompt required to publish the asset. | |
| 567 | Timeout | 3 | The publish flow timed out, typically because the user disconnected or left the experience during the consent prompt. | |
| 567 | UploadFailed | 4 | The asset upload to the Roblox backend failed after consent was granted. | |
| 567 | NoUserInput | 5 | The user did not grant or deny the consent prompt before the window expired. | |
| 580 | UnknownFailure | 6 | The publish failed for an unspecified or unexpected reason. |
Description
Describes the result of an AssetService:PromptCreateAssetAsync() call. The result is returned to the experience server after the publish flow completes, regardless of whether the publish succeeded or failed.
This enum was also used with the now-deprecated OpenPublishResultModal
event. The current equivalent is PromptCreateAssetResult, which is
returned by the OpenCreateResultModal event and is the result type for
AssetService:PromptCreateAssetAsync().
History 7
- 580 Add UnknownFailure
- 567 Add UploadFailed
- 567 Add Timeout
- 567 Add Success
- 567 Add PermissionDenied
- 567 Add NoUserInput
- 567 Add PromptPublishAssetResult