Values_1.LastUpdateStatusSourceA value that indicates whether the update was successful.
type nonrec t = {status : LastUpdateStatusValue.t option;A value that indicates whether the update was made successful.
*)failureReason : Values_0.FailureReason.t option;If the update wasn't successful, indicates the reason why it failed.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.FailureReason.t ])
list ]