winccoa-manager
    Preparing search index...

    Enumeration WinccoaErrorCode

    Enumerates all error codes that are generated by the JavaScript manager and do not directly correspond to an error code in WinCC OA.

    Index

    Enumeration Members

    BigIntDoesntFit: 9305

    BigInt value does not fit into WinCC OA variable.

    CannotConvertFromVariable: 9302

    Cannot convert a WinCC OA variable to a JavaScript value.

    CannotConvertToVariable: 9301

    Cannot convert a JavaScript value to a WinCC OA variable.

    CtrlScriptStopped: 9308

    A running script was stopped before being finished.

    InvalidArgument: 9310

    Invalid argument.

    InvalidConnectionId: 9303

    Invalid connection ID (for e. g. WinccoaManager.dpDisconnect).

    InvalidUserId: 9304

    Invalid user ID (for e. g. WinccoaManager.setUserId).

    MultipleErrors: 9399

    Error contains multiple errors (see WinccoaError.multipleErrors).

    NoDataReceived: 9307

    No data received from an answer (for e. g. WinccoaManager.dpConnect).

    NoDpIdentificationPtr: 9306

    Verification of DP identification failed, DP ID not found.

    SingletonAlreadyExisting: 9309

    Internal error: an instance of an singleton already exists.

    Undefined: 0

    Undefined error.