cockpit-plugin-base-react - v1.1.1
    Preparing search index...

    Interface PollingFetchOptions

    interface PollingFetchOptions {
        errorThreshold?: number;
    }
    Index

    Properties

    Properties

    errorThreshold?: number

    Number of consecutive failures before the error is surfaced to the caller. Useful for suppressing transient errors during service restarts (e.g. Docker daemon). Default: 1 (surface immediately — preserves existing behaviour).