Skip to content

Validation Error handling? #106

@mukezhz

Description

@mukezhz

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 requestquestionFurther information is requested

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions