Initial community commit
This commit is contained in:
parent
537bcbc862
commit
fc06254474
16440 changed files with 4239995 additions and 2 deletions
17
Src/Plugins/Library/ml_wire/errors.h
Normal file
17
Src/Plugins/Library/ml_wire/errors.h
Normal file
|
@ -0,0 +1,17 @@
|
|||
#ifndef NULLSOFT_ML_WIRE_ERRORS_H
|
||||
#define NULLSOFT_ML_WIRE_ERRORS_H
|
||||
|
||||
enum
|
||||
{
|
||||
DOWNLOAD_SUCCESS = 0,
|
||||
DOWNLOAD_404,
|
||||
DOWNLOAD_TIMEOUT,
|
||||
DOWNLOAD_NOTRSS,
|
||||
DOWNLOAD_DUPLICATE,
|
||||
DOWNLOAD_NOHTTP,
|
||||
DOWNLOAD_NOPARSER,
|
||||
DOWNLOAD_CONNECTIONRESET,
|
||||
DOWNLOAD_ERROR_PARSING_XML,
|
||||
};
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue