Posts by user70256 • 41 points
2 posts
-
3
votes1
answer2569
viewsQ: Get Response from an API that returns error 500
Next, I have an API that returns error 500 every time it violates the business rule by returning me a status and a message. We know it’s not good practice to return status 500 under these…
-
1
votes2
answers599
viewsQ: Dynamic imports in Javascript
I need to dynamically import paths to Assets from an application, for example: var cliente = clienteX import ../../caminho/${cliente}/caminho/arquivo.less It will not be changed at runtime, it would…