Values.StatusReasonSourceStream status reason with error and timestamp.
type nonrec t = {error : StreamFailureErrorCode.t option;The error code for the stream failure.
*)updatedAt : Timestamp.t option;The timestamp when the status was updated.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `Timestamp of Timestamp.t ]) list ]