GitHub
Preparing search index...
The search index is not available
flex-rpc - v0.1.0
flex-rpc
JsonRpcErrorResponse
Interface JsonRpcErrorResponse<TData>
JSON-RPC 2.0 Error Response
interface
JsonRpcErrorResponse
<
TData
>
{
jsonrpc
:
"2.0"
;
error
:
JsonRpcErrorObject
<
TData
>
;
id
:
JsonRpcId
;
}
Type Parameters
TData
=
unknown
Index
Properties
jsonrpc
error
id
Properties
Readonly
jsonrpc
jsonrpc
:
"2.0"
Readonly
error
error
:
JsonRpcErrorObject
<
TData
>
Readonly
id
id
:
JsonRpcId
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
jsonrpc
error
id
flex-rpc - v0.1.0
Loading...
JSON-RPC 2.0 Error Response