Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mindverse/Second-Me
/ error
Method
error
lpm_kernel/api/common/responses.py:14–15 ·
view source on GitHub ↗
(message: str, code: int = 1, data: Any = None)
Source
from the content-addressed store, hash-verified
12
13
@staticmethod
14
def
error(message: str, code: int = 1, data: Any = None) -> dict:
15
return
{
"code"
: code,
"message"
: message,
"data"
: data}
16
17
18
class
ResponseHandler:
Callers
15
__init__
Method · 0.80
handle_message
Method · 0.80
run
Method · 0.80
_missing_
Method · 0.80
create_app
Function · 0.80
update_chunk_embedding_status
Method · 0.80
update_embedding_status
Method · 0.80
_analyze_document
Method · 0.80
analyze_document
Method · 0.80
_update_analyze_status_failed
Method · 0.80
check_all_documents_embeding_status
Method · 0.80
analyze_all_documents
Method · 0.80
Calls
no outgoing calls
Tested by
1
do_test
Function · 0.64