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

Getting Null for error code while logging in. #126

Open
Piyush7034 opened this issue May 19, 2023 · 0 comments
Open

Getting Null for error code while logging in. #126

Piyush7034 opened this issue May 19, 2023 · 0 comments

Comments

@Piyush7034
Copy link
Contributor

When we try to login, the if there is an error in case of no machine found or incorrect credentials, then on printing the error then we are getting null value for the error code. Eg.: If we try to login using wrong credentials and try to log error object, then this object is printed:
[{
errorCode: null,
message: Invalid request
}]
Please find the response object for this error:
ResponseWrapper(id=null, version=null, responsetime=2023-05-19T07:37:13.559Z, metadata=null, response=null, errors=[errorCode : null message : Invalid Request])

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