class EmptyResultWithErrorClassification
Defined at line 644 of file fidling/gen/src/tests/fidl/dynsuite/client_suite/fidl/fidl.clientsuite/cpp/fidl/fidl.clientsuite/cpp/wire_types.h
Public Methods
void EmptyResultWithErrorClassification ()
void EmptyResultWithErrorClassification (const EmptyResultWithErrorClassification & )
Defined at line 649 of file fidling/gen/src/tests/fidl/dynsuite/client_suite/fidl/fidl.clientsuite/cpp/fidl/fidl.clientsuite/cpp/wire_types.h
EmptyResultWithErrorClassification & operator= (const EmptyResultWithErrorClassification & )
Defined at line 650 of file fidling/gen/src/tests/fidl/dynsuite/client_suite/fidl/fidl.clientsuite/cpp/fidl/fidl.clientsuite/cpp/wire_types.h
void EmptyResultWithErrorClassification (EmptyResultWithErrorClassification && )
Defined at line 651 of file fidling/gen/src/tests/fidl/dynsuite/client_suite/fidl/fidl.clientsuite/cpp/fidl/fidl.clientsuite/cpp/wire_types.h
EmptyResultWithErrorClassification & operator= (EmptyResultWithErrorClassification && )
Defined at line 652 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 660 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 ()
EmptyResultWithErrorClassification WithSuccess (::fidl_clientsuite::wire::Empty val)
::fidl_clientsuite::wire::Empty & success ()
const ::fidl_clientsuite::wire::Empty & success ()
bool is_application_error ()
EmptyResultWithErrorClassification WithApplicationError (int32_t val)
int32_t & application_error ()
const int32_t & application_error ()
bool is_fidl_error ()
EmptyResultWithErrorClassification WithFidlError (::fidl_clientsuite::wire::FidlErrorKind val)
::fidl_clientsuite::wire::FidlErrorKind & fidl_error ()
const ::fidl_clientsuite::wire::FidlErrorKind & fidl_error ()
::fidl_clientsuite::wire::EmptyResultWithErrorClassification::Tag Which ()
Enumerations
enum Tag
| Name | Value |
|---|---|
| kSuccess | 1 |
| kApplicationError | 2 |
| kFidlError | 3 |
| _do_not_handle_this__write_a_default_case_instead | ::std::numeric_limits<::fidl_union_tag_t>::max() |
Defined at line 654 of file fidling/gen/src/tests/fidl/dynsuite/client_suite/fidl/fidl.clientsuite/cpp/fidl/fidl.clientsuite/cpp/wire_types.h