Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/encode/django-rest-framework
/ validation_error
Function
validation_error
tests/test_htmlrenderer.py:40–41 ·
view source on GitHub ↗
(request)
Source
from the content-addressed store, hash-verified
38
@api_view((
'GET'
,))
39
@renderer_classes((TemplateHTMLRenderer,))
40
def
validation_error(request):
41
raise
ValidationError(
'error'
)
42
43
44
urlpatterns = [
Callers
nothing calls this directly
Calls
1
ValidationError
Class · 0.90
Tested by
no test coverage detected