Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(statemachine): improve error message for invalid state trans…
…itions - Updated error message in `Transition` method to include the current and target states, enhancing debugging and clarity. - Replaced generic `errors.New` with `fmt.Errorf` for more descriptive error messages.
- Loading branch information