Sagi Dayan
49c36b471f
- init/help/version does not throw an error if there is no config file - node_module usage - now working
10 lines
No EOL
251 B
TypeScript
10 lines
No EOL
251 B
TypeScript
enum ErrorCodes {
|
|
CONFIG_FILE_MISSING_ERROR = 1000,
|
|
CONFIG_FILE_FORMAT_ERROR = 1001,
|
|
CONFIG_PROFILE_ERROR = 1002,
|
|
INVALID_ARGS_ERROR = 1003,
|
|
INVALID_COMMAND_ERROR = 1004,
|
|
INVALID_BOT_CHAT_CONFIG = 1005,
|
|
|
|
}
|
|
export { ErrorCodes as default }; |