@nebius/js-sdk - v0.2.54
    Preparing search index...

    Interface ResourceEvent_LevelValueMembers

    Defines the static values of ResourceEvent_Level.

    interface ResourceEvent_LevelValueMembers {
        DEBUG: EnumInstance<
            "DEBUG"
            | "INFO"
            | "WARN"
            | "ERROR"
            | "UNRECOGNIZED"
            | "UNSPECIFIED",
        >;
        ERROR: EnumInstance<
            "DEBUG"
            | "INFO"
            | "WARN"
            | "ERROR"
            | "UNRECOGNIZED"
            | "UNSPECIFIED",
        >;
        INFO: EnumInstance<
            "DEBUG"
            | "INFO"
            | "WARN"
            | "ERROR"
            | "UNRECOGNIZED"
            | "UNSPECIFIED",
        >;
        UNSPECIFIED: EnumInstance<
            "DEBUG"
            | "INFO"
            | "WARN"
            | "ERROR"
            | "UNRECOGNIZED"
            | "UNSPECIFIED",
        >;
        WARN: EnumInstance<
            "DEBUG"
            | "INFO"
            | "WARN"
            | "ERROR"
            | "UNRECOGNIZED"
            | "UNSPECIFIED",
        >;
    }
    Index
    DEBUG: EnumInstance<
        "DEBUG"
        | "INFO"
        | "WARN"
        | "ERROR"
        | "UNRECOGNIZED"
        | "UNSPECIFIED",
    >

    A debug event providing detailed insight. Such events are used to debug problems with specific resource(s) and process(es)

    ERROR: EnumInstance<
        "DEBUG"
        | "INFO"
        | "WARN"
        | "ERROR"
        | "UNRECOGNIZED"
        | "UNSPECIFIED",
    >

    Error event. Indicates a serious problem with the API resource and/or the corresponding processes. Requires immediate user action

    INFO: EnumInstance<
        "DEBUG"
        | "INFO"
        | "WARN"
        | "ERROR"
        | "UNRECOGNIZED"
        | "UNSPECIFIED",
    >

    A normal event or state change. Informs what is happening with the API resource. Does not require user attention or interaction

    UNSPECIFIED: EnumInstance<
        "DEBUG"
        | "INFO"
        | "WARN"
        | "ERROR"
        | "UNRECOGNIZED"
        | "UNSPECIFIED",
    >

    Unspecified event severity level

    WARN: EnumInstance<
        "DEBUG"
        | "INFO"
        | "WARN"
        | "ERROR"
        | "UNRECOGNIZED"
        | "UNSPECIFIED",
    >

    Warning event. Indicates a potential or minor problem with the API resource and/or the corresponding processes. Needs user attention, but requires no immediate action (yet)