elsa-core/test
Sipke Schoorstra a2908960a4
Add Fault Code, Category and Type (#5362)
* Add error handling with fault categories and codes

The code now includes error handling through the introduction of fault categories and codes. New files containing constants for fault categories and codes have been added for different modules. FaultException has also been updated to include these properties. Changes are evident in various files where FaultException is thrown for error handling.

* Add DotSettings file for Elsa.Alterations module

A new DotSettings file is added for the Elsa.Alterations module. This includes configuration for namespace folders to be skipped during CodeInspection.

* Renamed "DefaultFaultKinds" to "DefaultFaultTypes" and updated usages

This commit renames the class "DefaultFaultKinds" to "DefaultFaultTypes" and updates all its references across the project files. The change is made keeping the more accurate naming context i.e., 'Types' suits better in the thrown exception scenarios.
2024-05-10 15:30:32 +02:00
..
component Fix FlowJoin Activity NRE Bug (#5349) 2024-05-08 09:29:15 +02:00
integration Add Fault Code, Category and Type (#5362) 2024-05-10 15:30:32 +02:00
performance Fix Race Condition in WorkflowDefinitionActivity (#5315) 2024-05-01 14:53:37 +02:00
unit Bugfixes for heartbeats using MongoDB (#5337) 2024-05-08 20:19:40 +02:00
Directory.Build.props Add Component Testing Framework (#5261) 2024-04-26 15:49:14 +02:00