retdec
Public Member Functions | Public Attributes | List of all members
retdec::fileformat::LoaderErrorInfo Struct Reference

#include <file_format.h>

Collaboration diagram for retdec::fileformat::LoaderErrorInfo:
Collaboration graph
[legend]

Public Member Functions

 LoaderErrorInfo ()
 

Public Attributes

std::uint32_t loaderErrorCode
 
const char * loaderError
 
const char * loaderErrorUserFriendly
 
bool isLoadableAnyway
 

Detailed Description

LoaderErrorInfo - common structure that contains loader error code, error message and user-friendly error message

Constructor & Destructor Documentation

◆ LoaderErrorInfo()

retdec::fileformat::LoaderErrorInfo::LoaderErrorInfo ( )
inline

Member Data Documentation

◆ isLoadableAnyway

bool retdec::fileformat::LoaderErrorInfo::isLoadableAnyway

◆ loaderError

const char* retdec::fileformat::LoaderErrorInfo::loaderError

◆ loaderErrorCode

std::uint32_t retdec::fileformat::LoaderErrorInfo::loaderErrorCode

◆ loaderErrorUserFriendly

const char* retdec::fileformat::LoaderErrorInfo::loaderErrorUserFriendly

The documentation for this struct was generated from the following file: