ie, if a POST /comments has attribute validation errors, as well as a permissions issue (such as setting the comment's author), all of these errors should processed and returned in one request, not across multiple requests. This should leverage the exceptions.ErrorList exception.
ie, if a
POST /comments
has attribute validation errors, as well as a permissions issue (such as setting the comment's author), all of these errors should processed and returned in one request, not across multiple requests. This should leverage theexceptions.ErrorList
exception.