MultipleOperationResult (Type)
Structure whose members contain information about the result of operations performed on multiple items; for example, the number of times that the operation succeeded and both security and non-security failures.
Based On:
Structure
Structure Fields:
| Field Name | Type | Description |
|---|---|---|
| otherError | NonNegativeInteger | The number of items whose operation failed for non-security reasons. |
| securityError | NonNegativeInteger | The number of items whose operation failed because of security restrictions. |
| success | NonNegativeInteger | The number of items where the operation was successful. |
Error Message:
None