This repository was archived by the owner on May 26, 2025. It is now read-only.
Getting associated error codes and messages? #35
Unanswered
bytelabsco
asked this question in
Q&A
Replies: 1 comment
-
Hi @bytelabsco , sorry for the late answer. You're right. #34 is related. Can you evaluate using any specific example when that scenario could be useful? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I think this may be related to #34, but just wanted to confirm my understanding. If I have multiple rules defined for a property with messages and codes (a simplified example from #34)
upon validation failing for both rules, is there a way to get the message/code groupings? What I mean by this is a way to get that "Message 11" and "Code 12" are related, and "Message 21" and "Code 22" are related? It seems at best I can use the Path as the key in the MessageMap and CodeMap, but that doesn't tie those items together.
Beta Was this translation helpful? Give feedback.
All reactions