ao-js-sdk - v0.0.9
    Preparing search index...

    Interface HealthStatus

    interface HealthStatus {
        errorsLastDay: number;
        errorsLastHour: number;
        errorTotal: number;
        status: "healthy" | "degraded";
    }
    Index

    Properties

    errorsLastDay: number
    errorsLastHour: number
    errorTotal: number
    status: "healthy" | "degraded"