class AddMirror
Defined at line 770 of file fidling/gen/sdk/fidl/fuchsia.pkg/fuchsia.pkg/cpp/fidl/fuchsia.pkg/cpp/markers.h
Adds a mirror to a repository. This will overwrite the mirror if it already exists.
+ request `repo_url` the URL of the repository to add the mirror to.
+ request `mirror` the mirror config used to add the mirror.
* error a zx_status value indicating failure. One of the following:
* `ZX_ERR_ALREADY_EXISTS` if the mirror for this repository already exists.
* `ZX_ERR_INVALID_ARGS` if the `repo_url` or the `mirror` 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