@valon-technologies/gestalt
Preparing search index...
index
OperationResult
Interface OperationResult
Serialized operation result returned by the protocol runtime.
interface
OperationResult
{
status
:
number
;
headers
:
Record
<
string
,
string
[]
>
;
body
:
Uint8Array
;
ok
:
boolean
;
bytes
()
:
Uint8Array
;
text
()
:
string
;
json
<
T
=
unknown
>
()
:
T
;
requireOk
()
:
OperationResult
;
}
Index
Properties
status
headers
body
ok
Methods
bytes
text
json
require
Ok
Properties
status
status
:
number
headers
headers
:
Record
<
string
,
string
[]
>
body
body
:
Uint8Array
ok
ok
:
boolean
Methods
bytes
bytes
()
:
Uint8Array
Returns
Uint8Array
text
text
()
:
string
Returns
string
json
json
<
T
=
unknown
>
()
:
T
Type Parameters
T
=
unknown
Returns
T
require
Ok
requireOk
()
:
OperationResult
Returns
OperationResult
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
status
headers
body
ok
Methods
bytes
text
json
require
Ok
@valon-technologies/gestalt
Loading...
Serialized operation result returned by the protocol runtime.