node-ovsdb
    Preparing search index...

    Interface OvsdbErrorResponse

    A failed JSON-RPC response envelope.

    interface OvsdbErrorResponse {
        error: OvsdbError;
        id: JsonValue;
        result?: null;
    }
    Index

    Properties

    Properties

    error: OvsdbError
    result?: null