class RuntimeCrashReport
Defined at line 567 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/natural_types.h
Represents a crash report for a runtime exception, applicable to most languages.
Public Methods
void RuntimeCrashReport (Storage_ storage)
bool IsEmpty ()
void RuntimeCrashReport ()
Defined at line 573 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/natural_types.h
void RuntimeCrashReport (RuntimeCrashReport && )
Defined at line 574 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/natural_types.h
const std::optional< ::std::string> & exception_type ()
The exception type, e.g., "FileSystemException".
::std::optional< ::std::string> & exception_type ()
The exception type, e.g., "FileSystemException".
RuntimeCrashReport & exception_type (std::optional< ::std::string> value)
The exception type, e.g., "FileSystemException".
const std::optional< ::std::string> & exception_message ()
The exception message, e.g., "cannot open file".
::std::optional< ::std::string> & exception_message ()
The exception message, e.g., "cannot open file".
RuntimeCrashReport & exception_message (std::optional< ::std::string> value)
The exception message, e.g., "cannot open file".
const std::optional< ::fuchsia_mem::Buffer> & exception_stack_trace ()
The text representation of the exception stack trace.
::std::optional< ::fuchsia_mem::Buffer> & exception_stack_trace ()
The text representation of the exception stack trace.
RuntimeCrashReport & exception_stack_trace (std::optional< ::fuchsia_mem::Buffer> value)
The text representation of the exception stack trace.
void RuntimeCrashReport (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
RuntimeCrashReport & operator= (RuntimeCrashReport && )
Defined at line 575 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/natural_types.h
Friends
class MemberVisitor
class NaturalTableCodingTraits