Class NylasSdkTimeoutError

Error thrown when the Nylas SDK times out before receiving a response from the server

Hierarchy

Constructors

Properties

Constructors

Properties

flowId?: string

The flow ID Provide this to Nylas support to help trace requests and responses

headers?: Record<string, string>

The response headers

requestId?: string

The request ID

timeout: number

The timeout value set in the Nylas SDK, in seconds

url: string

The URL that timed out

Generated using TypeDoc