failureReason property

String? failureReason
getter/setter pair

The reason for the installation failure.

This field will always be present. Possible string values are:

  • "unknown" : Used whenever no better reason for failure can be provided.
  • "timeout" : Used when the installation timed out. This can cover a number of situations, for example when the device did not have connectivity at any point during the retry period, or if the device is OOM.

Implementation

core.String? failureReason;