nylas
    Preparing search index...

    Interface NylasOAuthErrorResponse

    Interface representing an OAuth error returned by the Nylas API.

    interface NylasOAuthErrorResponse {
        error: string;
        errorCode: number;
        errorDescription: string;
        errorUri: string;
    }

    Implemented by

    Index

    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.