class EmptyResError
Declaration
class EmptyResError : public GenericBinaryError { /* full declaration omitted */ };
Description
Generic binary error. For errors that don't require their own specific sub-error (most errors) this class can be used to describe the error via a string message.
Declared at: llvm/include/llvm/Object/WindowsResource.h:92
Inherits from: GenericBinaryError
Member Variables
Inherited from GenericBinaryError:
Method Overview
- public EmptyResError(llvm::Twine Msg, llvm::object::object_error ECOverride)
Inherited from GenericBinaryError:
Methods
ΒΆEmptyResError(
llvm::Twine Msg,
llvm::object::object_error ECOverride)
EmptyResError(
llvm::Twine Msg,
llvm::object::object_error ECOverride)
Declared at: llvm/include/llvm/Object/WindowsResource.h:94
Parameters
- llvm::Twine Msg
- llvm::object::object_error ECOverride