jsonpatch_errc.md

May 24, 2023 ยท View on GitHub

jsoncons::jsonpatch::jsonpatch_errc

#include <jsoncons_ext/jsonpatch/jsonpatch_error.hpp>

The constant integer values scoped by jsonpatch_errc define the values for jsonpatch error codes.

Member constants

constantDescription
invalid_patchInvalid JSON Patch document
test_failedJSON Patch test operation failed
add_failedJSON Patch add operation failed
remove_failedJSON Patch remove operation failed
replace_failedJSON Patch replace operation failed
move_failedJSON Patch move operation failed
copy_failedJSON Patch copy operation failed