LLDB mainline
|
Common base class for all error-code errors. More...
#include <Status.h>
Public Member Functions | |
std::error_code | convertToErrorCode () const override |
void | log (llvm::raw_ostream &OS) const override |
lldb::ErrorType | GetErrorType () const override |
Static Public Attributes | |
static char | ID |
Protected Member Functions | |
CloneableECError ()=delete | |
CloneableECError (std::error_code ec) | |
Protected Attributes | |
std::error_code | EC |
|
protecteddelete |
|
inlineprotected |
|
inlineoverride |
|
override |
Definition at line 243 of file Status.cpp.
References EC, and ErrorCodeToErrorType().
|
inlineoverride |
Definition at line 50 of file Status.h.
References EC, and lldb_private::OS.
|
protected |
Definition at line 57 of file Status.h.
Referenced by convertToErrorCode(), GetErrorType(), and log().