class ProcessLimboRetrieveExceptionResult
Defined at line 547 of file fidling/gen/sdk/fidl/fuchsia.exception/fuchsia.exception/cpp/fidl/fuchsia.exception/cpp/natural_types.h
Public Methods
void ProcessLimboRetrieveExceptionResult (ProcessLimboRetrieveExceptionResult && other)
ProcessLimboRetrieveExceptionResult & operator= (ProcessLimboRetrieveExceptionResult && other)
::fuchsia_exception::ProcessLimboRetrieveExceptionResult::Tag Which ()
ProcessLimboRetrieveExceptionResult WithResponse (::fuchsia_exception::ProcessLimboRetrieveExceptionResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
ProcessLimboRetrieveExceptionResult & response (::fuchsia_exception::ProcessLimboRetrieveExceptionResponse value)
Sets the union to hold the response member.
ProcessLimboRetrieveExceptionResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
ProcessLimboRetrieveExceptionResult & err (int32_t value)
Sets the union to hold the err member.
void ProcessLimboRetrieveExceptionResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
TODO: share union tag types between wire
&
natural.
Defined at line 555 of file fidling/gen/sdk/fidl/fuchsia.exception/fuchsia.exception/cpp/fidl/fuchsia.exception/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits