Share via


JsonPatchError Class

Definition

Captures error message and the related entity and the operation that caused it.

public ref class JsonPatchError
public class JsonPatchError
type JsonPatchError = class
Public Class JsonPatchError
Inheritance
JsonPatchError

Constructors

JsonPatchError(Object, Operation, String)

Initializes a new instance of JsonPatchError.

Properties

AffectedObject

Gets the object that is affected by the error.

ErrorMessage

Gets the error message.

Operation

Gets the Operation that caused the error.

Applies to