@valon-technologies/gestalt
Preparing search index...
services/app
OperationResult
Interface OperationResult
OperationResult is the serialized result returned from an Execute call.
interface
OperationResult
{
status
:
number
;
body
:
Uint8Array
;
headers
:
{
[
key
:
string
]:
StringList
}
;
}
Index
Properties
status
body
headers
Properties
status
status
:
number
body
body
:
Uint8Array
headers
headers
:
{
[
key
:
string
]:
StringList
}
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
status
body
headers
@valon-technologies/gestalt
Loading...
OperationResult is the serialized result returned from an Execute call.