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
Currently, we do have property getters for error fields:
edgedb-python/edgedb/errors/_base.py
Lines 98 to 127 in ca40114
... but they are not considered stable API. We should change that and also expose details field.
details
We do have similar code in the server:
https://github.com/edgedb/edgedb/blob/master/edb/errors/base.py#L178-L200
The text was updated successfully, but these errors were encountered:
I think probably details should be dumped in the default formatting
Sorry, something went wrong.
vpetrovykh
No branches or pull requests
Currently, we do have property getters for error fields:
edgedb-python/edgedb/errors/_base.py
Lines 98 to 127 in ca40114
... but they are not considered stable API. We should change that and also expose
details
field.We do have similar code in the server:
https://github.com/edgedb/edgedb/blob/master/edb/errors/base.py#L178-L200
The text was updated successfully, but these errors were encountered: