Interface DebugResponseHelper
public interface DebugResponseHelper
Support for applications creating debug responses.
-
Method Summary
Modifier and TypeMethodDescriptioncreateDebugResponse
(DebugInformation debugInfo) Creates a debug response based on the given parameters.
-
Method Details
-
createDebugResponse
Creates a debug response based on the given parameters. Will never throw an exception.- Parameters:
debugInfo
- debug information- Returns:
- the debug response or the raw application response in case an exception occurred
-