NodeOPCUA API Documentation
    Preparing search index...

    Variable StatusCodes2Const

    StatusCodes2: {
        BadCertificateIssuerRevocationUnknown: ConstantStatusCode;
        BadCertificateIssuerTimeInvalid: ConstantStatusCode;
        BadCertificateIssuerUseNotAllowed: ConstantStatusCode;
        BadCertificateRevocationUnknown: ConstantStatusCode;
        BadCertificateRevoked: ConstantStatusCode;
        BadCertificateTimeInvalid: ConstantStatusCode;
        BadCertificateUntrusted: ConstantStatusCode;
        BadCertificateUseNotAllowed: ConstantStatusCode;
        BadRequestInterrupted: ConstantStatusCode;
        BadRequestTimeout: ConstantStatusCode;
        BadSecureChannelClosed: ConstantStatusCode;
        BadSecureChannelTokenUnknown: ConstantStatusCode;
        BadSecurityChecksFailed: ConstantStatusCode;
        BadTcpEndpointUrlInvalid: ConstantStatusCode;
        BadTcpInternalError: ConstantStatusCode;
        BadTcpMessageTooLarge: ConstantStatusCode;
        BadTcpMessageTypeInvalid: ConstantStatusCode;
        BadTcpNotEnoughResources: ConstantStatusCode;
        BadTcpSecureChannelUnknown: ConstantStatusCode;
        BadTcpServerTooBusy: ConstantStatusCode;
        BadTimeout: ConstantStatusCode;
    }

    Type Declaration

    • BadCertificateIssuerRevocationUnknown: ConstantStatusCode

      Could not verify the revocation status of the issuer Certificate.

    • BadCertificateIssuerTimeInvalid: ConstantStatusCode

      The issuer for the sender Certificate has expired or is not yet valid.

    • BadCertificateIssuerUseNotAllowed: ConstantStatusCode

      The issuer Certificate may not be used as a Certificate Authority.

    • BadCertificateRevocationUnknown: ConstantStatusCode

      Could not verify the revocation status of the sender’s Certificate.

    • BadCertificateRevoked: ConstantStatusCode

      The sender Certificate has been revoked by the issuer.

    • BadCertificateTimeInvalid: ConstantStatusCode

      The sender Certificate has expired or is not yet valid.

    • BadCertificateUntrusted: ConstantStatusCode

      The sender Certificate is not trusted by the receiver.

    • BadCertificateUseNotAllowed: ConstantStatusCode

      The sender’s Certificate may not be used for establishing a secure channel.

    • BadRequestInterrupted: ConstantStatusCode

      The request could not be sent because of a network interruption.

    • BadRequestTimeout: ConstantStatusCode

      Timeout occurred while processing the request.

    • BadSecureChannelClosed: ConstantStatusCode

      The secure channel has been closed.

    • BadSecureChannelTokenUnknown: ConstantStatusCode

      The SecurityToken has expired or is not recognized. BadSecureChannelTokenUnknown

    • BadSecurityChecksFailed: ConstantStatusCode

      The Message was rejected because it could not be verified.

    • BadTcpEndpointUrlInvalid: ConstantStatusCode

      The Server does not recognize the EndpointUrl specified.

    • BadTcpInternalError: ConstantStatusCode

      An internal error occurred. This should only be returned if an unexpected configuration or programming error occurs.

    • BadTcpMessageTooLarge: ConstantStatusCode

      The size of the Message specified in the header is too large. The Server returns this error if the Message size exceeds its maximum buffer size or the receive buffer size negotiated during the Hello/Acknowledge exchange.

    • BadTcpMessageTypeInvalid: ConstantStatusCode

      The type of the Message specified in the header invalid. Each Message starts with a 4-byte sequence of ASCII values that identifies the Message type. The Server returns this error if the Message type is not accepted. Some of the Message types are defined by the SecureChannel layer.

    • BadTcpNotEnoughResources: ConstantStatusCode

      There are not enough resources to process the request. The Server returns this error when it runs out of memory or encounters similar resource problems. A Server can control the how frequently a Client reconnects by waiting to return this error.

    • BadTcpSecureChannelUnknown: ConstantStatusCode

      The SecureChannelId and/or TokenId are not currently in use. This error is reported by the SecureChannel layer.

    • BadTcpServerTooBusy: ConstantStatusCode

      The Server cannot process the request because it is too busy.

      It is up to the Server to determine when it needs to return this Message.

      A Server can control the how frequently a Client reconnects by waiting to return this error.

    • BadTimeout: ConstantStatusCode

      A timeout occurred while accessing a resource. It is up to the Server to determine when a timeout occurs.