class WriteChannelError

Defined at line 3249 of file fidling/gen/sdk/fidl/fuchsia.fdomain/fuchsia.fdomain/cpp/fidl/fuchsia.fdomain/cpp/natural_types.h

Public Methods

void WriteChannelError (WriteChannelError && other)
WriteChannelError & operator= (WriteChannelError && other)
void WriteChannelError (const WriteChannelError & other)
WriteChannelError & operator= (const WriteChannelError & other)
bool operator== (const WriteChannelError & other)
bool operator!= (const WriteChannelError & other)
::fuchsia_fdomain::WriteChannelError::Tag Which ()
WriteChannelError WithError (::fuchsia_fdomain::Error val)
const ::fidl::internal::UnionMemberView<1, Storage_> error ()
::fidl::internal::UnionMemberView<1, Storage_> error ()
WriteChannelError & error (::fuchsia_fdomain::Error value)

Sets the union to hold the error member.

WriteChannelError WithOpErrors (::std::vector< ::fidl::Box< ::fuchsia_fdomain::Error>> val)
const ::fidl::internal::UnionMemberView<2, Storage_> op_errors ()
::fidl::internal::UnionMemberView<2, Storage_> op_errors ()
WriteChannelError & op_errors (::std::vector< ::fidl::Box< ::fuchsia_fdomain::Error>> value)

Sets the union to hold the op_errors member.

void WriteChannelError (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kError 1
kOpErrors 2

TODO: share union tag types between wire

&

natural.

Defined at line 3259 of file fidling/gen/sdk/fidl/fuchsia.fdomain/fuchsia.fdomain/cpp/fidl/fuchsia.fdomain/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits