parseable
parseable copied to clipboard
Refactor errors in server into two major types
Errors are of two major types:
- Server error - to be logged on to the Parseable console.
- API error - to be sent to the user as API response.
In some cases we may need to use both types.