class SpecificCrashReport

Defined at line 637 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/natural_types.h

Represents a specific crash report.

Add a new member when the server needs to special case how it handles certain annotations and

attachments for a given type of crashes, e.g., a `RuntimeCrashReport` for Javascript.

Public Methods

void SpecificCrashReport (SpecificCrashReport && other)
SpecificCrashReport & operator= (SpecificCrashReport && other)
bool IsUnknown ()
::fuchsia_feedback::SpecificCrashReport::Tag Which ()
SpecificCrashReport WithNative (::fuchsia_feedback::NativeCrashReport val)
const ::fidl::internal::UnionMemberView<1, Storage_> native ()
::fidl::internal::UnionMemberView<1, Storage_> native ()
SpecificCrashReport & native (::fuchsia_feedback::NativeCrashReport value)

Intended for a native exception.

SpecificCrashReport WithDart (::fuchsia_feedback::RuntimeCrashReport val)
const ::fidl::internal::UnionMemberView<2, Storage_> dart ()
::fidl::internal::UnionMemberView<2, Storage_> dart ()
SpecificCrashReport & dart (::fuchsia_feedback::RuntimeCrashReport value)

Intended for a Dart exception.

void SpecificCrashReport (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kNative 2
kDart 3
_do_not_handle_this__write_a_default_case_instead ::std::numeric_limits<::fidl_union_tag_t>::max()

TODO: share union tag types between wire

&

natural.

Defined at line 645 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits