SwiftDocCJSONPatchApplierJSONPatchApplier.ErrorEnumerationJSONPatchApplier.ErrorAn error that occurred during the application of a JSON patch.enum ErrorTopicsEnumeration Casescase invalidArrayPointer(JSONPointer, index: String, arrayCount: Int)An error indicating that the pointer of a patch operation is invalid for a JSON array.case invalidObjectPointer(JSONPointer, component: String, availableKeys: [String])An error indicating that the pointer of a patch operation is invalid for a JSON object.case invalidPatchAn error indicating that a patch operation is invalid.case invalidValuePointer(JSONPointer, component: String, jsonValue: String)An error indicating that the pointer of a patch operation is invalid for a JSON value.Instance Propertiesvar errorDescription: StringType Methodsstatic func invalidObjectPointer(JSONPointer, component: String, availableObjectKeys: some Collection<String>) -> JSONPatchApplier.ErrorAn error indicating that the pointer of a patch operation is invalid for a JSON object.