Values.ErrorDetailSourceA tuple that provides information about an error that caused a cluster to terminate.
type nonrec t = {errorCode : String_.t option;The name or code associated with the error.
*)errorData : ErrorData.t option;A list of key value pairs that provides contextual information about why an error occured.
*)errorMessage : String_.t option;A message that describes the error.
*)}