()
| 29 | } |
| 30 | |
| 31 | func (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 |
| 36 | type RuntimeMatchError struct { |
no outgoing calls