class SetConfigurationHealthy
Defined at line 791 of file fidling/gen/sdk/fidl/fuchsia.paver/fuchsia.paver/cpp/fidl/fuchsia.paver/cpp/markers.h
Updates persistent metadata to mark a [`fuchsia.paver/Configuration`]
as successful.
This function is typically used by the OS update system after having
confirmed that the configuration works as intended and the "rollback to
previous slot" logic is not needed anymore.
Compatibility between the newly successful configuration and the other
configuration is unknown. Even if the other configuration was
successful at one point, it may no longer be. This function adds a
success mark to the given configuration but also removes any success
mark on the other.
If `configuration` is unbootable or is
[`fuchsia.paver/Configuration.RECOVERY`], `response` will be
`ZX_ERR_INVALID_ARGS`.
+ request `configuration` the `Configuration` to mark as healthy. Must
not be `RECOVERY`.
- response `status` a zx_status value indicating success or failure.
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