class NonEmptyResultWithErrorClassification

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

Public Members

static const fidl_type_t * FidlType

Public Methods

void NonEmptyResultWithErrorClassification ()
void NonEmptyResultWithErrorClassification (NonEmptyResultWithErrorClassification && )
NonEmptyResultWithErrorClassification & operator= (NonEmptyResultWithErrorClassification && )
NonEmptyResultWithErrorClassification WithSuccess (::fidl::clientsuite::NonEmptyPayload && )
NonEmptyResultWithErrorClassification WithApplicationError (int32_t && )
NonEmptyResultWithErrorClassification WithFidlError (::fidl::clientsuite::FidlErrorKind && )
::std::unique_ptr<NonEmptyResultWithErrorClassification> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, NonEmptyResultWithErrorClassification * value, size_t offset)
zx_status_t Clone (NonEmptyResultWithErrorClassification * result)
NonEmptyResultWithErrorClassification & set_application_error (int32_t value)
NonEmptyResultWithErrorClassification & SetUnknownData (fidl_xunion_tag_t ordinal, std::vector<uint8_t> bytes)
bool has_invalid_tag ()

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

bool is_success ()

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

NonEmptyResultWithErrorClassification & set_success (::fidl::clientsuite::NonEmptyPayload value)
NonEmptyResultWithErrorClassification & set_fidl_error (::fidl::clientsuite::FidlErrorKind value)
::fidl::clientsuite::NonEmptyPayload & success ()

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

const ::fidl::clientsuite::NonEmptyPayload & success ()

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

bool is_application_error ()

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

int32_t & application_error ()

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

const int32_t & application_error ()

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

bool is_fidl_error ()

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

::fidl::clientsuite::FidlErrorKind & fidl_error ()

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

const ::fidl::clientsuite::FidlErrorKind & fidl_error ()

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

::fidl::clientsuite::NonEmptyResultWithErrorClassification::Tag Which ()

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

fidl_xunion_tag_t Ordinal ()

You probably want to use Which() method instead of Ordinal(). Use Ordinal() only when you need

access to the raw integral ordinal value.

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

const std::vector<uint8_t> * UnknownBytes ()

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

void ~NonEmptyResultWithErrorClassification ()

Enumerations

enum Tag
Name Value
kUnknown 0
kSuccess 1
kApplicationError 2
kFidlError 3
Invalid ::std::numeric_limits<::fidl_union_tag_t>::max()

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

Friends

class Equality