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 was initially thinking of including the error code in the validation error message I expose to the user of my integration.
However, since there don't seem to be any public document listing built-in error codes and what they mean (apart from reading the raw source of com.networknt.schema.ValidatorTypeCode), I'm not sure there is value in exposing that.
Is there a plan to have an online document with a list of built-in error codes and they mean?
If there was, I could include the link in the error description e.g.
The text was updated successfully, but these errors were encountered:
Exposing error codes is awesome, thanks for that!
I was initially thinking of including the error code in the validation error message I expose to the user of my integration.
However, since there don't seem to be any public document listing built-in error codes and what they mean (apart from reading the raw source of
com.networknt.schema.ValidatorTypeCode
), I'm not sure there is value in exposing that.Is there a plan to have an online document with a list of built-in error codes and they mean?
If there was, I could include the link in the error description e.g.
The text was updated successfully, but these errors were encountered: