ErrorConverter
Functional interface for converting exceptions to standardized error information.
Implementations of this interface define how specific exception types should be transformed into ErrorInfo objects for consistent error reporting and handling.
Parameters
E
the type of exception this converter can handle