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

    Class NDExAuthError

    Error thrown when authentication or authorisation fails (HTTP 401/403).

    The errorCode property reflects the server-supplied error code from the response body (e.g. 'NDEx_User_Account_Not_Verified', 'NDEx_Object_Not_Found_Exception'). When no server code is available it falls back to 'AUTH_ERROR'.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    statusCode?: number
    errorCode?: string
    description?: string