smntc
an in-memory multimodal graph database
Loading...
Searching...
No Matches
Macros
errors.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define ERROR_NO   0
 
#define ERROR_NO_MEMORY   1
 
#define ERROR_NO_SPACE   2
 
#define ERROR_INVENTORY_PATH_OUT_OF_BOUNDS   3
 
#define ERROR_INVENTORY_CONTENT_OUT_OF_BOUNDS   4
 
#define ERROR_GRAPH_BUFFER_TOO_SMALL   5
 
#define ERROR_NOT_A_VERTEX   6
 
#define ERROR_NOT_A_COLOR   7
 
#define ERROR_STRING_NOT_CONVERTED   8
 
#define ERROR_WORD_TOO_LONG   9
 
#define ERROR_WORD_TOO_RICH   10
 
#define ERROR_WORD_BUFFER_TOO_SMALL   11
 
#define ERROR_IN_FILE   12
 

Macro Definition Documentation

◆ ERROR_GRAPH_BUFFER_TOO_SMALL

#define ERROR_GRAPH_BUFFER_TOO_SMALL   5

Definition at line 9 of file errors.h.

◆ ERROR_IN_FILE

#define ERROR_IN_FILE   12

Definition at line 16 of file errors.h.

◆ ERROR_INVENTORY_CONTENT_OUT_OF_BOUNDS

#define ERROR_INVENTORY_CONTENT_OUT_OF_BOUNDS   4

Definition at line 8 of file errors.h.

◆ ERROR_INVENTORY_PATH_OUT_OF_BOUNDS

#define ERROR_INVENTORY_PATH_OUT_OF_BOUNDS   3

Definition at line 7 of file errors.h.

◆ ERROR_NO

#define ERROR_NO   0

Definition at line 4 of file errors.h.

◆ ERROR_NO_MEMORY

#define ERROR_NO_MEMORY   1

Definition at line 5 of file errors.h.

◆ ERROR_NO_SPACE

#define ERROR_NO_SPACE   2

Definition at line 6 of file errors.h.

◆ ERROR_NOT_A_COLOR

#define ERROR_NOT_A_COLOR   7

Definition at line 11 of file errors.h.

◆ ERROR_NOT_A_VERTEX

#define ERROR_NOT_A_VERTEX   6

Definition at line 10 of file errors.h.

◆ ERROR_STRING_NOT_CONVERTED

#define ERROR_STRING_NOT_CONVERTED   8

Definition at line 12 of file errors.h.

◆ ERROR_WORD_BUFFER_TOO_SMALL

#define ERROR_WORD_BUFFER_TOO_SMALL   11

Definition at line 15 of file errors.h.

◆ ERROR_WORD_TOO_LONG

#define ERROR_WORD_TOO_LONG   9

Definition at line 13 of file errors.h.

◆ ERROR_WORD_TOO_RICH

#define ERROR_WORD_TOO_RICH   10

Definition at line 14 of file errors.h.