CreateOutfitFailure
Indicates why a AvatarEditorService:PromptCreateOutfit() call failed.
Items 3
| History | Name | Value | Description | |
|---|---|---|---|---|
| 482 | InvalidName | 1 | The outfit name provided by the player was rejected as invalid. | |
| 482 | OutfitLimitReached | 2 | The player has reached the maximum number of saved outfits. | |
| 482 | Other | 3 | The outfit creation failed for an unspecified or unrecognized reason. |
Description
Indicates the reason a AvatarEditorService:PromptCreateOutfit() call did not successfully create an outfit. The failure code is surfaced through the AvatarEditorService.PromptCreateOutfitCompleted event alongside an AvatarPromptResult.Failed result.
History 4
- 482 Add OutfitLimitReached
- 482 Add Other
- 482 Add InvalidName
- 482 Add CreateOutfitFailure