MCPcopy Create free account
hub / github.com/featureform/featureform / Error

Method Error

coordinator/errors.go:12–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 2

ExecuteJobMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected