NodeOPCUA API Documentation
    Preparing search index...

    Interface TransactionErrorTypeOptions

    interface TransactionErrorTypeOptions {
        error?: StatusCode;
        message?: LocalizedTextLike | null;
        targetId?: NodeIdLike | null;
    }
    Index

    Properties

    error?: StatusCode
    message?: LocalizedTextLike | null
    targetId?: NodeIdLike | null