class NonEmptyResultWithErrorClassification

Defined at line 758 of file fidling/gen/src/tests/fidl/dynsuite/client_suite/fidl/fidl.clientsuite/cpp/fidl/fidl.clientsuite/cpp/wire_types.h

Public Methods

void NonEmptyResultWithErrorClassification ()
void NonEmptyResultWithErrorClassification (const NonEmptyResultWithErrorClassification & )

Defined at line 763 of file fidling/gen/src/tests/fidl/dynsuite/client_suite/fidl/fidl.clientsuite/cpp/fidl/fidl.clientsuite/cpp/wire_types.h

NonEmptyResultWithErrorClassification & operator= (const NonEmptyResultWithErrorClassification & )

Defined at line 764 of file fidling/gen/src/tests/fidl/dynsuite/client_suite/fidl/fidl.clientsuite/cpp/fidl/fidl.clientsuite/cpp/wire_types.h

void NonEmptyResultWithErrorClassification (NonEmptyResultWithErrorClassification && )

Defined at line 765 of file fidling/gen/src/tests/fidl/dynsuite/client_suite/fidl/fidl.clientsuite/cpp/fidl/fidl.clientsuite/cpp/wire_types.h

NonEmptyResultWithErrorClassification & operator= (NonEmptyResultWithErrorClassification && )

Defined at line 766 of file fidling/gen/src/tests/fidl/dynsuite/client_suite/fidl/fidl.clientsuite/cpp/fidl/fidl.clientsuite/cpp/wire_types.h

bool IsUnknown ()

Defined at line 774 of file fidling/gen/src/tests/fidl/dynsuite/client_suite/fidl/fidl.clientsuite/cpp/fidl/fidl.clientsuite/cpp/wire_types.h

bool has_invalid_tag ()
bool is_success ()
NonEmptyResultWithErrorClassification WithSuccess (::fidl_clientsuite::wire::NonEmptyPayload val)
::fidl_clientsuite::wire::NonEmptyPayload & success ()
const ::fidl_clientsuite::wire::NonEmptyPayload & success ()
bool is_application_error ()
NonEmptyResultWithErrorClassification WithApplicationError (int32_t val)
int32_t & application_error ()
const int32_t & application_error ()
bool is_fidl_error ()
NonEmptyResultWithErrorClassification WithFidlError (::fidl_clientsuite::wire::FidlErrorKind val)
::fidl_clientsuite::wire::FidlErrorKind & fidl_error ()
const ::fidl_clientsuite::wire::FidlErrorKind & fidl_error ()
::fidl_clientsuite::wire::NonEmptyResultWithErrorClassification::Tag Which ()

Enumerations

enum class Tag : fidl_xunion_tag_t
Name Value Comments
kSuccess 1

0x1

kApplicationError 2

0x2

kFidlError 3

0x3

_do_not_handle_this__write_a_default_case_instead ::std::numeric_limits<::fidl_union_tag_t>::max() --

Defined at line 768 of file fidling/gen/src/tests/fidl/dynsuite/client_suite/fidl/fidl.clientsuite/cpp/fidl/fidl.clientsuite/cpp/wire_types.h