we do our first steps with @sap-ux/ui5-middleware-fe-mockserver
we want to use getInitialDataSet method of Mockserver contributor API to distinguish between several scenarios.
e.g.: Loading data as expected, returning no data, getting an error during initial load
Three questions:
1. How can we debug the method getInitialDataSet?
2. How can we influence the parameter contextId for the method getInitialDataSet to distinguish between the scenarios
3. Can we throw an error during the initialDataSet to simulate that the initial loading has an error?