mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2024-11-14 17:40:24 -08:00
8 lines
162 B
Python
8 lines
162 B
Python
# from error.h
|
|
NO_ERROR = 0
|
|
ERROR_INSUFFICIENT_BUFFER = 122
|
|
ERROR_BUFFER_OVERFLOW = 111
|
|
ERROR_NO_DATA = 232
|
|
ERROR_INVALID_PARAMETER = 87
|
|
ERROR_NOT_SUPPORTED = 50
|