-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested
Description
Instead of sending just validation error, how about sending error in the following format?
{
"errors": [
{
"field": "field name",
"full_field": "Struct Full Field",
"message": "This field is required"
}
]
}
PR: #107
Metadata
Metadata
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested