Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
class
ValidationError(Exception):
9
def
__init__(self, errors):
10
super().__init__(
"validation failed"
)
11
self.errors = errors
12
13
14
def
_err(field, message):
Callers
2
validate_request_submission
Function · 0.85
validate_count_update
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected