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
I have 3 SetName mutually exclusive groups.
In every group I'd like to have required parameters.
1
p11 (required=true)
p12 (required=false)
2
p21 (required=true)
p22 (required=false)
3
p31 (required=true)
p32 (required=false)
By fact: the application detected group 2 it generated error that no required parameter p11.
But it is from group 1. I do not need it.
When I have declared all options Required=false it helped.
What I do wrong?
The text was updated successfully, but these errors were encountered:
I have 3 SetName mutually exclusive groups.
In every group I'd like to have required parameters.
1
p11 (required=true)
p12 (required=false)
2
p21 (required=true)
p22 (required=false)
3
p31 (required=true)
p32 (required=false)
By fact: the application detected group 2 it generated error that no required parameter p11.
But it is from group 1. I do not need it.
When I have declared all options Required=false it helped.
What I do wrong?
The text was updated successfully, but these errors were encountered: