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

Add handling of permission denied error code #126

Open
mharista opened this issue Nov 3, 2020 · 0 comments
Open

Add handling of permission denied error code #126

mharista opened this issue Nov 3, 2020 · 0 comments
Assignees

Comments

@mharista
Copy link
Contributor

mharista commented Nov 3, 2020

response.text

{"errorCode":"29402","errorMessage":"Failed to authorize user: rpc error: code = PermissionDenied desc = not authorized"}

response.json()


{'errorCode': '29402', 'errorMessage': 'Failed to authorize user: rpc error: code = PermissionDenied desc = not authorized'}

Request example:


GET: https:///web/provisioning/getContainerInfoById.do?containerId= : Request Error: Failed to authorize user: rpc error: code = PermissionDenied desc = not authorized

@mharista mharista self-assigned this Nov 3, 2020
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