Workshop Item Data Create Status
Like what your seeing?
Support us as a GitHub Sponsor and get instant access to all our assets, exclusive tools and assets, escalated support and issue tracking and our gratitude. These articles are made possible by our GitHub Sponsors ... become a sponsor today!
Introduction
Used with the User Generated Content interface and the WorkshopItemData tool.
The structure provides details on the completed create operation including access to the resulting Workshop Item and the native callback results from Steam API.
Definition
Fields and Attributes
hasError
Indicates rather or not this process ended in error. This will be true if either the create or update steps had a fault.
errorMessage
If any this will contain the error message related to the fault.
data
The WorkshopItemData that created this response and that contains details about the object.
createItemResult
This is the result status returned by Valve when the create step completes, If this is not a successful result then there will not be a submit item update result. This is a nullable value.
submitItemUpdateResult
This is the result of the update item status returned by Valve when the update step completes. This is a nullable value.
Last updated