Improving error messages #107
salihgueler
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
Hey @salihgueler, as I understand you would like more helpful error messages right? For now, we just pass down the message from the backend but we could send more helpful links based on stream code and status code. Your error looks like you are trying things that are not permitted by the default permission policies in place. It is here to prevent misuse of the SDK, but if you'd like custom policies for your use case support will be able to help you with this? Btw what queries did you try to run? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is an idea/Q&A topic actually. I appreciate that you are directing users to the links for errors but, this can be difficult to follow sometimes.
This states that I do not have permission to do this and there are no policies allowing the request. As a user then I would do the following:
Then I would ask the following questions:
I believe the messages should at least either take the user to exact page about information/solution or tell possible solutions like "Be sure you are part of the project." etc.
BTW, I could not fix the problem above as well. So if you can help me out, that would be great as well :)
Beta Was this translation helpful? Give feedback.
All reactions