Introduction
This class provides results from add item requests
Properties#
| Name | Description |
|---|---|
| instanceId | Gets the instance id of the item that was added |
| itemId | Gets the id of the item that was added |
| success | Gets if the add was completely successful |
| failReason | Gets the reason for a full or partial fail |
| countAdded | Gets the number of the item that was successfully added |
| countRefused | Gets the number of the item was was refused |
| refusedByPlugin | Gets if a plugin was responsible for refusing the item |
| refusingPlugin | Gets the name of the plugin that make the refusal |
| originalInstanceId | Gets the instance id of the item that was sent before add |