nylas
Preparing search index...
models/error
NylasApiErrorResponseData
Interface NylasApiErrorResponseData
Interface representing the error data within the response object.
interface
NylasApiErrorResponseData
{
message
:
string
;
providerError
?:
any
;
type
:
string
;
}
Implemented by
NylasApiError
Index
Properties
message
provider
Error?
type
Properties
message
message
:
string
Optional
provider
Error
providerError
?:
any
type
type
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
message
provider
Error
type
nylas
Loading...
Interface representing the error data within the response object.