class Remove
Defined at line 746 of file fidling/gen/sdk/fidl/fuchsia.pkg/fuchsia.pkg/cpp/fidl/fuchsia.pkg/cpp/markers.h
Removes a repository.
Removing a repository will prevent future packages from being cached from this repository,
but in-flight downloads may not be interrupted.
+ request `repo_url` the URL of the repository we want to remove.
* error a zx_status value indicating failure. One of the following:
* `ZX_ERR_ACCESS_DENIED` if editing repositories is permanently disabled or the
`repo_url` matches a static repository.
* `ZX_ERR_INVALID_ARGS` if the `repo_url` is malformed.
* `ZX_ERR_NOT_FOUND` if the repository does not exist.
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