Namespace: Semata.DataStore
Errors
| Code | Description |
| 0x8fc | Iterator done |
| 0x1100 | AssociationType is invalid for an Item of this type |
| 0x1101 | Association of this type cannot be created between these Items |
| 0x1102 | Association already exists |
| 0x1103 | Association does not exist |
| 0x1200 | AttributeType is invalid for an Item of this type |
| 0x1201 | Value is of the wrong type for this AttributeType |
| 0x1204 | Only valid for strings |
| 0x1700 | Connection in use |
| 0x1701 | Wrong connection |
| 0x1702 | Transaction already stared |
| 0x1703 | Connection closing |
| 0x1901 | Only one connection allowed |
| 0x1902 | Path Buffer Too Small |
| 0x1903 | Invalid Data Store File |
| 0x1904 | Invalid file version |
| 0x1a00 | JSON can only have one root element |
| 0x1a01 | Missing element |
| 0x1a02 | Expected '}' |
| 0x1a03 | Expected ']' |
| 0x1a04 | Expected string |
| 0x1a05 | Expected colon |
| 0x1b00 | Invalid command |
| 0x1b01 | Expected semicolon |
| 0x1b02 | Expected comma |
| 0x1b03 | Expected open round bracket |
| 0x1b04 | Expected close round bracket |
| 0x1b05 | Expected equals |
| 0x1b06 | Expected name |
| 0x1b07 | Expected period |
| 0x1b08 | Expected string |
| 0x1b09 | Expected 'to' |
| 0x1b0a | Out of memory |
| 0x1b0b | Invalid ValueType |
| 0x1b0c | No datastore connection |
| 0x1b0d | Invalid type |
| 0x1b0e | Expected integer |
| 0x2101 | Invalid handle |
| 0x2102 | Handle wrong type |
| 0x2103 | Handle object deleted |
| 0x2104 | Handle invalid Type |
| 0x2105 | Handle object null |
| 0x2300 | Invalid Licence |
| 0x2302 | Not licenced |
| 0x2305 | Could not deactivate |
| 0x2306 | Could not get field |
| 0x3000 | Invalid name - cannot be null |
| 0x3001 | Invalid name - first character must be alphabetic |
| 0x3002 | Invalid name - alphanumeric or _ |
| 0x3103 | Packet deleted |
| 0x3501 | Already in transaction |
| 0x3502 | Not in transaction |
| 0x3900 | ItemType has Items |
| 0x3901 | ItemType has AttributeTypes |
| 0x3902 | ItemType has AssociationTypes |
| 0x3903 | ItemType with this name already exists |
| 0x3904 | AttributeType with this name exists |
| 0x3905 | AssociationType with this name exists |
| 0x3906 | ItemType does not exist |
| 0x4000 | AttributeType has Items |
| 0x4002 | AttributeType does not exist |
| 0x4100 | Association type has items |
| 0x4101 | Association type does not exist |
| 0x4102 | Associate of this Item type already exists |
| 0x4103 | Associate of this Item type does not exist |
| 0x5000 | Invalid json |