emit_startup_failure(
exc: BaseException,
) -> None| Name | Type | Description |
|---|---|---|
exc* | BaseException | The exception raised during graph initialization. |
Report a server graph startup failure to the parent app process.
Emits two stderr outputs: the full traceback for logs/debugging, then a
single-line {STARTUP_ERROR_MARKER}{type}: {summary} line that
server._extract_startup_error_marker parses to upgrade an opaque
"Server process exited with code N" into an actionable summary.