MCPcopy Create free account
hub / github.com/AQ-MedAI/MedMemoryBench / InvalidValueError

Class InvalidValueError

methods/cognee/exceptions/exceptions.py:38–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36
37
38class InvalidValueError(CogneeApiError):
39 def __init__(
40 self,
41 message: str = "Invalid Value.",
42 name: str = "InvalidValueError",
43 status_code=status.HTTP_422_UNPROCESSABLE_ENTITY,
44 ):
45 super().__init__(message, name, status_code)
46
47
48class InvalidAttributeError(CogneeApiError):

Callers 15

get_llm_clientFunction · 0.90
show_promptMethod · 0.90
show_promptMethod · 0.90
show_promptMethod · 0.90
searchMethod · 0.90
searchMethod · 0.90
searchMethod · 0.90
searchMethod · 0.90
searchMethod · 0.90
searchMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected