Class NylasOAuthError

Class representing an OAuth error returned by the Nylas API.

Hierarchy

Implements

Constructors

Properties

error: string

Error type.

errorCode: number

Error code used for referencing the docs, logs, and data stream.

errorDescription: string

Human readable error description.

errorUri: string

URL to the related documentation and troubleshooting regarding this error.

requestId?: string

The unique identifier of the request.

statusCode?: number

The HTTP status code of the error response.

Generated using TypeDoc