Preparing search index...
The search index is not available
DIVA SDK - v1.2.0
DIVA SDK - v1.2.0
jsonrpc-lite
ErrorObject
Class ErrorObject
JsonRpc Class
Returns
JsonRpc object
Api
public
Hierarchy
JsonRpc
ErrorObject
Index
Constructors
constructor
Properties
error
id
Accessors
jsonrpc
VERSION
Methods
serialize
toJSON
Constructors
constructor
new
Error
Object
(
id
:
ID
, error
:
JsonRpcError
)
:
ErrorObject
Parameters
id:
ID
error:
JsonRpcError
Returns
ErrorObject
Properties
error
error
:
JsonRpcError
id
id
:
ID
Accessors
jsonrpc
get
jsonrpc
(
)
:
"2.0"
Returns
"2.0"
Static
VERSION
get
VERSION
(
)
:
"2.0"
Returns
"2.0"
Methods
serialize
serialize
(
)
:
string
Returns
string
toJSON
toJSON
(
)
:
ErrorObject
&
{
jsonrpc
:
"2.0"
}
Returns
ErrorObject
&
{
jsonrpc
:
"2.0"
}
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Modules
DIVA SDK -
v1.2.0
diva-
sdk
diva-
sdk-
core
diva-
sdk-
loader
diva-
sdk-
math
jsonrpc-
lite
Error
Object
constructor
error
id
jsonrpc
VERSION
serialize
toJSON
JsonRpc Class
Returns
JsonRpc object
Api
public