nylas
Preparing search index...
models/error
NylasApiErrorResponse
Interface NylasApiErrorResponse
Interface representing the error response from the Nylas API.
interface
NylasApiErrorResponse
{
error
:
NylasApiErrorResponseData
;
flowId
?:
string
;
headers
?:
Record
<
string
,
string
>
;
requestId
:
string
;
}
Index
Properties
error
flow
Id?
headers?
request
Id
Properties
error
error
:
NylasApiErrorResponseData
Optional
flow
Id
flowId
?:
string
Optional
headers
headers
?:
Record
<
string
,
string
>
request
Id
requestId
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
error
flow
Id
headers
request
Id
nylas
Loading...
Interface representing the error response from the Nylas API.