UNPKG
chdl
Version:
latest (0.0.3)
0.0.3
0.0.2
*chan downloader
github.com/skewten/chdl
Strat-/chdl
chdl
/
lib
/
ecodes.coffee
10 lines
•
275 B
text/coffeescript
View Raw
1
2
3
4
5
6
7
8
9
10
module.exports
=
MISSING_DEPENDENCIES:
1000
MISSING_URL:
1001
URL_NOT_SUPPORTED:
1002
DATA_FETCH_ERROR:
1003
DATA_PARSE_ERROR:
1004
FILE_DOWNLOAD_ERROR:
1005
FILE_SAVE_ERROR:
1006
OUTPUT_LOAD_FAILED:
1007
OUTPUT_SETUP_FAILED:
1008