MCPcopy
hub / github.com/fastapi/fastapi / WebSocketRequestValidationError

Class WebSocketRequestValidationError

fastapi/exceptions.py:224–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222
223
224class WebSocketRequestValidationError(ValidationException):
225 def __init__(
226 self,
227 errors: Sequence[Any],
228 *,
229 endpoint_ctx: EndpointContext | None = None,
230 ) -> None:
231 super().__init__(errors, endpoint_ctx=endpoint_ctx)
232
233
234class ResponseValidationError(ValidationException):

Callers 1

appFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…