retdec
errors.h
Go to the documentation of this file.
1 
7 #ifndef RETDEC_CPDETECT_ERRORS_H
8 #define RETDEC_CPDETECT_ERRORS_H
9 
11 
12 namespace retdec {
13 namespace cpdetect {
14 
15 std::string getErrorMessage(
16  ReturnCode errorCode,
18 
19 bool isFatalError(ReturnCode errorCode);
20 
21 } // namespace cpdetect
22 } // namespace retdec
23 
24 #endif
cpdetectl types and structures.
bool isFatalError(ReturnCode errorCode)
Definition: errors.cpp:108
std::string getErrorMessage(ReturnCode errorCode, retdec::fileformat::Format format=retdec::fileformat::Format::UNKNOWN)
Definition: errors.cpp:86
ReturnCode
Definition: cptypes.h:23
Format
Definition: fftypes.h:44
Definition: archive_wrapper.h:19