node-ovsdb
    Preparing search index...

    Interface OvsdbError

    OVSDB operation and RPC errors.

    interface OvsdbError {
        details?: string | null;
        error: string;
        [key: string]: JsonValue | undefined;
    }

    Indexable

    Index

    Properties

    Properties

    details?: string | null
    error: string