    

 ## On this page

  

 

 # dynamic\_visualization\_store\_error\_codes.h File Reference

 Last update: 16.07.2025 

Contains errors used in the DVS C/C++ API. [More...](#details)

`#include <stdint.h>`  


[Go to the source code of this file.](dynamic__visualization__store__error__codes_8h_source.html)

## <a id="define-members" name="define-members"></a>Macros

\#define [DVS\_PARAM\_NULL](#a38e0cdcf6ce1713fb9eb13576fef3eaf) -100 Param passed into method was NULL when it should not be.   
 \#define [DVS\_PARAM\_INVALID\_SIZE](#acdcc465d26d012c099863c9f4e5bdfa9) -101 Param passed in was of invalid size.   
 \#define [DVS\_PARAM\_OUT\_OF\_BOUNDS](#acc7d005f0fc92ff0c35281bd426ce3cc) -102 A parameter index was out of bounds.   
 \#define [DVS\_INVALID\_ID](#a38f8936157ddbc1944daa2ba3136bfa4) -103 Invalid ID passed in.   
 \#define [DVS\_PARAM\_INVALID\_VAR](#a253b6d1c4b726be2c671a0cf2a429950) -104 Invalid variable passed in.   
 \#define [DVS\_PARAM\_INVALID\_VAR\_LOC](#af9fb37f098533ab13657a90681315b90) -105 Invalid variable location passed in.   
 \#define [DVS\_PARAM\_INVALID\_OBJECT](#a59583df111e112de252fde42cff5ce6e) -106 Invalid object passed in.   
 \#define [DVS\_PARAM\_INVALID\_OBJECT\_TYPE](#adb11c8275b7f0a0522fa12b5344c94b1) -107 Invalid object type passed in.   
 \#define [DVS\_PARAM\_INVALID\_TIME](#a7471160feb84da63d95d6c477c1c112d) -108 Invalid time passed in.   
 \#define [DVS\_PARAM\_OBJECT\_DATASET\_MISMATCH](#af18b10f6c4b2d71a5bd73cc978dc207f) -109 Objects passed in belong to different datasets.   
 \#define [DVS\_PARAM\_INVALID](#a991ff842def08fb7aeb3e96765465843) -110 Parameter invalid, see error messages.   
 \#define [DVS\_INVALID\_NAME](#a9490d96aea47ae93002e2164f3388e2c) -111 Invalid part name.   
 \#define [DVS\_DUPLICATE\_ELEM\_BLOCK\_TYPE](#ac0b6f1bfe9fa4babbe75a5dcfe6692ac) -112 Duplicate element block of same type added, only one element block should be added for each element type.   
 \#define [DVS\_TRANSPORT\_NULL\_INVALID\_SERVER](#a3aeabbfca5c162d24036dc433739d1b1) -150 Internal error, server failed to be instantiated.   
 \#define [DVS\_TRANSPORT\_SERVICE\_UNAVAILABLE](#a8f9cead720b698834ce60756a8245ab0) -151 Service is unavailable. Potentially increase number of retries and backoff timer.   
 \#define [DVS\_TRANSPORT\_SERVICE\_FAILURE](#a5278bf30fbc14f0471243a9b186708a5) -152 Unrecoverable error, turn on verbose logging to get more information, might be fine depending on use.   
 \#define [DVS\_ID\_INVALID](#ace505cba0aaf23efa56f27ef0b5f8dfc) -200 Server or client ID is not valid.   
 \#define [DVS\_ID\_INVALID\_TYPE](#a60a028020e32066ebc2abbbbe6695bee) -201 Client ID used for Server ID or Server ID used for Client ID.   
 \#define [DVS\_ID\_NO\_VALID\_SERVER](#ae8fbab61e536e8b2ee7218a038cf8ece) -202 Server ID is not valid or server instance no longer valid.   
 \#define [DVS\_ID\_NO\_VALID\_SESSION](#affa3bea2b7e9157b78d9c1d5689093c4) -203 Session ID for client is not valid or client instance no longer valid.   
 \#define [DVS\_ID\_OUT\_OF\_IDS](#a1ed031d8a21d42fa6bac0d2584050c93) -204 Maximum number of clients 1,048,575 reached.   
 \#define [DVS\_SERVER\_START\_FAILED](#ac371b997ba2d3e8625d2b03e7eeffbfb) -300 Internal error, server failed to start.   
 \#define [DVS\_SERVER\_ALREADY\_STARTED](#ab5eb980bd5a675198578c2d70bb628f8) -301 Server was already previously started.   
 \#define [DVS\_SERVER\_NOT\_STARTED](#ae6698f7ca4f01e0588183b3081f31e67) -302 DVS server terminating.   
 \#define [DVS\_SERVER\_FAILED\_INIT](#abb787175fdb1c48324d6fa5d21338aa3) -303 DVS server failed to initialize.   
 \#define [DVS\_SERVER\_FAILED\_SYNC\_RANKS](#a6aab715fe03138335d33c51734c5df13) -304 DVS server failed syncing ranks, servers disagree on number of ranks.   
 \#define [DVS\_SERVER\_FAILED\_DEFINITIONS\_MERGE](#a2619e1d7638ffd5e6b2606e62be8c242) -305 Merging definitions across server failed, definitions across servers do not match up.   
 \#define [DVS\_SERVER\_FAILED\_TIMELINE\_SYNC](#a09d9cbd7bcfd9f5a6098e40e4c1ade42) -306 Syncing timelines between servers failed.   
 \#define [DVS\_SERVER\_FAILED\_READER\_CREATE](#ace7a1f90d90090c38a5f1a5067dac384) -307 Internal error for fatal error.   
 \#define [DVS\_SERVER\_WAIT\_TIMEOUT](#a19cf1e588b91f501534311012bf428c9) -308 Timeout occured, increase wait time if unintended.   
 \#define [DVS\_SERVER\_CACHE\_NOT\_ACCESSIBLE](#a863800ad689e30effa651705e8ff7278) -309 The cache is not available for write.   
 \#define [DVS\_SERVER\_QUERY\_FAILED](#ad7bc3686b4c5f1a6721efa8a7f576f38) -310 The server query cannot be created yet.   
 \#define [DVS\_SERVER\_TERMINATING](#a56c80c7209e07a53580486c5b7c462ac) 300 DVS server terminating.   
 \#define [DVS\_CLIENT\_INVALID\_TRANSPORT](#a1a9fe3336207ecb452fd955aaff81194) -400 Internal error, tranport layer failed to instantiate.   
 \#define [DVS\_DATASET\_NAME\_EMPTY](#afb514fe908555095153fa0c06137aefc) -500 Dataset name passed in is empty.   
 \#define [DVS\_NO\_DATA](#af81828d5fc96eec8fc603ed7f7bf8940) -502 This object has no data.   
 \#define [DVS\_METADATA\_NO\_HASH\_OFFSET\_TABLE](#a66733044e74ab242ce6ecf94072f06ec) -600 Internal error in case of table not available. Needed for backward compatibility.   
 \#define [DVS\_METADATA\_HASH\_OFFSET\_TABLE\_BACKCOMPAT](#a7c587fcdbc8d28afaf9823c351ca4cc8) -601 Internal error in case of table avaiable but with negative values. Needed for backward compatibility.   
 \#define [DVS\_INVALID\_STRUCTURED\_DATA](#afdc4afc773568bcac998c26ba93e91a6) -700 Internal error, structured data structure is invalid.   
 \#define [DVS\_INVALID\_ELEMENT\_TYPE](#a54a8b7818996b5ec66ac6d97f4dd6061) -701 The element type is invalid for this method.   
 \#define [DVS\_INVALID\_MESH\_TYPE](#a28a95357eedffd7749f76e93b7b71358) -702 Invalid mesh type for this method.   
 \#define [DVS\_INVALID\_CONNECTIVITY\_RANGE](#abc6389f4e500de0977a65f626545ba65) -703 Connectivity index higher than number of nodes (should be zero based)   
 \#define [DVS\_TYPE\_MISMATCH](#a066dc9db3f56d47d76bf9691a60afce4) -704 Mismatched DVS data types.   
 \#define [DVS\_VERSION\_MISMATCH](#adc4e96717d505d0ef3abc6f8c5aab584) -800 Invalid version, please update client and server to match.   
 \#define [DVS\_VERSION\_UNKNOWN](#aa868448478d42e79c26830f67bf89081) -801 Unknown version, please update client and server to match.   
 \#define [DVS\_QUERY\_INVALID\_FILTER](#a48a521ee0d0edb67897912b3921ded0b) -900 Filter is incorrectly formed.   
 \#define [DVS\_QUERY\_INVALID\_URI](#a198e7ec145a9d81ee152f94ebcf58f54) -901 URI is incorrectly formed.   
 \#define [DVS\_QUERY\_HAS\_CHILDREN](#a49abd540100e9f2db6b3caf62634569c) -903 A query cannot be modified if it still has child chained queries.   
 \#define [DVS\_HASH\_NOT\_FOUND](#aeee185bd2fe3d398c376ceb33f54e5fd) -8 Hash not found in cache when it should be, data invalid.   
 \#define [DVS\_METADATA\_ERROR](#a0faf5ec02d2b9244d5ee0953a9d2ff84) -7 Error loading metadata.   
 \#define [DVS\_CACHE\_EMPTY](#a9a42eabb8d4e1e16fd689aee51e2c11f) -6 No server folders in cache.   
 \#define [DVS\_CACHE\_MISSING\_SERVERS](#aff3fd07ec1db2e1b2eb0775fe05beedb) -5 Gaps in number of servers, data corrupt?   
 \#define [DVS\_INVALID\_HASH](#a266a56a3c0d6f1a9a7de28a0ed986c69) -4 Object hash is invalid, should not happen.   
 \#define [DVS\_DATA\_FAILED\_LOAD](#ae730e5a16b76d31e581c531b5fa5b0d9) -3 Data failed to load from the cache, potentially doesn't exist.   
 \#define [DVS\_INVALID\_CACHE](#a7f10de9937c1df1f714d697915784ac4) -2 There was an error creating/accessing the cache, might not exist or not readable (bad permissions?)   
 \#define [DVS\_UNKNOWN](#afa18e57baf3bff24155a96ada7c8127b) -1 Unknown error, notify developers.   
 \#define [DVS\_NONE](#a83b88ce16159d34fe5ce63e7024462a7) 0 No detected error has occurred.   
 \#define [DVS\_RANK\_NOT\_INITIALIZED](#ab0b92e44aa87f8c0492a192a04547a36) 100 Begin update or delete item called on unintialized rank, call begin/end init sequence.   
 \#define [DVS\_OTHER\_RANKS\_NOT\_INITIALIZED](#a6f9ee61e5c6d85f42d2e21796d217b44) 101 Other ranks on server have not yet called begin/end init sequence.   
 \#define [DVS\_RANK\_REINITIALIZING](#ad04b5c3cbfdbb5d3cfebbfcc41ec7292) 102 Waiting for reinitializing to occur, other ranks may not have called it yet.   
 \#define [DVS\_RANK\_NOT\_REINITIALIZED](#a43a46aafb7336ede05d111ef65aa877c) 103 Other ranks have started reinitializing but this one did not, call begin/end init sequence.   
 \#define [DVS\_RANK\_ALREADY\_REINITIALIZED](#aab49d592787b55e73cd074a7030d0217) 104 Begin init already called but server has not finished reinitializing yet.   
 \#define [DVS\_REINITIALIZE\_WAITING\_MERGE](#a01f7d7bd785a44fe33885b89f86f248d) 105 Waiting on merge of definitions to occur.   
 \#define [DVS\_DELETE\_BAD\_QUERY](#a5665df8b7c763378dd7eed3cd11b9797) 109 A bad filter has been given to the delete\_item call.   
 ## <a id="typedef-members" name="typedef-members"></a>Typedefs

typedef int32\_t [dvs\_ret](#a1d7466ae72e89fe36cbf2408b4f7d9c1) Return value of methods, TODO.   
 <a id="details" name="details"></a>## Detailed Description

Contains errors used in the DVS C/C++ API.

Definition in file [dynamic\_visualization\_store\_error\_codes.h](dynamic__visualization__store__error__codes_8h_source.html).



## Macro Definition Documentation

<a id="a9a42eabb8d4e1e16fd689aee51e2c11f" name="a9a42eabb8d4e1e16fd689aee51e2c11f"></a>## [◆ ](#a9a42eabb8d4e1e16fd689aee51e2c11f)DVS\_CACHE\_EMPTY

 \#define DVS\_CACHE\_EMPTY -6

No server folders in cache.

Definition at line [97](dynamic__visualization__store__error__codes_8h_source.html#l00097) of file [dynamic\_visualization\_store\_error\_codes.h](dynamic__visualization__store__error__codes_8h_source.html).





<a id="aff3fd07ec1db2e1b2eb0775fe05beedb" name="aff3fd07ec1db2e1b2eb0775fe05beedb"></a>## [◆ ](#aff3fd07ec1db2e1b2eb0775fe05beedb)DVS\_CACHE\_MISSING\_SERVERS

 \#define DVS\_CACHE\_MISSING\_SERVERS -5

Gaps in number of servers, data corrupt?

Definition at line [98](dynamic__visualization__store__error__codes_8h_source.html#l00098) of file [dynamic\_visualization\_store\_error\_codes.h](dynamic__visualization__store__error__codes_8h_source.html).





<a id="a1a9fe3336207ecb452fd955aaff81194" name="a1a9fe3336207ecb452fd955aaff81194"></a>## [◆ ](#a1a9fe3336207ecb452fd955aaff81194)DVS\_CLIENT\_INVALID\_TRANSPORT

 \#define DVS\_CLIENT\_INVALID\_TRANSPORT -400

Internal error, tranport layer failed to instantiate.

Definition at line [72](dynamic__visualization__store__error__codes_8h_source.html#l00072) of file [dynamic\_visualization\_store\_error\_codes.h](dynamic__visualization__store__error__codes_8h_source.html).





<a id="ae730e5a16b76d31e581c531b5fa5b0d9" name="ae730e5a16b76d31e581c531b5fa5b0d9"></a>## [◆ ](#ae730e5a16b76d31e581c531b5fa5b0d9)DVS\_DATA\_FAILED\_LOAD

 \#define DVS\_DATA\_FAILED\_LOAD -3

Data failed to load from the cache, potentially doesn't exist.

Definition at line [100](dynamic__visualization__store__error__codes_8h_source.html#l00100) of file [dynamic\_visualization\_store\_error\_codes.h](dynamic__visualization__store__error__codes_8h_source.html).





<a id="afb514fe908555095153fa0c06137aefc" name="afb514fe908555095153fa0c06137aefc"></a>## [◆ ](#afb514fe908555095153fa0c06137aefc)DVS\_DATASET\_NAME\_EMPTY

 \#define DVS\_DATASET\_NAME\_EMPTY -500

Dataset name passed in is empty.

Definition at line [74](dynamic__visualization__store__error__codes_8h_source.html#l00074) of file [dynamic\_visualization\_store\_error\_codes.h](dynamic__visualization__store__error__codes_8h_source.html).





<a id="a5665df8b7c763378dd7eed3cd11b9797" name="a5665df8b7c763378dd7eed3cd11b9797"></a>## [◆ ](#a5665df8b7c763378dd7eed3cd11b9797)DVS\_DELETE\_BAD\_QUERY

 \#define DVS\_DELETE\_BAD\_QUERY 109

A bad filter has been given to the delete\_item call.

Definition at line [112](dynamic__visualization__store__error__codes_8h_source.html#l00112) of file [dynamic\_visualization\_store\_error\_codes.h](dynamic__visualization__store__error__codes_8h_source.html).





<a id="ac0b6f1bfe9fa4babbe75a5dcfe6692ac" name="ac0b6f1bfe9fa4babbe75a5dcfe6692ac"></a>## [◆ ](#ac0b6f1bfe9fa4babbe75a5dcfe6692ac)DVS\_DUPLICATE\_ELEM\_BLOCK\_TYPE

 \#define DVS\_DUPLICATE\_ELEM\_BLOCK\_TYPE -112

Duplicate element block of same type added, only one element block should be added for each element type.

Definition at line [47](dynamic__visualization__store__error__codes_8h_source.html#l00047) of file [dynamic\_visualization\_store\_error\_codes.h](dynamic__visualization__store__error__codes_8h_source.html).





<a id="aeee185bd2fe3d398c376ceb33f54e5fd" name="aeee185bd2fe3d398c376ceb33f54e5fd"></a>## [◆ ](#aeee185bd2fe3d398c376ceb33f54e5fd)DVS\_HASH\_NOT\_FOUND

 \#define DVS\_HASH\_NOT\_FOUND -8

Hash not found in cache when it should be, data invalid.

Definition at line [95](dynamic__visualization__store__error__codes_8h_source.html#l00095) of file [dynamic\_visualization\_store\_error\_codes.h](dynamic__visualization__store__error__codes_8h_source.html).





<a id="ace505cba0aaf23efa56f27ef0b5f8dfc" name="ace505cba0aaf23efa56f27ef0b5f8dfc"></a>## [◆ ](#ace505cba0aaf23efa56f27ef0b5f8dfc)DVS\_ID\_INVALID

 \#define DVS\_ID\_INVALID -200

Server or client ID is not valid.

Definition at line [53](dynamic__visualization__store__error__codes_8h_source.html#l00053) of file [dynamic\_visualization\_store\_error\_codes.h](dynamic__visualization__store__error__codes_8h_source.html).





<a id="a60a028020e32066ebc2abbbbe6695bee" name="a60a028020e32066ebc2abbbbe6695bee"></a>## [◆ ](#a60a028020e32066ebc2abbbbe6695bee)DVS\_ID\_INVALID\_TYPE

 \#define DVS\_ID\_INVALID\_TYPE -201

Client ID used for Server ID or Server ID used for Client ID.

Definition at line [54](dynamic__visualization__store__error__codes_8h_source.html#l00054) of file [dynamic\_visualization\_store\_error\_codes.h](dynamic__visualization__store__error__codes_8h_source.html).





<a id="ae8fbab61e536e8b2ee7218a038cf8ece" name="ae8fbab61e536e8b2ee7218a038cf8ece"></a>## [◆ ](#ae8fbab61e536e8b2ee7218a038cf8ece)DVS\_ID\_NO\_VALID\_SERVER

 \#define DVS\_ID\_NO\_VALID\_SERVER -202

Server ID is not valid or server instance no longer valid.

Definition at line [55](dynamic__visualization__store__error__codes_8h_source.html#l00055) of file [dynamic\_visualization\_store\_error\_codes.h](dynamic__visualization__store__error__codes_8h_source.html).





<a id="affa3bea2b7e9157b78d9c1d5689093c4" name="affa3bea2b7e9157b78d9c1d5689093c4"></a>## [◆ ](#affa3bea2b7e9157b78d9c1d5689093c4)DVS\_ID\_NO\_VALID\_SESSION

 \#define DVS\_ID\_NO\_VALID\_SESSION -203

Session ID for client is not valid or client instance no longer valid.

Definition at line [56](dynamic__visualization__store__error__codes_8h_source.html#l00056) of file [dynamic\_visualization\_store\_error\_codes.h](dynamic__visualization__store__error__codes_8h_source.html).





<a id="a1ed031d8a21d42fa6bac0d2584050c93" name="a1ed031d8a21d42fa6bac0d2584050c93"></a>## [◆ ](#a1ed031d8a21d42fa6bac0d2584050c93)DVS\_ID\_OUT\_OF\_IDS

 \#define DVS\_ID\_OUT\_OF\_IDS -204

Maximum number of clients 1,048,575 reached.

Definition at line [57](dynamic__visualization__store__error__codes_8h_source.html#l00057) of file [dynamic\_visualization\_store\_error\_codes.h](dynamic__visualization__store__error__codes_8h_source.html).





<a id="a7f10de9937c1df1f714d697915784ac4" name="a7f10de9937c1df1f714d697915784ac4"></a>## [◆ ](#a7f10de9937c1df1f714d697915784ac4)DVS\_INVALID\_CACHE

 \#define DVS\_INVALID\_CACHE -2

There was an error creating/accessing the cache, might not exist or not readable (bad permissions?)

Definition at line [101](dynamic__visualization__store__error__codes_8h_source.html#l00101) of file [dynamic\_visualization\_store\_error\_codes.h](dynamic__visualization__store__error__codes_8h_source.html).





<a id="abc6389f4e500de0977a65f626545ba65" name="abc6389f4e500de0977a65f626545ba65"></a>## [◆ ](#abc6389f4e500de0977a65f626545ba65)DVS\_INVALID\_CONNECTIVITY\_RANGE

 \#define DVS\_INVALID\_CONNECTIVITY\_RANGE -703

Connectivity index higher than number of nodes (should be zero based)

Definition at line [84](dynamic__visualization__store__error__codes_8h_source.html#l00084) of file [dynamic\_visualization\_store\_error\_codes.h](dynamic__visualization__store__error__codes_8h_source.html).





<a id="a54a8b7818996b5ec66ac6d97f4dd6061" name="a54a8b7818996b5ec66ac6d97f4dd6061"></a>## [◆ ](#a54a8b7818996b5ec66ac6d97f4dd6061)DVS\_INVALID\_ELEMENT\_TYPE

 \#define DVS\_INVALID\_ELEMENT\_TYPE -701

The element type is invalid for this method.

Definition at line [82](dynamic__visualization__store__error__codes_8h_source.html#l00082) of file [dynamic\_visualization\_store\_error\_codes.h](dynamic__visualization__store__error__codes_8h_source.html).





<a id="a266a56a3c0d6f1a9a7de28a0ed986c69" name="a266a56a3c0d6f1a9a7de28a0ed986c69"></a>## [◆ ](#a266a56a3c0d6f1a9a7de28a0ed986c69)DVS\_INVALID\_HASH

 \#define DVS\_INVALID\_HASH -4

Object hash is invalid, should not happen.

Definition at line [99](dynamic__visualization__store__error__codes_8h_source.html#l00099) of file [dynamic\_visualization\_store\_error\_codes.h](dynamic__visualization__store__error__codes_8h_source.html).





<a id="a38f8936157ddbc1944daa2ba3136bfa4" name="a38f8936157ddbc1944daa2ba3136bfa4"></a>## [◆ ](#a38f8936157ddbc1944daa2ba3136bfa4)DVS\_INVALID\_ID

 \#define DVS\_INVALID\_ID -103

Invalid ID passed in.

Definition at line [38](dynamic__visualization__store__error__codes_8h_source.html#l00038) of file [dynamic\_visualization\_store\_error\_codes.h](dynamic__visualization__store__error__codes_8h_source.html).





<a id="a28a95357eedffd7749f76e93b7b71358" name="a28a95357eedffd7749f76e93b7b71358"></a>## [◆ ](#a28a95357eedffd7749f76e93b7b71358)DVS\_INVALID\_MESH\_TYPE

 \#define DVS\_INVALID\_MESH\_TYPE -702

Invalid mesh type for this method.

Definition at line [83](dynamic__visualization__store__error__codes_8h_source.html#l00083) of file [dynamic\_visualization\_store\_error\_codes.h](dynamic__visualization__store__error__codes_8h_source.html).





<a id="a9490d96aea47ae93002e2164f3388e2c" name="a9490d96aea47ae93002e2164f3388e2c"></a>## [◆ ](#a9490d96aea47ae93002e2164f3388e2c)DVS\_INVALID\_NAME

 \#define DVS\_INVALID\_NAME -111

Invalid part name.

Definition at line [46](dynamic__visualization__store__error__codes_8h_source.html#l00046) of file [dynamic\_visualization\_store\_error\_codes.h](dynamic__visualization__store__error__codes_8h_source.html).





<a id="afdc4afc773568bcac998c26ba93e91a6" name="afdc4afc773568bcac998c26ba93e91a6"></a>## [◆ ](#afdc4afc773568bcac998c26ba93e91a6)DVS\_INVALID\_STRUCTURED\_DATA

 \#define DVS\_INVALID\_STRUCTURED\_DATA -700

Internal error, structured data structure is invalid.

Definition at line [81](dynamic__visualization__store__error__codes_8h_source.html#l00081) of file [dynamic\_visualization\_store\_error\_codes.h](dynamic__visualization__store__error__codes_8h_source.html).





<a id="a0faf5ec02d2b9244d5ee0953a9d2ff84" name="a0faf5ec02d2b9244d5ee0953a9d2ff84"></a>## [◆ ](#a0faf5ec02d2b9244d5ee0953a9d2ff84)DVS\_METADATA\_ERROR

 \#define DVS\_METADATA\_ERROR -7

Error loading metadata.

Definition at line [96](dynamic__visualization__store__error__codes_8h_source.html#l00096) of file [dynamic\_visualization\_store\_error\_codes.h](dynamic__visualization__store__error__codes_8h_source.html).





<a id="a7c587fcdbc8d28afaf9823c351ca4cc8" name="a7c587fcdbc8d28afaf9823c351ca4cc8"></a>## [◆ ](#a7c587fcdbc8d28afaf9823c351ca4cc8)DVS\_METADATA\_HASH\_OFFSET\_TABLE\_BACKCOMPAT

 \#define DVS\_METADATA\_HASH\_OFFSET\_TABLE\_BACKCOMPAT -601

Internal error in case of table avaiable but with negative values. Needed for backward compatibility.

Definition at line [79](dynamic__visualization__store__error__codes_8h_source.html#l00079) of file [dynamic\_visualization\_store\_error\_codes.h](dynamic__visualization__store__error__codes_8h_source.html).





<a id="a66733044e74ab242ce6ecf94072f06ec" name="a66733044e74ab242ce6ecf94072f06ec"></a>## [◆ ](#a66733044e74ab242ce6ecf94072f06ec)DVS\_METADATA\_NO\_HASH\_OFFSET\_TABLE

 \#define DVS\_METADATA\_NO\_HASH\_OFFSET\_TABLE -600

Internal error in case of table not available. Needed for backward compatibility.

Definition at line [78](dynamic__visualization__store__error__codes_8h_source.html#l00078) of file [dynamic\_visualization\_store\_error\_codes.h](dynamic__visualization__store__error__codes_8h_source.html).





<a id="af81828d5fc96eec8fc603ed7f7bf8940" name="af81828d5fc96eec8fc603ed7f7bf8940"></a>## [◆ ](#af81828d5fc96eec8fc603ed7f7bf8940)DVS\_NO\_DATA

 \#define DVS\_NO\_DATA -502

This object has no data.

Definition at line [76](dynamic__visualization__store__error__codes_8h_source.html#l00076) of file [dynamic\_visualization\_store\_error\_codes.h](dynamic__visualization__store__error__codes_8h_source.html).





<a id="a83b88ce16159d34fe5ce63e7024462a7" name="a83b88ce16159d34fe5ce63e7024462a7"></a>## [◆ ](#a83b88ce16159d34fe5ce63e7024462a7)DVS\_NONE

 \#define DVS\_NONE 0

No detected error has occurred.

Definition at line [103](dynamic__visualization__store__error__codes_8h_source.html#l00103) of file [dynamic\_visualization\_store\_error\_codes.h](dynamic__visualization__store__error__codes_8h_source.html).





<a id="a6f9ee61e5c6d85f42d2e21796d217b44" name="a6f9ee61e5c6d85f42d2e21796d217b44"></a>## [◆ ](#a6f9ee61e5c6d85f42d2e21796d217b44)DVS\_OTHER\_RANKS\_NOT\_INITIALIZED

 \#define DVS\_OTHER\_RANKS\_NOT\_INITIALIZED 101

Other ranks on server have not yet called begin/end init sequence.

Definition at line [106](dynamic__visualization__store__error__codes_8h_source.html#l00106) of file [dynamic\_visualization\_store\_error\_codes.h](dynamic__visualization__store__error__codes_8h_source.html).





<a id="a991ff842def08fb7aeb3e96765465843" name="a991ff842def08fb7aeb3e96765465843"></a>## [◆ ](#a991ff842def08fb7aeb3e96765465843)DVS\_PARAM\_INVALID

 \#define DVS\_PARAM\_INVALID -110

Parameter invalid, see error messages.

Definition at line [45](dynamic__visualization__store__error__codes_8h_source.html#l00045) of file [dynamic\_visualization\_store\_error\_codes.h](dynamic__visualization__store__error__codes_8h_source.html).





<a id="a59583df111e112de252fde42cff5ce6e" name="a59583df111e112de252fde42cff5ce6e"></a>## [◆ ](#a59583df111e112de252fde42cff5ce6e)DVS\_PARAM\_INVALID\_OBJECT

 \#define DVS\_PARAM\_INVALID\_OBJECT -106

Invalid object passed in.

Definition at line [41](dynamic__visualization__store__error__codes_8h_source.html#l00041) of file [dynamic\_visualization\_store\_error\_codes.h](dynamic__visualization__store__error__codes_8h_source.html).





<a id="adb11c8275b7f0a0522fa12b5344c94b1" name="adb11c8275b7f0a0522fa12b5344c94b1"></a>## [◆ ](#adb11c8275b7f0a0522fa12b5344c94b1)DVS\_PARAM\_INVALID\_OBJECT\_TYPE

 \#define DVS\_PARAM\_INVALID\_OBJECT\_TYPE -107

Invalid object type passed in.

Definition at line [42](dynamic__visualization__store__error__codes_8h_source.html#l00042) of file [dynamic\_visualization\_store\_error\_codes.h](dynamic__visualization__store__error__codes_8h_source.html).





<a id="acdcc465d26d012c099863c9f4e5bdfa9" name="acdcc465d26d012c099863c9f4e5bdfa9"></a>## [◆ ](#acdcc465d26d012c099863c9f4e5bdfa9)DVS\_PARAM\_INVALID\_SIZE

 \#define DVS\_PARAM\_INVALID\_SIZE -101

Param passed in was of invalid size.

Definition at line [36](dynamic__visualization__store__error__codes_8h_source.html#l00036) of file [dynamic\_visualization\_store\_error\_codes.h](dynamic__visualization__store__error__codes_8h_source.html).





<a id="a7471160feb84da63d95d6c477c1c112d" name="a7471160feb84da63d95d6c477c1c112d"></a>## [◆ ](#a7471160feb84da63d95d6c477c1c112d)DVS\_PARAM\_INVALID\_TIME

 \#define DVS\_PARAM\_INVALID\_TIME -108

Invalid time passed in.

Definition at line [43](dynamic__visualization__store__error__codes_8h_source.html#l00043) of file [dynamic\_visualization\_store\_error\_codes.h](dynamic__visualization__store__error__codes_8h_source.html).





<a id="a253b6d1c4b726be2c671a0cf2a429950" name="a253b6d1c4b726be2c671a0cf2a429950"></a>## [◆ ](#a253b6d1c4b726be2c671a0cf2a429950)DVS\_PARAM\_INVALID\_VAR

 \#define DVS\_PARAM\_INVALID\_VAR -104

Invalid variable passed in.

Definition at line [39](dynamic__visualization__store__error__codes_8h_source.html#l00039) of file [dynamic\_visualization\_store\_error\_codes.h](dynamic__visualization__store__error__codes_8h_source.html).





<a id="af9fb37f098533ab13657a90681315b90" name="af9fb37f098533ab13657a90681315b90"></a>## [◆ ](#af9fb37f098533ab13657a90681315b90)DVS\_PARAM\_INVALID\_VAR\_LOC

 \#define DVS\_PARAM\_INVALID\_VAR\_LOC -105

Invalid variable location passed in.

Definition at line [40](dynamic__visualization__store__error__codes_8h_source.html#l00040) of file [dynamic\_visualization\_store\_error\_codes.h](dynamic__visualization__store__error__codes_8h_source.html).





<a id="a38e0cdcf6ce1713fb9eb13576fef3eaf" name="a38e0cdcf6ce1713fb9eb13576fef3eaf"></a>## [◆ ](#a38e0cdcf6ce1713fb9eb13576fef3eaf)DVS\_PARAM\_NULL

 \#define DVS\_PARAM\_NULL -100

Param passed into method was NULL when it should not be.

Definition at line [35](dynamic__visualization__store__error__codes_8h_source.html#l00035) of file [dynamic\_visualization\_store\_error\_codes.h](dynamic__visualization__store__error__codes_8h_source.html).





<a id="af18b10f6c4b2d71a5bd73cc978dc207f" name="af18b10f6c4b2d71a5bd73cc978dc207f"></a>## [◆ ](#af18b10f6c4b2d71a5bd73cc978dc207f)DVS\_PARAM\_OBJECT\_DATASET\_MISMATCH

 \#define DVS\_PARAM\_OBJECT\_DATASET\_MISMATCH -109

Objects passed in belong to different datasets.

Definition at line [44](dynamic__visualization__store__error__codes_8h_source.html#l00044) of file [dynamic\_visualization\_store\_error\_codes.h](dynamic__visualization__store__error__codes_8h_source.html).





<a id="acc7d005f0fc92ff0c35281bd426ce3cc" name="acc7d005f0fc92ff0c35281bd426ce3cc"></a>## [◆ ](#acc7d005f0fc92ff0c35281bd426ce3cc)DVS\_PARAM\_OUT\_OF\_BOUNDS

 \#define DVS\_PARAM\_OUT\_OF\_BOUNDS -102

A parameter index was out of bounds.

Definition at line [37](dynamic__visualization__store__error__codes_8h_source.html#l00037) of file [dynamic\_visualization\_store\_error\_codes.h](dynamic__visualization__store__error__codes_8h_source.html).





<a id="a49abd540100e9f2db6b3caf62634569c" name="a49abd540100e9f2db6b3caf62634569c"></a>## [◆ ](#a49abd540100e9f2db6b3caf62634569c)DVS\_QUERY\_HAS\_CHILDREN

 \#define DVS\_QUERY\_HAS\_CHILDREN -903

A query cannot be modified if it still has child chained queries.

Definition at line [93](dynamic__visualization__store__error__codes_8h_source.html#l00093) of file [dynamic\_visualization\_store\_error\_codes.h](dynamic__visualization__store__error__codes_8h_source.html).





<a id="a48a521ee0d0edb67897912b3921ded0b" name="a48a521ee0d0edb67897912b3921ded0b"></a>## [◆ ](#a48a521ee0d0edb67897912b3921ded0b)DVS\_QUERY\_INVALID\_FILTER

 \#define DVS\_QUERY\_INVALID\_FILTER -900

Filter is incorrectly formed.

Definition at line [90](dynamic__visualization__store__error__codes_8h_source.html#l00090) of file [dynamic\_visualization\_store\_error\_codes.h](dynamic__visualization__store__error__codes_8h_source.html).





<a id="a198e7ec145a9d81ee152f94ebcf58f54" name="a198e7ec145a9d81ee152f94ebcf58f54"></a>## [◆ ](#a198e7ec145a9d81ee152f94ebcf58f54)DVS\_QUERY\_INVALID\_URI

 \#define DVS\_QUERY\_INVALID\_URI -901

URI is incorrectly formed.

Definition at line [91](dynamic__visualization__store__error__codes_8h_source.html#l00091) of file [dynamic\_visualization\_store\_error\_codes.h](dynamic__visualization__store__error__codes_8h_source.html).





<a id="aab49d592787b55e73cd074a7030d0217" name="aab49d592787b55e73cd074a7030d0217"></a>## [◆ ](#aab49d592787b55e73cd074a7030d0217)DVS\_RANK\_ALREADY\_REINITIALIZED

 \#define DVS\_RANK\_ALREADY\_REINITIALIZED 104

Begin init already called but server has not finished reinitializing yet.

Definition at line [109](dynamic__visualization__store__error__codes_8h_source.html#l00109) of file [dynamic\_visualization\_store\_error\_codes.h](dynamic__visualization__store__error__codes_8h_source.html).





<a id="ab0b92e44aa87f8c0492a192a04547a36" name="ab0b92e44aa87f8c0492a192a04547a36"></a>## [◆ ](#ab0b92e44aa87f8c0492a192a04547a36)DVS\_RANK\_NOT\_INITIALIZED

 \#define DVS\_RANK\_NOT\_INITIALIZED 100

Begin update or delete item called on unintialized rank, call begin/end init sequence.

Definition at line [105](dynamic__visualization__store__error__codes_8h_source.html#l00105) of file [dynamic\_visualization\_store\_error\_codes.h](dynamic__visualization__store__error__codes_8h_source.html).





<a id="a43a46aafb7336ede05d111ef65aa877c" name="a43a46aafb7336ede05d111ef65aa877c"></a>## [◆ ](#a43a46aafb7336ede05d111ef65aa877c)DVS\_RANK\_NOT\_REINITIALIZED

 \#define DVS\_RANK\_NOT\_REINITIALIZED 103

Other ranks have started reinitializing but this one did not, call begin/end init sequence.

Definition at line [108](dynamic__visualization__store__error__codes_8h_source.html#l00108) of file [dynamic\_visualization\_store\_error\_codes.h](dynamic__visualization__store__error__codes_8h_source.html).





<a id="ad04b5c3cbfdbb5d3cfebbfcc41ec7292" name="ad04b5c3cbfdbb5d3cfebbfcc41ec7292"></a>## [◆ ](#ad04b5c3cbfdbb5d3cfebbfcc41ec7292)DVS\_RANK\_REINITIALIZING

 \#define DVS\_RANK\_REINITIALIZING 102

Waiting for reinitializing to occur, other ranks may not have called it yet.

Definition at line [107](dynamic__visualization__store__error__codes_8h_source.html#l00107) of file [dynamic\_visualization\_store\_error\_codes.h](dynamic__visualization__store__error__codes_8h_source.html).





<a id="a01f7d7bd785a44fe33885b89f86f248d" name="a01f7d7bd785a44fe33885b89f86f248d"></a>## [◆ ](#a01f7d7bd785a44fe33885b89f86f248d)DVS\_REINITIALIZE\_WAITING\_MERGE

 \#define DVS\_REINITIALIZE\_WAITING\_MERGE 105

Waiting on merge of definitions to occur.

Definition at line [110](dynamic__visualization__store__error__codes_8h_source.html#l00110) of file [dynamic\_visualization\_store\_error\_codes.h](dynamic__visualization__store__error__codes_8h_source.html).





<a id="ab5eb980bd5a675198578c2d70bb628f8" name="ab5eb980bd5a675198578c2d70bb628f8"></a>## [◆ ](#ab5eb980bd5a675198578c2d70bb628f8)DVS\_SERVER\_ALREADY\_STARTED

 \#define DVS\_SERVER\_ALREADY\_STARTED -301

Server was already previously started.

Definition at line [60](dynamic__visualization__store__error__codes_8h_source.html#l00060) of file [dynamic\_visualization\_store\_error\_codes.h](dynamic__visualization__store__error__codes_8h_source.html).





<a id="a863800ad689e30effa651705e8ff7278" name="a863800ad689e30effa651705e8ff7278"></a>## [◆ ](#a863800ad689e30effa651705e8ff7278)DVS\_SERVER\_CACHE\_NOT\_ACCESSIBLE

 \#define DVS\_SERVER\_CACHE\_NOT\_ACCESSIBLE -309

The cache is not available for write.

Definition at line [68](dynamic__visualization__store__error__codes_8h_source.html#l00068) of file [dynamic\_visualization\_store\_error\_codes.h](dynamic__visualization__store__error__codes_8h_source.html).





<a id="a2619e1d7638ffd5e6b2606e62be8c242" name="a2619e1d7638ffd5e6b2606e62be8c242"></a>## [◆ ](#a2619e1d7638ffd5e6b2606e62be8c242)DVS\_SERVER\_FAILED\_DEFINITIONS\_MERGE

 \#define DVS\_SERVER\_FAILED\_DEFINITIONS\_MERGE -305

Merging definitions across server failed, definitions across servers do not match up.

Definition at line [64](dynamic__visualization__store__error__codes_8h_source.html#l00064) of file [dynamic\_visualization\_store\_error\_codes.h](dynamic__visualization__store__error__codes_8h_source.html).





<a id="abb787175fdb1c48324d6fa5d21338aa3" name="abb787175fdb1c48324d6fa5d21338aa3"></a>## [◆ ](#abb787175fdb1c48324d6fa5d21338aa3)DVS\_SERVER\_FAILED\_INIT

 \#define DVS\_SERVER\_FAILED\_INIT -303

DVS server failed to initialize.

Definition at line [62](dynamic__visualization__store__error__codes_8h_source.html#l00062) of file [dynamic\_visualization\_store\_error\_codes.h](dynamic__visualization__store__error__codes_8h_source.html).





<a id="ace7a1f90d90090c38a5f1a5067dac384" name="ace7a1f90d90090c38a5f1a5067dac384"></a>## [◆ ](#ace7a1f90d90090c38a5f1a5067dac384)DVS\_SERVER\_FAILED\_READER\_CREATE

 \#define DVS\_SERVER\_FAILED\_READER\_CREATE -307

Internal error for fatal error.

Definition at line [66](dynamic__visualization__store__error__codes_8h_source.html#l00066) of file [dynamic\_visualization\_store\_error\_codes.h](dynamic__visualization__store__error__codes_8h_source.html).





<a id="a6aab715fe03138335d33c51734c5df13" name="a6aab715fe03138335d33c51734c5df13"></a>## [◆ ](#a6aab715fe03138335d33c51734c5df13)DVS\_SERVER\_FAILED\_SYNC\_RANKS

 \#define DVS\_SERVER\_FAILED\_SYNC\_RANKS -304

DVS server failed syncing ranks, servers disagree on number of ranks.

Definition at line [63](dynamic__visualization__store__error__codes_8h_source.html#l00063) of file [dynamic\_visualization\_store\_error\_codes.h](dynamic__visualization__store__error__codes_8h_source.html).





<a id="a09d9cbd7bcfd9f5a6098e40e4c1ade42" name="a09d9cbd7bcfd9f5a6098e40e4c1ade42"></a>## [◆ ](#a09d9cbd7bcfd9f5a6098e40e4c1ade42)DVS\_SERVER\_FAILED\_TIMELINE\_SYNC

 \#define DVS\_SERVER\_FAILED\_TIMELINE\_SYNC -306

Syncing timelines between servers failed.

Definition at line [65](dynamic__visualization__store__error__codes_8h_source.html#l00065) of file [dynamic\_visualization\_store\_error\_codes.h](dynamic__visualization__store__error__codes_8h_source.html).





<a id="ae6698f7ca4f01e0588183b3081f31e67" name="ae6698f7ca4f01e0588183b3081f31e67"></a>## [◆ ](#ae6698f7ca4f01e0588183b3081f31e67)DVS\_SERVER\_NOT\_STARTED

 \#define DVS\_SERVER\_NOT\_STARTED -302

DVS server terminating.

Definition at line [61](dynamic__visualization__store__error__codes_8h_source.html#l00061) of file [dynamic\_visualization\_store\_error\_codes.h](dynamic__visualization__store__error__codes_8h_source.html).





<a id="ad7bc3686b4c5f1a6721efa8a7f576f38" name="ad7bc3686b4c5f1a6721efa8a7f576f38"></a>## [◆ ](#ad7bc3686b4c5f1a6721efa8a7f576f38)DVS\_SERVER\_QUERY\_FAILED

 \#define DVS\_SERVER\_QUERY\_FAILED -310

The server query cannot be created yet.

Definition at line [69](dynamic__visualization__store__error__codes_8h_source.html#l00069) of file [dynamic\_visualization\_store\_error\_codes.h](dynamic__visualization__store__error__codes_8h_source.html).





<a id="ac371b997ba2d3e8625d2b03e7eeffbfb" name="ac371b997ba2d3e8625d2b03e7eeffbfb"></a>## [◆ ](#ac371b997ba2d3e8625d2b03e7eeffbfb)DVS\_SERVER\_START\_FAILED

 \#define DVS\_SERVER\_START\_FAILED -300

Internal error, server failed to start.

Definition at line [59](dynamic__visualization__store__error__codes_8h_source.html#l00059) of file [dynamic\_visualization\_store\_error\_codes.h](dynamic__visualization__store__error__codes_8h_source.html).





<a id="a56c80c7209e07a53580486c5b7c462ac" name="a56c80c7209e07a53580486c5b7c462ac"></a>## [◆ ](#a56c80c7209e07a53580486c5b7c462ac)DVS\_SERVER\_TERMINATING

 \#define DVS\_SERVER\_TERMINATING 300

DVS server terminating.

Definition at line [70](dynamic__visualization__store__error__codes_8h_source.html#l00070) of file [dynamic\_visualization\_store\_error\_codes.h](dynamic__visualization__store__error__codes_8h_source.html).





<a id="a19cf1e588b91f501534311012bf428c9" name="a19cf1e588b91f501534311012bf428c9"></a>## [◆ ](#a19cf1e588b91f501534311012bf428c9)DVS\_SERVER\_WAIT\_TIMEOUT

 \#define DVS\_SERVER\_WAIT\_TIMEOUT -308

Timeout occured, increase wait time if unintended.

Definition at line [67](dynamic__visualization__store__error__codes_8h_source.html#l00067) of file [dynamic\_visualization\_store\_error\_codes.h](dynamic__visualization__store__error__codes_8h_source.html).





<a id="a3aeabbfca5c162d24036dc433739d1b1" name="a3aeabbfca5c162d24036dc433739d1b1"></a>## [◆ ](#a3aeabbfca5c162d24036dc433739d1b1)DVS\_TRANSPORT\_NULL\_INVALID\_SERVER

 \#define DVS\_TRANSPORT\_NULL\_INVALID\_SERVER -150

Internal error, server failed to be instantiated.

Definition at line [49](dynamic__visualization__store__error__codes_8h_source.html#l00049) of file [dynamic\_visualization\_store\_error\_codes.h](dynamic__visualization__store__error__codes_8h_source.html).





<a id="a5278bf30fbc14f0471243a9b186708a5" name="a5278bf30fbc14f0471243a9b186708a5"></a>## [◆ ](#a5278bf30fbc14f0471243a9b186708a5)DVS\_TRANSPORT\_SERVICE\_FAILURE

 \#define DVS\_TRANSPORT\_SERVICE\_FAILURE -152

Unrecoverable error, turn on verbose logging to get more information, might be fine depending on use.

Definition at line [51](dynamic__visualization__store__error__codes_8h_source.html#l00051) of file [dynamic\_visualization\_store\_error\_codes.h](dynamic__visualization__store__error__codes_8h_source.html).





<a id="a8f9cead720b698834ce60756a8245ab0" name="a8f9cead720b698834ce60756a8245ab0"></a>## [◆ ](#a8f9cead720b698834ce60756a8245ab0)DVS\_TRANSPORT\_SERVICE\_UNAVAILABLE

 \#define DVS\_TRANSPORT\_SERVICE\_UNAVAILABLE -151

Service is unavailable. Potentially increase number of retries and backoff timer.

Definition at line [50](dynamic__visualization__store__error__codes_8h_source.html#l00050) of file [dynamic\_visualization\_store\_error\_codes.h](dynamic__visualization__store__error__codes_8h_source.html).





<a id="a066dc9db3f56d47d76bf9691a60afce4" name="a066dc9db3f56d47d76bf9691a60afce4"></a>## [◆ ](#a066dc9db3f56d47d76bf9691a60afce4)DVS\_TYPE\_MISMATCH

 \#define DVS\_TYPE\_MISMATCH -704

Mismatched DVS data types.

Definition at line [85](dynamic__visualization__store__error__codes_8h_source.html#l00085) of file [dynamic\_visualization\_store\_error\_codes.h](dynamic__visualization__store__error__codes_8h_source.html).





<a id="afa18e57baf3bff24155a96ada7c8127b" name="afa18e57baf3bff24155a96ada7c8127b"></a>## [◆ ](#afa18e57baf3bff24155a96ada7c8127b)DVS\_UNKNOWN

 \#define DVS\_UNKNOWN -1

Unknown error, notify developers.

Definition at line [102](dynamic__visualization__store__error__codes_8h_source.html#l00102) of file [dynamic\_visualization\_store\_error\_codes.h](dynamic__visualization__store__error__codes_8h_source.html).





<a id="adc4e96717d505d0ef3abc6f8c5aab584" name="adc4e96717d505d0ef3abc6f8c5aab584"></a>## [◆ ](#adc4e96717d505d0ef3abc6f8c5aab584)DVS\_VERSION\_MISMATCH

 \#define DVS\_VERSION\_MISMATCH -800

Invalid version, please update client and server to match.

Definition at line [87](dynamic__visualization__store__error__codes_8h_source.html#l00087) of file [dynamic\_visualization\_store\_error\_codes.h](dynamic__visualization__store__error__codes_8h_source.html).





<a id="aa868448478d42e79c26830f67bf89081" name="aa868448478d42e79c26830f67bf89081"></a>## [◆ ](#aa868448478d42e79c26830f67bf89081)DVS\_VERSION\_UNKNOWN

 \#define DVS\_VERSION\_UNKNOWN -801

Unknown version, please update client and server to match.

Definition at line [88](dynamic__visualization__store__error__codes_8h_source.html#l00088) of file [dynamic\_visualization\_store\_error\_codes.h](dynamic__visualization__store__error__codes_8h_source.html).





## Typedef Documentation

<a id="a1d7466ae72e89fe36cbf2408b4f7d9c1" name="a1d7466ae72e89fe36cbf2408b4f7d9c1"></a>## [◆ ](#a1d7466ae72e89fe36cbf2408b4f7d9c1)dvs\_ret

 typedef int32\_t [dvs\_ret](#a1d7466ae72e89fe36cbf2408b4f7d9c1)

Return value of methods, TODO.

Definition at line [32](dynamic__visualization__store__error__codes_8h_source.html#l00032) of file [dynamic\_visualization\_store\_error\_codes.h](dynamic__visualization__store__error__codes_8h_source.html).