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
This feature aims to introduce a centralized library wih all error codes on the platform
Product Overview
Product Description
Actually all errors are returned from any random service, and they can be logged, thrown to the user or captured by the api or cli. This makes it really hard to debug the platform for a non core developer.
The idea is to have a library with all errors on the platform, each one with its code and description, so when a service throws an error could be easily identified by any other service or the cli.
Requirements & Dependancies
May be good to modify all loggers to add the error code too.
The text was updated successfully, but these errors were encountered:
Preamble
Summary
This feature aims to introduce a centralized library wih all error codes on the platform
Product Overview
Product Description
Actually all errors are returned from any random service, and they can be logged, thrown to the user or captured by the api or cli. This makes it really hard to debug the platform for a non core developer.
The idea is to have a library with all errors on the platform, each one with its code and description, so when a service throws an error could be easily identified by any other service or the cli.
Requirements & Dependancies
May be good to modify all loggers to add the error code too.
The text was updated successfully, but these errors were encountered: