You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently a function which throws an error is not handled in the IDE. Therefore we need to add the option to define RuntimeErrors inside a runtime function to handle the properly inside the IDE.
Settings
A settings value can be syntactically correct but is wrong inside the runtime. E.g. a API key can be correct from its syntax but is wrong inside the runtime. We need to catch this error and a Action should be able to send back a SettingsError
General
We should differentiate between a SettingsError and a RuntimeError
The text was updated successfully, but these errors were encountered:
Execution
Currently a function which throws an error is not handled in the IDE. Therefore we need to add the option to define RuntimeErrors inside a runtime function to handle the properly inside the IDE.
Settings
A settings value can be syntactically correct but is wrong inside the runtime. E.g. a API key can be correct from its syntax but is wrong inside the runtime. We need to catch this error and a Action should be able to send back a SettingsError
General
We should differentiate between a SettingsError and a RuntimeError
The text was updated successfully, but these errors were encountered: