MCPcopy Create free account
hub / github.com/CScorza/IntelOSINT / public_error

Function public_error

IntelOSINT.py:2191–2192  ·  view source on GitHub ↗
(message="Operazione non riuscita.", status=400)

Source from the content-addressed store, hash-verified

2189
2190
2191def public_error(message="Operazione non riuscita.", status=400):
2192 return jsonify({"status": "error", "message": message}), status
2193
2194
2195def ensure_admin_browser_session():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected