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

    Interface ResourceConflict

    There is a difference between the actual resource state and the expected one.

    interface ResourceConflict {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.common.v1.ResourceConflict";
        message: string;
        resourceId: string;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

    • [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined
    Index

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.common.v1.ResourceConflict"
    message: string

    Detailed info about conflict.

    resourceId: string

    ID of conflicting resource.