()
| 337 | } |
| 338 | |
| 339 | func (x *FailedJob) GetTemplateDryRun() *FailedJob_TemplateDryRun { |
| 340 | if x, ok := x.GetType().(*FailedJob_TemplateDryRun_); ok { |
| 341 | return x.TemplateDryRun |
| 342 | } |
| 343 | return nil |
| 344 | } |
| 345 | |
| 346 | func (x *FailedJob) GetErrorCode() string { |
| 347 | if x != nil { |
no test coverage detected