create: Output items

In this section, you can find the descriptions of the output items for create operation depending on the value you select on the General tab.

The output items for the create operation are as follows:
Output Item Data Type Description
failureList Complex Contains list of tag names, its error code and error description.
pointsCreated Integer Number of points created.
The attributes in failureList are as follows:
Output Item Data Type Description
tagName String Name of the tag which failed while setting tag value.
errorCode String Error code returned when there is any exception while setting a tag value.
errorDesc String Error description when there is any exception while setting a tag value.