Modeling Errors in App Development
Hey, I am trying to build my first app using Effects and I am not sure what is the best way to model errors. Doc says that "However, you can use whatever you like to model your error types" but I am curious if there is any standard way to model errors like using ES6 classes and extending from Error or using branded types. How do you usually build your errors?
