errors property

List<Object> errors
final

List of errors triggered during the transition. Can be modified to prevent a TransitionError from being thrown at the end of the transition.

Implementation

final List<Object> errors;