ZenFS
Preparing search index...
index
RPC
Response
Interface Response<TMethod>
Internal
An RPC message
interface
Response
<
TMethod
extends
Method
=
Method
>
{
_zenfs
:
true
;
error
?:
WithOptional
<
ExceptionJSON
,
"code"
|
"errno"
>
;
id
:
string
;
method
:
TMethod
;
stack
:
string
;
value
:
ReturnType
<
Methods
[
TMethod
]
>
;
}
Type Parameters
TMethod
extends
Method
=
Method
Hierarchy (
View Summary
)
Message
Response
Index
Properties
_
zenfs
error?
id
method
stack
value
Properties
_
zenfs
_zenfs
:
true
Optional
error
error
?:
WithOptional
<
ExceptionJSON
,
"code"
|
"errno"
>
id
id
:
string
method
method
:
TMethod
stack
stack
:
string
value
value
:
ReturnType
<
Methods
[
TMethod
]
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_
zenfs
error
id
method
stack
value
ZenFS
Loading...
An RPC message