ads-client | Beckhoff TwinCAT ADS client library for Node.js
    Preparing search index...

    Interface BaseAdsResponse

    Base ADS reponse (that is received in all responses)

    interface BaseAdsResponse {
        error: boolean;
        errorCode: number;
        errorStr?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    error: boolean

    True if response has error (ADS or our own customer error)

    errorCode: number

    ADS error code (0 = no error, -1 = other than ADS error)

    errorStr?: string

    ADS error string