navit 0.5.3-trunk
Loading...
Searching...
No Matches
errorcode.h
Go to the documentation of this file.
1
20#ifndef ERRORCODE_H
21#define ERRORCODE_H
22
23/* os level */
24#define ERR_OUTOFMEMORY 11
25#define ERR_CANNOTOPEN 12
26#define ERR_CREATEFILE 13
27#define ERR_READERROR 14
28#define ERR_FREEFAILED 15
29/* option */
30#define ERR_NOARGS 21
31#define ERR_WRONGOPTION 22
32#define ERR_OPTIONCONFRICT 23
33/* parser */
34#define ERR_ISNOTGPX 31
35#define ERR_PARSEERROR 32
36/* unit */
37#define ERR_ELLPSUNIT 41
38#define ERR_LENGTHUNIT 42
39#define ERR_TIMEUNIT 43
40
41#endif /* ERRORCODE_H */