Values.ResourceErrorSourceDescribes a resource error.
type nonrec t = {errorCode : FleetErrorCode.t option;The error code.
*)errorMessage : String_.t option;The error message.
*)errorTimestamp : Timestamp.t option;The time the error occurred.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of String_.t
| `Timestamp of Timestamp.t ])
list ]