Diagnostic

final class ntoseye.Diagnostic

One field that reads independently: value when it did, error when it did not. Truthy exactly when available.

property available: bool
property error: str | None
property source: str | None
to_dict() → dict[str, Any]

The {available, value, error[, source]} dict the MCP surface returns.

property value: Any