parseable icon indicating copy to clipboard operation
parseable copied to clipboard

Refactor errors in server into two major types

Open nitisht opened this issue 3 years ago • 0 comments

Errors are of two major types:

  1. Server error - to be logged on to the Parseable console.
  2. API error - to be sent to the user as API response.

In some cases we may need to use both types.

nitisht avatar Aug 04 '22 05:08 nitisht