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

Method Error

errors.go:47–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45}
46
47func (e InTransitionError) Error() string {
48 return "event " + e.Event + " inappropriate because previous transition did not complete"
49}
50
51// NotInTransitionError is returned by FSM.Transition() when an asynchronous
52// transition is not in progress.

Callers 1

TestInTransitionErrorFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestInTransitionErrorFunction · 0.76