Closed jaydubal closed 6 years ago
The error codes received, no longer match the list shown in documentation. Can you please update the list? I got error codes like 35, 65 ...
Hi Error codes are ORed together if multiple errors occur, so:
35 = 1 (failure) + 2 (unknown error) + 32 (unsupported file format) 65 = 1 (failure) + 64 (source file not found)
Regards Vittal
The error codes received, no longer match the list shown in documentation. Can you please update the list? I got error codes like 35, 65 ...