e62dfbcc7a7351ef6f9976273fe8654b109a81a0
Introduce a new `DataIntegrityException` class to handle data integrity issues. Replace the logging and early return for `null` `RestType` in `InvokeRecActionCommandHandler` with throwing the new exception. This ensures explicit error handling and improves runtime issue detection.
Description
Languages
C#
100%