Remove SUCCESS_AND_HAS_MORE (internal only value)

This commit is contained in:
John Keiser
2020-06-04 18:28:24 -07:00
parent 3e226795f0
commit d43a4e9df9
3 changed files with 1 additions and 4 deletions
-1
View File
@@ -5,7 +5,6 @@ namespace internal {
SIMDJSON_DLLIMPORTEXPORT const error_code_info error_codes[] {
{ SUCCESS, "No error" },
{ SUCCESS_AND_HAS_MORE, "No error and buffer still has more data" },
{ CAPACITY, "This parser can't support a document that big" },
{ MEMALLOC, "Error allocating memory, we're most likely out of memory" },
{ TAPE_ERROR, "The JSON document has an improper structure: missing or superfluous commas, braces, missing keys, etc." },