Type Method
invalidObjectPointer(_:component:availableObjectKeys:)
An error indicating that the pointer of a patch operation is invalid for a JSON object.
static func invalidObjectPointer(_ pointer: JSONPointer, component: String, availableObjectKeys: some Collection<String>) -> JSONPatchApplier.Error
Parameters
pointerA pointer to the invalid object the JSON document.
componentThe component that’s causing the pointer to be invalid in the JSON object.
availableObjectKeysThe keys available in the JSON object.