JsonPatchError Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |