nylas
    Preparing search index...

    Interface NylasApiErrorResponse

    Interface representing the error response from the Nylas API.

    interface NylasApiErrorResponse {
        error: NylasApiErrorResponseData;
        flowId?: string;
        headers?: Record<string, string>;
        requestId: string;
    }
    Index

    Properties

    flowId?: string
    headers?: Record<string, string>
    requestId: string