Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Centralized error codes #880

Open
purehyperbole opened this issue Feb 19, 2018 · 0 comments
Open

Centralized error codes #880

purehyperbole opened this issue Feb 19, 2018 · 0 comments
Labels

Comments

@purehyperbole
Copy link
Member

purehyperbole commented Feb 19, 2018

Preamble

Idea: <to be assigned>
Title: Centralized error codes
Status: Draft
Created: 2018-02-21

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.

@adriacidre adriacidre changed the title Standardize API error messages Centralized error codes Feb 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants