MCPcopy Create free account
hub / github.com/baidu/EasyFaaS / Error

Method Error

pkg/controller/rtctrl/errors.go:31–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29}
30
31func (e RuntimeStateUnmatched) Error() string {
32 return fmt.Sprintf("runtime %s state did not match op, current state %s, expected state %s", e.RuntimeID, e.CurrentState, strings.Join(e.ExpectedState, ","))
33}
34
35// RuntimeMatchError
36type RuntimeMatchError struct {

Callers 4

TestEventOccupyFunction · 0.95
TestEventMergedFunction · 0.95
TestEventMarkFunction · 0.95
TestEventStopFunction · 0.95

Calls

no outgoing calls

Tested by 4

TestEventOccupyFunction · 0.76
TestEventMergedFunction · 0.76
TestEventMarkFunction · 0.76
TestEventStopFunction · 0.76