class Error

Defined at line 14 of file ../../src/lib/unwinder/error.h

Public Methods

void Error (const char * fmt)

We cannot call fxl::StringVPrintf because fxl depends on syslog and inspector library cannot

depend on syslog.

Defined at line 14 of file ../../src/lib/unwinder/error.cc

void Error (std::string msg)

Defined at line 18 of file ../../src/lib/unwinder/error.h

bool has_err ()

Defined at line 20 of file ../../src/lib/unwinder/error.h

bool ok ()

Defined at line 21 of file ../../src/lib/unwinder/error.h

const std::string & msg ()

Defined at line 22 of file ../../src/lib/unwinder/error.h

Friends

Error Error ()