itwinjs-core
itwinjs-core copied to clipboard
Handling errors on the frontend
When an error happens during request, the frontend receives the error and "eats" it by returning some default value - 0, [] or similar. Instead, it should expose the error in some user-friendly way, suggest contacting support or similar. Need to consult with UX.