nylas
    Preparing search index...

    Class NylasOAuthError

    Class representing an OAuth error returned by the Nylas API.

    Hierarchy (View Summary)

    Implements

    Index

    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.

    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.