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

Normalize errors #11

Open
jpadilla opened this issue Jun 30, 2015 · 0 comments
Open

Normalize errors #11

jpadilla opened this issue Jun 30, 2015 · 0 comments

Comments

@jpadilla
Copy link
Contributor

Parse's error handling and error codes aren't the best but we should definitely make them more useful.

Current implementation of normalizeErrorResponse() looks for the errors key in the payload, it if it doesn't find it it'll return:

[
  {
    status: `${status}`,
    title: "The backend responded with an error",
    details: `${payload}`
  }
];

I think the least we cold do is return whatever payload is in our normalizeErrorResponse. Thoughts?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant