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
{{ message }}
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.
In the April 2018 release, support for custom validations were added to response payload for the validate route. However, I understand this is not actually true. Are you able to add this support? It's a common use case that you want to serve back a descriptive error message to the user (with a reason) in this scenario where validation fails.
The text was updated successfully, but these errors were encountered:
So we did some looking internally. The information that is passed back does not get persisted anywhere and is not connected up in the UI such that a user would be able to view the information. The Information does go into Developer Log, but that wouldn't immediately be actionable for a user.
We are taking a look internally about how we could satisfy this use case and what that process would look like.
I'd like to keep this issue open so we can use it as a method of posting updates until we develop a plan and release software that enables this use case. :)
In the April 2018 release, support for custom validations were added to response payload for the validate route. However, I understand this is not actually true. Are you able to add this support? It's a common use case that you want to serve back a descriptive error message to the user (with a reason) in this scenario where validation fails.
The text was updated successfully, but these errors were encountered: