Sourcetype deleteTemplateResult = unit Sourcetype error = [ | `Unknown_operation_error of string * string option
] Sourceval error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ] Sourceval error_of_xml :
'a ->
Awso.Xml.t ->
[> `Unknown_operation_error of 'a * string option ] Sourceval of_header_and_body : ('a * 'b) -> t Sourceval to_value : 'a -> [> `Structure of 'b list ]