Raised when provided fields where not contained in a pydantic model.
Usage
Source
utils.FieldNotInModelError( *, model, unexpected_field, )