OpenQuizz
Une application de gestion des contenus pédagogiques
marshmallow.error_store Namespace Reference

Data Structures

class  ErrorStore
 

Functions

def merge_errors (errors1, errors2)
 

Detailed Description

Utilities for storing collections of error messages.

.. warning::

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

Function Documentation

◆ merge_errors()

def marshmallow.error_store.merge_errors (   errors1,
  errors2 
)
Deeply merge two error messages.

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