Values.ReportTaskProgressOutputSourceContains the output of ReportTaskProgress.
type nonrec error = [ | `InternalServiceError of InternalServiceError.t| `InvalidRequestException of InvalidRequestException.t| `PipelineDeletedException of PipelineDeletedException.t| `PipelineNotFoundException of PipelineNotFoundException.t| `TaskNotFoundException of TaskNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServiceError of InternalServiceError.t
| `InvalidRequestException of InvalidRequestException.t
| `PipelineDeletedException of PipelineDeletedException.t
| `PipelineNotFoundException of PipelineNotFoundException.t
| `TaskNotFoundException of TaskNotFoundException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServiceError of InternalServiceError.t
| `InvalidRequestException of InvalidRequestException.t
| `PipelineDeletedException of PipelineDeletedException.t
| `PipelineNotFoundException of PipelineNotFoundException.t
| `TaskNotFoundException of TaskNotFoundException.t
| `Unknown_operation_error of string * string option ]