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

449's Returns 'Unknown Error Occured' Instead of 'Retry with an x-api-version header' #51

Closed
yunong opened this issue Nov 28, 2011 · 1 comment

Comments

@yunong
Copy link
Member

yunong commented Nov 28, 2011

The Restify docs http://mcavage.github.com/node-restify/restify-versions.7.html state that a 'Retry with an x-api-version header' should be sent back along with the 449 error. However, that is not the case.

Sample response:

{ stack: [Getter/Setter],
arguments: undefined,
type: undefined,
_isError: true,
name: 'HttpError',
httpCode: 449,
restCode: 'UnknownError',
message: 'Unknown error occured.',
details: ...
}

@mcavage
Copy link
Contributor

mcavage commented Dec 1, 2011

Will be published in npm@0.5.5

@mcavage mcavage closed this as completed Dec 1, 2011
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

2 participants