-
Notifications
You must be signed in to change notification settings - Fork 7
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
Document the errors and error codes & causes in the language repo #19
Comments
With the modular models changes we've needed to think about the properties returned as part of the validation errors as they were changed to facilitate mapping of validation errors back to the original source. In here I'm mostly just using the JS package as an example, it should also apply to Java but It does not apply to Go. I wont include any standard error properties like While discussing I'll use the following DSL to demonstrate the structure of the validation errors raised model
schema 1.1
type user
type group
relations
define member: [user]
define reader: member and allowed // error here the relation `allowed` does not exist. Current (
|
I want to work on this issue if it is still open, please assign it to me. |
👋🏻 Thanks for the offer @JanumalaAkhilendra. Sorry about this, we feel this issue isn't well defined for hacktoberfest as it requires some discussion between the team that we're unable to facilitate. We've specifically labelled issues that we're looking for help with with the |
Depends on #99
The text was updated successfully, but these errors were encountered: