We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
When an error is occuring a NS call, I am ending with a very basic error generated by got. (like HttpError 400).
I think it's linked to this! sindresorhus/got#1126
I would like to have a bit more information like what I can see in Postman:
{ "type": "https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.1", "title": "Bad Request", "status": 400, "o:errorDetails": [ { "detail": "Error while accessing a resource. Please enter value(s) for: First Name, Last Name.", "o:errorCode": "USER_ERROR" } ] }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
When an error is occuring a NS call, I am ending with a very basic error generated by got. (like HttpError 400).
I think it's linked to this! sindresorhus/got#1126
I would like to have a bit more information like what I can see in Postman:
The text was updated successfully, but these errors were encountered: