drf-friendly-errors icon indicating copy to clipboard operation
drf-friendly-errors copied to clipboard

human readable error code support

Open aiden0z opened this issue 8 years ago • 0 comments

like

{
  "message": "Validation Failed",
  "errors": [
    {
      "resource": "Issue",
      "field": "title",
      "code": "missing_field"
    }
  ]
}

aiden0z avatar Aug 04 '16 14:08 aiden0z