Preparing search index...
The search index is not available
lemon-core
lemon-core
elasticsearch
ApiResponse
Interface ApiResponse<TResponse, TContext>
Type Parameters
TResponse =
Record
<
string
,
any
>
TContext =
Context
Hierarchy
RequestEvent
<
TResponse
,
TContext
>
ApiResponse
Index
Properties
body
headers
meta
status
Code
warnings
Properties
body
body
:
TResponse
headers
headers
:
Record
<
string
,
any
>
meta
meta
:
{
aborted
:
boolean
;
attempts
:
number
;
connection
:
Connection
;
context
:
TContext
;
name
:
string
|
symbol
;
request
:
{
id
:
any
;
options
:
TransportRequestOptions
;
params
:
TransportRequestParams
}
;
sniff
?:
{
hosts
:
any
[]
;
reason
:
string
}
}
Type declaration
aborted
:
boolean
attempts
:
number
connection
:
Connection
context
:
TContext
name
:
string
|
symbol
request
:
{
id
:
any
;
options
:
TransportRequestOptions
;
params
:
TransportRequestParams
}
id
:
any
options
:
TransportRequestOptions
params
:
TransportRequestParams
Optional
sniff
?:
{
hosts
:
any
[]
;
reason
:
string
}
hosts
:
any
[]
reason
:
string
status
Code
status
Code
:
number
warnings
warnings
:
string
[]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
lemon-
core
$sns
$sqs
$web
$wss
lib
tools
elasticsearch
Request
Params
errors
Api
Response
body
headers
meta
status
Code
warnings
Generated using
TypeDoc