node-ovsdb
Preparing search index...
OvsdbSuccessResponse
Interface OvsdbSuccessResponse<TResult>
A successful JSON-RPC response envelope.
interface
OvsdbSuccessResponse
<
TResult
=
JsonValue
>
{
error
:
null
;
id
:
JsonValue
;
result
:
TResult
;
}
Type Parameters
TResult
=
JsonValue
Index
Properties
error
id
result
Properties
error
error
:
null
id
id
:
JsonValue
result
result
:
TResult
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
id
result
node-ovsdb
Loading...
A successful JSON-RPC response envelope.