Module state

Source
Expand description

Wrapper types for the State union.

Structs§

BytesFetchedExceedsDownloadSize
An error encountered while pairing an UpdateInfo and Progress.
FailFetchData
FailStageData
Progress
Mutable progress information for an update attempt.
UpdateInfo
Immutable metadata for an update attempt.
UpdateInfoAndProgress
An UpdateInfo and Progress that are guaranteed to be consistent with each other.
UpdateInfoAndProgressBuilder
Builder of UpdateInfoAndProgress.
UpdateInfoAndProgressBuilderWithInfo
Builder of UpdateInfoAndProgress, with a known UpdateInfo field.
UpdateInfoAndProgressBuilderWithInfoAndProgress
Builder of UpdateInfoAndProgress, with a known UpdateInfo and Progress field.

Enums§

DecodeProgressError
An error encountered while decoding a fidl_fuchsia_update_installer::InstallationProgress into a Progress.
DecodeStateError
An error encountered while decoding a fidl_fuchsia_update_installer::State into a State.
DecodeUpdateInfoError
An error encountered while decoding a fidl_fuchsia_update_installer::UpdateInfo into a UpdateInfo.
FetchFailureReason
PrepareFailureReason
RequiredProgressField
Required fields in a fidl_fuchsia_update_installer::InstallationProgress.
RequiredStateField
Required fields in a fidl_fuchsia_update_installer::State.
StageFailureReason
State
The state of an update installation attempt.
StateId
The variant names for each state, with data stripped.