Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface JsonPatchResult

Result of applyJsonPatch. Check failedOperation to determine whether any of the operations failed.

since

6.4

Hierarchy

  • JsonPatchResult

Index

Properties

Properties

Optional failedOperation

failedOperation: undefined | number

If present, this contains the index of the first operation which failed.