TeamCreateErrorState
Indicates the outcome of a Team Create place-upload attempt, as reported by
the TeamCreateErrorStatus event on TeamCreatePublishService.
Items 4
| History | Name | Value | Description | |
|---|---|---|---|---|
| 650 | PlaceSizeTooLarge | 0 | The serialized place size has exceeded the hard upload limit and the save was aborted. | |
| 650 | PlaceSizeApproachingLimit | 1 | The serialized place size has reached or exceeded the public warning threshold but is still below the hard upload limit. | |
| 693 | PlaceUploadFailing | 2 | Repeated upload attempts have failed due to HTTP or network errors, and the consecutive-failure count has reached the configured warning threshold. | |
| 693 | NoError | 3 | The place serialized and uploaded successfully with no size-limit issues detected. |
Description
TeamCreateErrorState is fired as the result argument of
TeamCreatePublishService.TeamCreateErrorStatus after each Team Create
auto-save or publish attempt. Studio clients use this value to update status
indicators and surface warnings or errors to collaborators. Values reflect the
outcome of serializing the place and comparing its size against the configured
thresholds.
History 7
- 693 Add PlaceUploadFailing
- 693 Change Index of NoError from 2 to 3
- 693 Change Value of NoError from 2 to 3
- 650 Add PlaceSizeTooLarge
- 650 Add PlaceSizeApproachingLimit
- 650 Add NoError
- 650 Add TeamCreateErrorState