---
name: CreateContentResult
last_updated: 2026-06-25T22:10:52Z
type: enum
---

# CreateContentResult

**Type:** enum

## Items

| Name | Value | Description |
|------|-------|-------------|
| `Success` | 1 | Success. |
| `PermissionDenied` | 2 | The user does not have the required permissions to perform this operation. |
| `UploadFailed` | 3 | Asset failed to upload. |
| `StorageLimitExceeded` | 4 | The storage budget limit for [DataModel](/docs/reference/engine/classes/DataModel.md)-scoped content was exceeded. |
| `Unknown` | 5 | An unknown error occurred. |