mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
9 lines
224 B
Python
9 lines
224 B
Python
UserModel(signup_ts='broken')
|
|
"""
|
|
pydantic.exceptions.ValidationError: 2 errors validating input
|
|
user_id:
|
|
field required (error_type=Missing)
|
|
signup_ts:
|
|
Invalid datetime format (error_type=ValueError track=datetime)
|
|
"""
|