Error Store

Utilities for storing collections of error messages.

Warning

This module is treated as private API. Users should not need to use this module directly.

marshmallow.error_store.merge_errors(errors1, errors2)[source]

Deeply merge two error messages.

The format of errors1 and errors2 matches the message parameter of marshmallow.exceptions.ValidationError.