MCPcopy Create free account
hub / github.com/Tong89/smartNode / ValidationError

Class ValidationError

backend/schemas.py:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7
8class ValidationError(Exception):
9 def __init__(self, errors):
10 super().__init__("validation failed")
11 self.errors = errors
12
13
14def _err(field, message):

Callers 2

validate_count_updateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected