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

    Interface AdsError

    ADS error

    interface AdsError {
        errorCode: number;
        errorStr?: string;
    }
    Index

    Properties

    Properties

    errorCode: number

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

    errorStr?: string

    ADS error string