(executionMonitor *ExecutionMonitor)
| 126 | } |
| 127 | |
| 128 | func executeRetryAction(executionMonitor *ExecutionMonitor) { |
| 129 | retryAction := newAction("retry", VerbosityLevelSILENT) |
| 130 | retryAction.Execute(executionMonitor.operationID, executionMonitor.mtaClient) |
| 131 | executionMonitor.retries-- |
| 132 | } |
| 133 | |
| 134 | func findErrorMessage(messages models.OperationMessages) *models.Message { |
| 135 | for _, message := range messages { |