nylas
    Preparing search index...

    Interface NylasApiErrorResponseData

    Interface representing the error data within the response object.

    interface NylasApiErrorResponseData {
        message: string;
        providerError?: any;
        type: string;
    }

    Implemented by

    Index

    Properties

    message: string
    providerError?: any
    type: string