smntc
an in-memory multimodal graph database
Main Page
Data Structures
Files
File List
Globals
Loading...
Searching...
No Matches
src
errors.h
Go to the documentation of this file.
1
#ifndef __ERRORS_HEADER__
2
#define __ERRORS_HEADER__
3
4
#define ERROR_NO 0
5
#define ERROR_NO_MEMORY 1
6
#define ERROR_NO_SPACE 2
7
#define ERROR_INVENTORY_PATH_OUT_OF_BOUNDS 3
8
#define ERROR_INVENTORY_CONTENT_OUT_OF_BOUNDS 4
9
#define ERROR_GRAPH_BUFFER_TOO_SMALL 5
10
#define ERROR_NOT_A_VERTEX 6
11
#define ERROR_NOT_A_COLOR 7
12
#define ERROR_STRING_NOT_CONVERTED 8
13
#define ERROR_WORD_TOO_LONG 9
14
#define ERROR_WORD_TOO_RICH 10
15
#define ERROR_WORD_BUFFER_TOO_SMALL 11
16
#define ERROR_IN_FILE 12
17
18
#endif
Generated by
1.10.0