Interface NylasOAuthErrorResponse

Interface representing an OAuth error returned by the Nylas API.

Hierarchy

  • NylasOAuthErrorResponse

Implemented by

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.

Generated using TypeDoc