class DestroyChild

Defined at line 408 of file fidling/gen/sdk/fidl/fuchsia.component/fuchsia.component/cpp/fidl/fuchsia.component/cpp/markers.h

Destroys a dynamically-created component instance. When this function

returns, the instance is destroyed and has stopped running. However,

cleanup of the component's resources (such as its isolated storage) may

happen in the background after this function returns.

Errors:

- `INVALID_ARGUMENTS`: `child` is not a valid reference or does not refer

to a dynamic instance.

- `INSTANCE_NOT_FOUND`: `child` does not exist.

- `COLLECTION_NOT_FOUND`: `collection` does not exist.

- `INSTANCE_DIED`: This realm no longer exists.

Public Members

static const bool kHasClientToServer
static const bool kHasClientToServerBody
static const bool kHasServerToClient
static const bool kHasServerToClientBody
static const bool kHasNonEmptyUserFacingResponse
static const bool kHasDomainError
static const bool kHasFrameworkError
static const uint64_t kOrdinal