class RuntimeCrashReport

Defined at line 1053 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h

Represents a crash report for a runtime exception, applicable to most languages.

Public Members

static const fidl_type_t * FidlType

Public Methods

bool IsEmpty ()

Returns whether no field is set.

RuntimeCrashReport & set_exception_type (::std::string _value)
RuntimeCrashReport & set_exception_message (::std::string _value)
RuntimeCrashReport & set_exception_stack_trace (::fuchsia::mem::Buffer _value)
void RuntimeCrashReport ()
void RuntimeCrashReport (RuntimeCrashReport && other)
void ~RuntimeCrashReport ()
RuntimeCrashReport & operator= (RuntimeCrashReport && other)
::std::unique_ptr<RuntimeCrashReport> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, RuntimeCrashReport * _value, size_t _offset)
zx_status_t Clone (RuntimeCrashReport * _result)
const ::std::string & exception_type ()

The exception type, e.g., "FileSystemException".

Defined at line 1060 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h

bool has_exception_type ()

Defined at line 1064 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h

::std::string * mutable_exception_type ()

The exception type, e.g., "FileSystemException".

Defined at line 1069 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h

void clear_exception_type ()

Defined at line 1077 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h

const ::std::string & exception_message ()

The exception message, e.g., "cannot open file".

Defined at line 1086 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h

bool has_exception_message ()

Defined at line 1090 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h

::std::string * mutable_exception_message ()

The exception message, e.g., "cannot open file".

Defined at line 1095 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h

void clear_exception_message ()

Defined at line 1103 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h

const ::fuchsia::mem::Buffer & exception_stack_trace ()

The text representation of the exception stack trace.

Defined at line 1112 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h

bool has_exception_stack_trace ()

Defined at line 1116 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h

::fuchsia::mem::Buffer * mutable_exception_stack_trace ()

The text representation of the exception stack trace.

Defined at line 1121 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h

void clear_exception_stack_trace ()

Defined at line 1129 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/hlcpp/fuchsia/feedback/cpp/fidl.h