node-ovsdb
Preparing search index...
OvsdbError
Interface OvsdbError
OVSDB operation and RPC errors.
interface
OvsdbError
{
details
?:
string
|
null
;
error
:
string
;
[
key
:
string
]:
JsonValue
|
undefined
;
}
Indexable
[
key
:
string
]:
JsonValue
|
undefined
Index
Properties
details?
error
Properties
Optional
details
details
?:
string
|
null
error
error
:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
details
error
node-ovsdb
Loading...
OVSDB operation and RPC errors.