the idea was to have a good and user friendly error response which is like the message at end of this file.
it shows the error type, location, message and the input caused the error, for each validation error that any of those validation methods like validate_identification
could raise.
# validators.py
from pydantic_core import InitErrorDetails, PydanticCustomError
from . import error_messages, regex_patterns