node-ovsdb
Preparing search index...
OvsdbErrorResponse
Interface OvsdbErrorResponse
A failed JSON-RPC response envelope.
interface
OvsdbErrorResponse
{
error
:
OvsdbError
;
id
:
JsonValue
;
result
?:
null
;
}
Index
Properties
error
id
result?
Properties
error
error
:
OvsdbError
id
id
:
JsonValue
Optional
result
result
?:
null
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
id
result
node-ovsdb
Loading...
A failed JSON-RPC response envelope.