Diffusion Apple API 6.12.1
Unified Client Library for iOS, tvOS and OS X / macOS
Loading...
Searching...
No Matches
PTDiffusionJSONPatchResult Class Reference

Result of calls to the Partial Update feature. More...

#include <PTDiffusionJSONPatchResult.h>

Inheritance diagram for PTDiffusionJSONPatchResult:

Properties

NSNumber * failedOperation
 an optional NSNumber which if non-null, contains the index of the first operation which failed

Detailed Description

Result of calls to the Partial Update feature.

See applyJsonPatch:toPath:completionHandler: (PTDiffusionTopicUpdateFeature) and applyJsonPatch:toPath:withConstraint:completionHandler: (PTDiffusionTopicUpdateFeature)

Check failedOperation to determine whether any of the operations failed.

Since
6.4