FuelLabs / sway-playground

🌴▶️ Sway in the browser

Home Page:https://sway-playground.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Proper error handling in the server.

sdankel opened this issue · comments

Currently there are a lot of unwraps and expects in the server that do not yield useful error messages to the end user. All of these should be revisited.

In particular, when the code is not a contract, but is valid sway, for example the use inputs library;