Datalynk Client
    Preparing search index...

    Type Alias ApiConnectionStatus

    ApiConnectionStatus: "online" | "offline" | "unauthorized" | "unavailable"

    Current ability to communicate with the Datalynk API.

    • online - normal API requests are available.
    • offline - the API could not be reached over the network.
    • unauthorized - the current token is expired or was rejected.
    • unavailable - the API responded with a recoverable server/API failure and the exact failed request owns recovery until it succeeds again.

    offline and unavailable are intentionally distinct. A browser may still have Internet access while Datalynk is unavailable because, for example, MySQL or an API route is failing.