struct ZirconError
Defined at line 19 of file ../../src/lib/elfldltl/include/lib/elfldltl/zircon.h
ZirconError is used to describe an zx_status_t value for diagnostics, see
the diagnostics.h API describing SystemError where this type is most often
useful.
Public Members
zx_status_t status
Public Methods
zx_status_t operator* ()
Defined at line 20 of file ../../src/lib/elfldltl/include/lib/elfldltl/zircon.h
bool operator== (ZirconError other)
Defined at line 22 of file ../../src/lib/elfldltl/include/lib/elfldltl/zircon.h
bool operator!= (ZirconError other)
Defined at line 23 of file ../../src/lib/elfldltl/include/lib/elfldltl/zircon.h
const char * c_str ()
Defined at line 25 of file ../../src/lib/elfldltl/include/lib/elfldltl/zircon.h
std::string_view str ()
Defined at line 26 of file ../../src/lib/elfldltl/include/lib/elfldltl/zircon.h