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

    Interface APIError

    interface APIError {
        errorCode: string;
        message: string;
        description?: string;
        stackTrace?: string;
        timeStamp?: number;
    }
    Index

    Properties

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