View Source Jsonpatch.Error (Jsonpatch v2.0.0)

Describe an error that occured while patching.

Link to this section Summary

Link to this section Types

@type t() :: %Jsonpatch.Error{
  patch: Jsonpatch.t(),
  patch_index: non_neg_integer(),
  reason: Jsonpatch.Types.error_reason()
}