mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-04-26 23:55:17 +00:00
11 lines
252 B
C
11 lines
252 B
C
#ifndef _I2P_ERRORS_H
|
|
#define _I2P_ERRORS_h
|
|
|
|
|
|
#define ERROR_COULDNT_LOAD_JVM 6
|
|
#define ERROR_COULDNT_PARSE_ARGUMENTS 7
|
|
#define ERROR_COULDNT_INITIALIZE_JVM 8
|
|
#define ERROR_STARTING_PROGRAM 9
|
|
#define ERROR_COULDNT_FIND_JVM 10
|
|
|
|
#endif /* _I2P_ERRORS_H */ |