Values_2.RenderUiTemplateResponseSourceRenders the UI template so that you can preview the worker's experience.
type nonrec t = {renderedContent : Values_0.String_.t option;A Liquid template that renders the HTML for the worker UI.
*)errors : RenderingErrorList.t option;A list of one or more RenderingError objects if any were encountered while rendering the template. If there were no errors, the list is empty.
*)}type nonrec error = [ | `ResourceNotFound of Values_0.ResourceNotFound.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ResourceNotFound of Values_0.ResourceNotFound.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ResourceNotFound of Values_0.ResourceNotFound.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of Values_0.String_.t ]) list ]
list
| `String of Values_0.String_.t ])
list ]