Class NylasApiError

Class representation of a general Nylas API error.

Hierarchy

Implements

Constructors

Properties

flowId?: null | string

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

headers?: Record<string, string>

The response headers

providerError: any

Provider Error.

requestId?: string

The unique identifier of the request.

statusCode?: number

The HTTP status code of the error response.

type: string

Error type.

Generated using TypeDoc