@rekurt/openkline - v0.2.0
    Preparing search index...

    Type Alias ChartErrorWhere

    ChartErrorWhere:
        | "fetchHistory"
        | "loadMoreHistory"
        | "subscribe"
        | "parseCandles"
        | "indicator"
        | "render"
        | "unknown"

    Location identifier for an error dispatched through ChartConfig.onError. Use this to decide severity and display strategy — e.g. a fetchHistory error may block the chart, while a subscribe error may just drop one live tick.