Skip to content

better unpacking exception handling

fixes #273 (closed)

Example

render of the following error dict:

{
    "pages": {
        "content": ["This field may not be blank."]
    }
}

image

known issues

may not make 100% sense to a v1.5 person as the errors correspond more directly to V2 YAML =\

Merge request reports

Loading