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

    Interface StatusValueMembers

    Defines the static values of Status.

    interface StatusValueMembers {
        DONE: EnumInstance<
            | "ERROR"
            | "UNRECOGNIZED"
            | "RESPONSE_STATUS_UNSPECIFIED"
            | "STARTED"
            | "DONE",
        >;
        ERROR: EnumInstance<
            | "ERROR"
            | "UNRECOGNIZED"
            | "RESPONSE_STATUS_UNSPECIFIED"
            | "STARTED"
            | "DONE",
        >;
        RESPONSE_STATUS_UNSPECIFIED: EnumInstance<
            | "ERROR"
            | "UNRECOGNIZED"
            | "RESPONSE_STATUS_UNSPECIFIED"
            | "STARTED"
            | "DONE",
        >;
        STARTED: EnumInstance<
            | "ERROR"
            | "UNRECOGNIZED"
            | "RESPONSE_STATUS_UNSPECIFIED"
            | "STARTED"
            | "DONE",
        >;
    }
    Index
    DONE: EnumInstance<
        | "ERROR"
        | "UNRECOGNIZED"
        | "RESPONSE_STATUS_UNSPECIFIED"
        | "STARTED"
        | "DONE",
    >

    Action finished successfully

    ERROR: EnumInstance<
        | "ERROR"
        | "UNRECOGNIZED"
        | "RESPONSE_STATUS_UNSPECIFIED"
        | "STARTED"
        | "DONE",
    >

    Action finished with error

    RESPONSE_STATUS_UNSPECIFIED: EnumInstance<
        | "ERROR"
        | "UNRECOGNIZED"
        | "RESPONSE_STATUS_UNSPECIFIED"
        | "STARTED"
        | "DONE",
    >

    Represents the RESPONSE_STATUS_UNSPECIFIED protobuf enum value.

    STARTED: EnumInstance<
        | "ERROR"
        | "UNRECOGNIZED"
        | "RESPONSE_STATUS_UNSPECIFIED"
        | "STARTED"
        | "DONE",
    >

    Asynchronous action started