You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you in advance for helping us to improve this library! Please read through the template below and answer all relevant questions. Your additional work here is greatly appreciated and will help us respond as quickly as possible.
By submitting an issue to this repository, you agree to the terms within the OpenFGA Code of Conduct.
Description
The OpenFGA java sdk at present does not return any error messages with proper types. It's only returning FgaApiValidationError. java sdk default error log has so little information. It just prints method which is not very helpful to find error. Caused by: dev.openfga.sdk.errors.FgaApiValidationError: check
At present there is no way to identify such errors. It would be really helpful if these error codes are returned in the response from SDK.
Please do not report security vulnerabilities here. See the Responsible Disclosure Program.
Thank you in advance for helping us to improve this library! Please read through the template below and answer all relevant questions. Your additional work here is greatly appreciated and will help us respond as quickly as possible.
By submitting an issue to this repository, you agree to the terms within the OpenFGA Code of Conduct.
Description
The OpenFGA java sdk at present does not return any error messages with proper types. It's only returning FgaApiValidationError. java sdk default error log has so little information. It just prints method which is not very helpful to find error.
Caused by: dev.openfga.sdk.errors.FgaApiValidationError: check
At present there is no way to identify such errors. It would be really helpful if these error codes are returned in the response from SDK.
Version of SDK
Version of OpenFGA (if known)
OpenFGA Flags/Custom Configuration Applicable
Reproduction
Sample Code the Produces Issues
Backtrace (if applicable)
Expected behavior
Additional context
The text was updated successfully, but these errors were encountered: