Handling Specific Error Codes in Effect Typescript Library
For sending back specific error codes, is it as simple as adding the error to the api schema and having the effect return that on the error channel, like this:
I'm trying something like this, but I'm getting a 500 response instead
I'm trying something like this, but I'm getting a 500 response instead
