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
Is your feature request related to a problem? Please describe.
I am create a form. user can create a org.
but if there is a same name org. user won't create success.
I want show a info so the user know what happen.
but I can't get the error code from the Error message due to it already handle by internal code
https://github.com/zenstackhq/zenstack/blob/689d013796342db88777bb75b478f0b9fce2598c/packages/plugins/swr/src/runtime/index.ts#L408C9-L408C15
Describe the solution you'd like
Add a fether to ZenStackHooksProvider so that I can get the error code.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem? Please describe.
I am create a form. user can create a org.
but if there is a same name org. user won't create success.
I want show a info so the user know what happen.
but I can't get the error code from the Error message due to it already handle by internal code
https://github.com/zenstackhq/zenstack/blob/689d013796342db88777bb75b478f0b9fce2598c/packages/plugins/swr/src/runtime/index.ts#L408C9-L408C15
Describe the solution you'd like
Add a fether to ZenStackHooksProvider so that I can get the error code.
The text was updated successfully, but these errors were encountered: