Table of Contents

Interface IJSONPatchResult

Namespace
PushTechnology.ClientInterface.Client.Features
Assembly
Diffusion.Client.dll
public interface IJSONPatchResult

Remarks

Check FailedOperation to determine whether any of the operations failed.

Properties

FailedOperation

Gets the index of the first operation that failed, or null if no operation failed.

int? FailedOperation { get; }

Property Value

int?

The index of the first operation that failed, or null if no operation failed.