Error handling

Previous Next

This help topic looks at best practice for USoft error handling in an event processing context. See also:

Best practice for USoft modelling in an event processing context.

Best practice for USoft rules in an event processing context.

Best practice for USoft logging in an event processing context.

In a system that processes events without user interaction, the system must be designed to be fault-tolerant. The level of fault tolerance differs per system. Error handling becomes part of the system design, since the potential impact on the system of each type of failure must be assessed design-time, and an appropriate failure action must be developed. In other words, business rules must define what is the desired conduct on failure.

 

 

collapseOptions for dealing with failure
collapseError types
collapseConsiderations

 

 

See also

Event Processing