class DictionaryRemove
Defined at line 373 of file fidling/gen/sdk/fidl/fuchsia.component.sandbox/fuchsia.component.sandbox/cpp/fidl/fuchsia.component.sandbox/cpp/markers.h
Removes a key from the dictionary with `id`. If `dest_id` is present, loads the value
into it, otherwise discards the value.
Errors:
- `ID_NOT_FOUND` if `id` was not a valid capability id in this store.
- `ID_ALREADY_EXISTS` if a capability with `dest_id` already exists in this store.
- `WRONG_TYPE` if `id` was not a dictionary.
- `INVALID_KEY` if `key` was invalid.
- `ITEM_NOT_FOUND` if the dictionary does not contain the key.
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