xcomponent/ReactiveXComponent.Net

Add the ErrorMessage field to StateMachineRefHeader

Closed this issue · 0 comments

This is an update that must be done following the implementation of the built-in error state in XComponent. If an unhandled exception occurs in a triggered method the following sequence happens:

  • The state is set to a built-in error state with a known code
  • The exception message is provided in an ErrorMessage field
  • The instance is disposed in the engine