elsa-core/src/modules/Elsa.Alterations
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
..
Activities Add Fault Code, Category and Type (#5362) 2024-05-10 15:30:32 +02:00
AlterationHandlers Fix Race Condition in WorkflowDefinitionActivity (#5315) 2024-05-01 14:53:37 +02:00
AlterationTypes Alterations with Queries (#5032) 2024-03-13 20:34:46 +01:00
Bookmarks Alterations with Queries (#5032) 2024-03-13 20:34:46 +01:00
Constants Add Fault Code, Category and Type (#5362) 2024-05-10 15:30:32 +02:00
Endpoints Add DryRun endpoint and workflow instance finder (#5110) 2024-03-21 08:22:11 +01:00
Extensions
Features Add alteration notifications and management (#5097) 2024-03-20 10:58:59 +01:00
Handlers Add alteration notifications and management (#5097) 2024-03-20 10:58:59 +01:00
Middleware/Workflows Fix Alteration Runner (#5142) 2024-03-29 19:58:35 +01:00
Services Fix Race Condition in WorkflowDefinitionActivity (#5315) 2024-05-01 14:53:37 +02:00
Workflows Add alteration notifications and management (#5097) 2024-03-20 10:58:59 +01:00
Elsa.Alterations.csproj replace configureawait.props and frameworks.props with Directory.Build.props 2024-01-26 19:04:39 +02:00
Elsa.Alterations.csproj.DotSettings Add Fault Code, Category and Type (#5362) 2024-05-10 15:30:32 +02:00
FodyWeavers.xml