Class AbstractNylasApiErrorAbstract

Base class for all Nylas API errors.

Hierarchy

Constructors

  • Parameters

    • Optional message: string

    Returns AbstractNylasApiError

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

requestId?: string

The unique identifier of the request.

statusCode?: number

The HTTP status code of the error response.

Generated using TypeDoc