Type Alias RunSelfHostedTaskIacCompletedRequest
RunSelfHostedTaskIacCompletedRequest: {
messageError?: string;
metadata?: { [key: string]: object };
runId: string;
runTaskId: string;
schemaVersion: string;
status: "SUCCESS" | "INTERNAL_ERROR";
}
Type declaration
OptionalmessageError?: string
Optionalmetadata?: { [key: string]: object }
runId: string
runTaskId: string
schemaVersion: string
status: "SUCCESS" | "INTERNAL_ERROR"
The error message, if it exists