class DictionaryInsert
Defined at line 320 of file fidling/gen/sdk/fidl/fuchsia.component.sandbox/fuchsia.component.sandbox/cpp/fidl/fuchsia.component.sandbox/cpp/markers.h
Inserts `item` into the dictionary with `id`. `item.value` is moved into the dictionary and
its id is released if this call succeeds.
Errors:
- `ID_NOT_FOUND` if `id` was not a valid capability id in this store.
- `WRONG_TYPE` if `id` was not a dictionary.
- `INVALID_KEY` if `item.key` was invalid.
- `ITEM_ALREADY_EXISTS` if the dictionary already contains an item with `item.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