ERROR (ENUM)ΒΆ
TYPE ERROR :
JSON Errors
- InOut:
Name
Initial
Comment
NO_ERROR
0
No error
INDEX_OUT_OF_BOUNDS
1
Array index was out of bounds
NOT_FOUND
2
The requested element can not be found
NULL_POINTER
3
Null pointer
MAX_STRING_SIZE_EXCEEDED
4
Max size of Strings exceeded.
READ_ERROR
5
Read error
INVALID_HANDLE
6
Invalid file handle
FILE_OPEN_ERROR
7
File open error
INVALID_ENCODING
8
Invalid encoding
WRITE_ERROR
9
Write error
UNKNOWN_JSON_TYPE
10
Unknown json type
MAX_FILE_SIZE_EXCEEDED
11
Max size of file exceeded.
INVALID_DECIMAL_PLACE
12
Decimal place is < 0
MAX_OBJECT_DEPTH_EXCEEDED
13
Maximum object depth g_diMaxDepth exceeded
INVALID_KEY_PARENT
14
Parent of a key must be an object.
INVALID_VALUE_PARENT
15
Parent of a value must be an array or a key.
INVALID_LICENSE
16
No valid license found or demo mode has expired.
INVALID_STRUCTURE
17
Invalid JSON structure
NOTSUPPORTED_DATATYPE
18
Datatype is not supported