NDEx JavaScript Client API Reference - v0.6.0-alpha.5
    Preparing search index...

    Interface APIResponse<T>

    interface APIResponse<T = any> {
        data?: T;
        errorCode?: string;
        message?: string;
        description?: string;
        stackTrace?: string;
        timeStamp?: number;
    }

    Type Parameters

    • T = any
    Index

    Properties

    data?: T
    errorCode?: string
    message?: string
    description?: string
    stackTrace?: string
    timeStamp?: number