Skip to content

Incorrect ValidationError.annotated() output with abortEarly #217

@osslate

Description

@osslate

When abortEarly is enabled and there's more than one validation error, ValidationError.annotated() produces an incorrect error message. It claims the field is missing after the first error. Instead, it might be a better idea for it to display something like

    "name" [5,6]: "Hello, this doesn't appear valid.",

with any errors found for that key comma-delimited.

screen shot 2014-03-27 at 19 51 35

Metadata

Metadata

Assignees

Labels

featureNew functionality or improvement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions