MCPcopy
hub / github.com/looplab/fsm / Error

Method Error

errors.go:37–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35}
36
37func (e UnknownEventError) Error() string {
38 return "event " + e.Event + " does not exist"
39}
40
41// InTransitionError is returned by FSM.Event() when an asynchronous transition
42// is already in progress.

Callers 1

TestUnknownEventErrorFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestUnknownEventErrorFunction · 0.76