()
| 10 | } |
| 11 | |
| 12 | func (m JobDoesNotExistError) Error() string { |
| 13 | return fmt.Sprintf("Coordinator Job No Longer Exists: %s", m.key) |
| 14 | } |
| 15 | |
| 16 | type ResourceAlreadyCompleteError struct { |
| 17 | resourceID metadata.ResourceID |
no outgoing calls
no test coverage detected