MCPcopy Index your code
hub / github.com/looplab/fsm / Error

Method Error

errors.go:55–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53type NotInTransitionError struct{}
54
55func (e NotInTransitionError) Error() string {
56 return "transition inappropriate because no state change in progress"
57}
58
59// NoTransitionError is returned by FSM.Event() when no transition have happened,
60// for example if the source and destination states are the same.

Callers 1

TestNotInTransitionErrorFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestNotInTransitionErrorFunction · 0.76