Options
All
  • Public
  • Public/Protected
  • All
Menu

Class StatusCodes

Hierarchy

  • StatusCodes

Properties

Properties

Static Bad

Bad: ConstantStatusCode = new ConstantStatusCode({ name:'Bad', value: 0x80000000, description:'The value is bad but no specific reason is known.' })

The value is bad but no specific reason is known.

Static BadAggregateConfigurationRejected

BadAggregateConfigurationRejected: ConstantStatusCode = new ConstantStatusCode({ name: "BadAggregateConfigurationRejected" , value: 0x80da0000 ,description: "The aggregate configuration is not valid for specified node."})

The aggregate configuration is not valid for specified node.

Static BadAggregateInvalidInputs

BadAggregateInvalidInputs: ConstantStatusCode = new ConstantStatusCode({ name: "BadAggregateInvalidInputs" , value: 0x80d60000 ,description: "The aggregate value could not be derived due to invalid data inputs."})

The aggregate value could not be derived due to invalid data inputs.

Static BadAggregateListMismatch

BadAggregateListMismatch: ConstantStatusCode = new ConstantStatusCode({ name: "BadAggregateListMismatch" , value: 0x80d40000 ,description: "The requested number of Aggregates does not match the requested number of NodeIds."})

The requested number of Aggregates does not match the requested number of NodeIds.

Static BadAggregateNotSupported

BadAggregateNotSupported: ConstantStatusCode = new ConstantStatusCode({ name: "BadAggregateNotSupported" , value: 0x80d50000 ,description: "The requested Aggregate is not support by the server."})

The requested Aggregate is not support by the server.

Static BadAlreadyExists

BadAlreadyExists: ConstantStatusCode = new ConstantStatusCode({ name: "BadAlreadyExists" , value: 0x81150000 ,description: "An equivalent rule already exists."})

An equivalent rule already exists.

Static BadApplicationSignatureInvalid

BadApplicationSignatureInvalid: ConstantStatusCode = new ConstantStatusCode({ name: "BadApplicationSignatureInvalid" , value: 0x80580000 ,description: "The signature generated with the client certificate is missing or invalid."})

The signature generated with the client certificate is missing or invalid.

Static BadArgumentsMissing

BadArgumentsMissing: ConstantStatusCode = new ConstantStatusCode({ name: "BadArgumentsMissing" , value: 0x80760000 ,description: "The client did not specify all of the input arguments for the method."})

The client did not specify all of the input arguments for the method.

Static BadAttributeIdInvalid

BadAttributeIdInvalid: ConstantStatusCode = new ConstantStatusCode({ name: "BadAttributeIdInvalid" , value: 0x80350000 ,description: "The attribute is not supported for the specified Node."})

The attribute is not supported for the specified Node.

Static BadBoundNotFound

BadBoundNotFound: ConstantStatusCode = new ConstantStatusCode({ name: "BadBoundNotFound" , value: 0x80d70000 ,description: "No data found to provide upper or lower bound value."})

No data found to provide upper or lower bound value.

Static BadBoundNotSupported

BadBoundNotSupported: ConstantStatusCode = new ConstantStatusCode({ name: "BadBoundNotSupported" , value: 0x80d80000 ,description: "The server cannot retrieve a bound for the variable."})

The server cannot retrieve a bound for the variable.

Static BadBrowseDirectionInvalid

BadBrowseDirectionInvalid: ConstantStatusCode = new ConstantStatusCode({ name: "BadBrowseDirectionInvalid" , value: 0x804d0000 ,description: "The browse direction is not valid."})

The browse direction is not valid.

Static BadBrowseNameDuplicated

BadBrowseNameDuplicated: ConstantStatusCode = new ConstantStatusCode({ name: "BadBrowseNameDuplicated" , value: 0x80610000 ,description: "The browse name is not unique among nodes that share the same relationship with the parent."})

The browse name is not unique among nodes that share the same relationship with the parent.

Static BadBrowseNameInvalid

BadBrowseNameInvalid: ConstantStatusCode = new ConstantStatusCode({ name: "BadBrowseNameInvalid" , value: 0x80600000 ,description: "The browse name is invalid."})

The browse name is invalid.

Static BadCertificateChainIncomplete

BadCertificateChainIncomplete: ConstantStatusCode = new ConstantStatusCode({ name: "BadCertificateChainIncomplete" , value: 0x810d0000 ,description: "The certificate chain is incomplete."})

The certificate chain is incomplete.

Static BadCertificateHostNameInvalid

BadCertificateHostNameInvalid: ConstantStatusCode = new ConstantStatusCode({ name: "BadCertificateHostNameInvalid" , value: 0x80160000 ,description: "The HostName used to connect to a server does not match a HostName in the certificate."})

The HostName used to connect to a server does not match a HostName in the certificate.

Static BadCertificateInvalid

BadCertificateInvalid: ConstantStatusCode = new ConstantStatusCode({ name: "BadCertificateInvalid" , value: 0x80120000 ,description: "The certificate provided as a parameter is not valid."})

The certificate provided as a parameter is not valid.

Static BadCertificateIssuerRevocationUnknown

BadCertificateIssuerRevocationUnknown: ConstantStatusCode = new ConstantStatusCode({ name: "BadCertificateIssuerRevocationUnknown" , value: 0x801c0000 ,description: "It was not possible to determine if the issuer certificate has been revoked."})

It was not possible to determine if the issuer certificate has been revoked.

Static BadCertificateIssuerRevoked

BadCertificateIssuerRevoked: ConstantStatusCode = new ConstantStatusCode({ name: "BadCertificateIssuerRevoked" , value: 0x801e0000 ,description: "The issuer certificate has been revoked."})

The issuer certificate has been revoked.

Static BadCertificateIssuerTimeInvalid

BadCertificateIssuerTimeInvalid: ConstantStatusCode = new ConstantStatusCode({ name: "BadCertificateIssuerTimeInvalid" , value: 0x80150000 ,description: "An issuer certificate has expired or is not yet valid."})

An issuer certificate has expired or is not yet valid.

Static BadCertificateIssuerUseNotAllowed

BadCertificateIssuerUseNotAllowed: ConstantStatusCode = new ConstantStatusCode({ name: "BadCertificateIssuerUseNotAllowed" , value: 0x80190000 ,description: "The issuer certificate may not be used for the requested operation."})

The issuer certificate may not be used for the requested operation.

Static BadCertificatePolicyCheckFailed

BadCertificatePolicyCheckFailed: ConstantStatusCode = new ConstantStatusCode({ name: "BadCertificatePolicyCheckFailed" , value: 0x81140000 ,description: "The certificate does not meet the requirements of the security policy."})

The certificate does not meet the requirements of the security policy.

Static BadCertificateRevocationUnknown

BadCertificateRevocationUnknown: ConstantStatusCode = new ConstantStatusCode({ name: "BadCertificateRevocationUnknown" , value: 0x801b0000 ,description: "It was not possible to determine if the certificate has been revoked."})

It was not possible to determine if the certificate has been revoked.

Static BadCertificateRevoked

BadCertificateRevoked: ConstantStatusCode = new ConstantStatusCode({ name: "BadCertificateRevoked" , value: 0x801d0000 ,description: "The certificate has been revoked."})

The certificate has been revoked.

Static BadCertificateTimeInvalid

BadCertificateTimeInvalid: ConstantStatusCode = new ConstantStatusCode({ name: "BadCertificateTimeInvalid" , value: 0x80140000 ,description: "The certificate has expired or is not yet valid."})

The certificate has expired or is not yet valid.

Static BadCertificateUntrusted

BadCertificateUntrusted: ConstantStatusCode = new ConstantStatusCode({ name: "BadCertificateUntrusted" , value: 0x801a0000 ,description: "The certificate is not trusted."})

The certificate is not trusted.

Static BadCertificateUriInvalid

BadCertificateUriInvalid: ConstantStatusCode = new ConstantStatusCode({ name: "BadCertificateUriInvalid" , value: 0x80170000 ,description: "The URI specified in the ApplicationDescription does not match the URI in the certificate."})

The URI specified in the ApplicationDescription does not match the URI in the certificate.

Static BadCertificateUseNotAllowed

BadCertificateUseNotAllowed: ConstantStatusCode = new ConstantStatusCode({ name: "BadCertificateUseNotAllowed" , value: 0x80180000 ,description: "The certificate may not be used for the requested operation."})

The certificate may not be used for the requested operation.

Static BadCommunicationError

BadCommunicationError: ConstantStatusCode = new ConstantStatusCode({ name: "BadCommunicationError" , value: 0x80050000 ,description: "A low level communication error occurred."})

A low level communication error occurred.

Static BadConditionAlreadyDisabled

BadConditionAlreadyDisabled: ConstantStatusCode = new ConstantStatusCode({ name: "BadConditionAlreadyDisabled" , value: 0x80980000 ,description: "This condition has already been disabled."})

This condition has already been disabled.

Static BadConditionAlreadyEnabled

BadConditionAlreadyEnabled: ConstantStatusCode = new ConstantStatusCode({ name: "BadConditionAlreadyEnabled" , value: 0x80cc0000 ,description: "This condition has already been enabled."})

This condition has already been enabled.

Static BadConditionAlreadyShelved

BadConditionAlreadyShelved: ConstantStatusCode = new ConstantStatusCode({ name: "BadConditionAlreadyShelved" , value: 0x80d10000 ,description: "The condition has already been shelved."})

The condition has already been shelved.

Static BadConditionBranchAlreadyAcked

BadConditionBranchAlreadyAcked: ConstantStatusCode = new ConstantStatusCode({ name: "BadConditionBranchAlreadyAcked" , value: 0x80cf0000 ,description: "The condition branch has already been acknowledged."})

The condition branch has already been acknowledged.

Static BadConditionBranchAlreadyConfirmed

BadConditionBranchAlreadyConfirmed: ConstantStatusCode = new ConstantStatusCode({ name: "BadConditionBranchAlreadyConfirmed" , value: 0x80d00000 ,description: "The condition branch has already been confirmed."})

The condition branch has already been confirmed.

Static BadConditionDisabled

BadConditionDisabled: ConstantStatusCode = new ConstantStatusCode({ name: "BadConditionDisabled" , value: 0x80990000 ,description: "Property not available, this condition is disabled."})

Property not available, this condition is disabled.

Static BadConditionNotShelved

BadConditionNotShelved: ConstantStatusCode = new ConstantStatusCode({ name: "BadConditionNotShelved" , value: 0x80d20000 ,description: "The condition is not currently shelved."})

The condition is not currently shelved.

Static BadConfigurationError

BadConfigurationError: ConstantStatusCode = new ConstantStatusCode({ name: "BadConfigurationError" , value: 0x80890000 ,description: "There is a problem with the configuration that affects the usefulness of the value."})

There is a problem with the configuration that affects the usefulness of the value.

Static BadConnectionClosed

BadConnectionClosed: ConstantStatusCode = new ConstantStatusCode({ name: "BadConnectionClosed" , value: 0x80ae0000 ,description: "The network connection has been closed."})

The network connection has been closed.

Static BadConnectionRejected

BadConnectionRejected: ConstantStatusCode = new ConstantStatusCode({ name: "BadConnectionRejected" , value: 0x80ac0000 ,description: "Could not establish a network connection to remote server."})

Could not establish a network connection to remote server.

Static BadContentFilterInvalid

BadContentFilterInvalid: ConstantStatusCode = new ConstantStatusCode({ name: "BadContentFilterInvalid" , value: 0x80480000 ,description: "The content filter is not valid."})

The content filter is not valid.

Static BadContinuationPointInvalid

BadContinuationPointInvalid: ConstantStatusCode = new ConstantStatusCode({ name: "BadContinuationPointInvalid" , value: 0x804a0000 ,description: "The continuation point provide is longer valid."})

The continuation point provide is longer valid.

Static BadDataEncodingInvalid

BadDataEncodingInvalid: ConstantStatusCode = new ConstantStatusCode({ name: "BadDataEncodingInvalid" , value: 0x80380000 ,description: "The data encoding is invalid."})

The data encoding is invalid.

Static BadDataEncodingUnsupported

BadDataEncodingUnsupported: ConstantStatusCode = new ConstantStatusCode({ name: "BadDataEncodingUnsupported" , value: 0x80390000 ,description: "The server does not support the requested data encoding for the node."})

The server does not support the requested data encoding for the node.

Static BadDataLost

BadDataLost: ConstantStatusCode = new ConstantStatusCode({ name: "BadDataLost" , value: 0x809d0000 ,description: "Data is missing due to collection started/stopped/lost."})

Data is missing due to collection started/stopped/lost.

Static BadDataTypeIdUnknown

BadDataTypeIdUnknown: ConstantStatusCode = new ConstantStatusCode({ name: "BadDataTypeIdUnknown" , value: 0x80110000 ,description: "The extension object cannot be (de)serialized because the data type id is not recognized."})

The extension object cannot be (de)serialized because the data type id is not recognized.

Static BadDataUnavailable

BadDataUnavailable: ConstantStatusCode = new ConstantStatusCode({ name: "BadDataUnavailable" , value: 0x809e0000 ,description: "Expected data is unavailable for the requested time range due to an un-mounted volume, an off-line archive or tape, or similar reason for temporary unavailability."})

Expected data is unavailable for the requested time range due to an un-mounted volume, an off-line archive or tape, or similar reason for temporary unavailability.

Static BadDeadbandFilterInvalid

BadDeadbandFilterInvalid: ConstantStatusCode = new ConstantStatusCode({ name: "BadDeadbandFilterInvalid" , value: 0x808e0000 ,description: "The deadband filter is not valid."})

The deadband filter is not valid.

Static BadDecodingError

BadDecodingError: ConstantStatusCode = new ConstantStatusCode({ name: "BadDecodingError" , value: 0x80070000 ,description: "Decoding halted because of invalid data in the stream."})

Decoding halted because of invalid data in the stream.

Static BadDependentValueChanged

BadDependentValueChanged: ConstantStatusCode = new ConstantStatusCode({ name: "BadDependentValueChanged" , value: 0x80e30000 ,description: "A dependent value has been changed but the change has not been applied to the device. The quality of the dominant variable is Bad."})

A dependent value has been changed but the change has not been applied to the device. The quality of the dominant variable is Bad.

Static BadDeviceFailure

BadDeviceFailure: ConstantStatusCode = new ConstantStatusCode({ name: "BadDeviceFailure" , value: 0x808b0000 ,description: "There has been a failure in the device/data source that generates the value that has affected the value."})

There has been a failure in the device/data source that generates the value that has affected the value.

Static BadDialogNotActive

BadDialogNotActive: ConstantStatusCode = new ConstantStatusCode({ name: "BadDialogNotActive" , value: 0x80cd0000 ,description: "The dialog condition is not active."})

The dialog condition is not active.

Static BadDialogResponseInvalid

BadDialogResponseInvalid: ConstantStatusCode = new ConstantStatusCode({ name: "BadDialogResponseInvalid" , value: 0x80ce0000 ,description: "The response is not valid for the dialog."})

The response is not valid for the dialog.

Static BadDisconnect

BadDisconnect: ConstantStatusCode = new ConstantStatusCode({ name: "BadDisconnect" , value: 0x80ad0000 ,description: "The server has disconnected from the client."})

The server has disconnected from the client.

Static BadDiscoveryUrlMissing

BadDiscoveryUrlMissing: ConstantStatusCode = new ConstantStatusCode({ name: "BadDiscoveryUrlMissing" , value: 0x80510000 ,description: "No DiscoveryUrl was specified."})

No DiscoveryUrl was specified.

Static BadDominantValueChanged

BadDominantValueChanged: ConstantStatusCode = new ConstantStatusCode({ name: "BadDominantValueChanged" , value: 0x80e10000 ,description: "The related EngineeringUnit has been changed but this change has not been applied to the device. The Variable Value is still dependent on the previous unit but its status is currently Bad."})

The related EngineeringUnit has been changed but this change has not been applied to the device. The Variable Value is still dependent on the previous unit but its status is currently Bad.

Static BadDuplicateReferenceNotAllowed

BadDuplicateReferenceNotAllowed: ConstantStatusCode = new ConstantStatusCode({ name: "BadDuplicateReferenceNotAllowed" , value: 0x80660000 ,description: "The reference type between the nodes is already defined."})

The reference type between the nodes is already defined.

Static BadEncodingError

BadEncodingError: ConstantStatusCode = new ConstantStatusCode({ name: "BadEncodingError" , value: 0x80060000 ,description: "Encoding halted because of invalid data in the objects being serialized."})

Encoding halted because of invalid data in the objects being serialized.

Static BadEncodingLimitsExceeded

BadEncodingLimitsExceeded: ConstantStatusCode = new ConstantStatusCode({ name: "BadEncodingLimitsExceeded" , value: 0x80080000 ,description: "The message encoding/decoding limits imposed by the stack have been exceeded."})

The message encoding/decoding limits imposed by the stack have been exceeded.

Static BadEndOfStream

BadEndOfStream: ConstantStatusCode = new ConstantStatusCode({ name: "BadEndOfStream" , value: 0x80b00000 ,description: "Cannot move beyond end of the stream."})

Cannot move beyond end of the stream.

Static BadEntryExists

BadEntryExists: ConstantStatusCode = new ConstantStatusCode({ name: "BadEntryExists" , value: 0x809f0000 ,description: "The data or event was not successfully inserted because a matching entry exists."})

The data or event was not successfully inserted because a matching entry exists.

Static BadEventFilterInvalid

BadEventFilterInvalid: ConstantStatusCode = new ConstantStatusCode({ name: "BadEventFilterInvalid" , value: 0x80470000 ,description: "The event filter is not valid."})

The event filter is not valid.

Static BadEventIdUnknown

BadEventIdUnknown: ConstantStatusCode = new ConstantStatusCode({ name: "BadEventIdUnknown" , value: 0x809a0000 ,description: "The specified event id is not recognized."})

The specified event id is not recognized.

Static BadEventNotAcknowledgeable

BadEventNotAcknowledgeable: ConstantStatusCode = new ConstantStatusCode({ name: "BadEventNotAcknowledgeable" , value: 0x80bb0000 ,description: "The event cannot be acknowledged."})

The event cannot be acknowledged.

Static BadExpectedStreamToBlock

BadExpectedStreamToBlock: ConstantStatusCode = new ConstantStatusCode({ name: "BadExpectedStreamToBlock" , value: 0x80b40000 ,description: "The stream did not return all data requested (possibly because it is a non-blocking stream)."})

The stream did not return all data requested (possibly because it is a non-blocking stream).

Static BadFilterElementInvalid

BadFilterElementInvalid: ConstantStatusCode = new ConstantStatusCode({ name: "BadFilterElementInvalid" , value: 0x80c40000 ,description: "The referenced element is not a valid element in the content filter."})

The referenced element is not a valid element in the content filter.

Static BadFilterLiteralInvalid

BadFilterLiteralInvalid: ConstantStatusCode = new ConstantStatusCode({ name: "BadFilterLiteralInvalid" , value: 0x80c50000 ,description: "The referenced literal is not a valid value."})

The referenced literal is not a valid value.

Static BadFilterNotAllowed

BadFilterNotAllowed: ConstantStatusCode = new ConstantStatusCode({ name: "BadFilterNotAllowed" , value: 0x80450000 ,description: "A monitoring filter cannot be used in combination with the attribute specified."})

A monitoring filter cannot be used in combination with the attribute specified.

Static BadFilterOperandCountMismatch

BadFilterOperandCountMismatch: ConstantStatusCode = new ConstantStatusCode({ name: "BadFilterOperandCountMismatch" , value: 0x80c30000 ,description: "The number of operands provided for the filter operator was less then expected for the operand provided."})

The number of operands provided for the filter operator was less then expected for the operand provided.

Static BadFilterOperandInvalid

BadFilterOperandInvalid: ConstantStatusCode = new ConstantStatusCode({ name: "BadFilterOperandInvalid" , value: 0x80490000 ,description: "The operand used in a content filter is not valid."})

The operand used in a content filter is not valid.

Static BadFilterOperatorInvalid

BadFilterOperatorInvalid: ConstantStatusCode = new ConstantStatusCode({ name: "BadFilterOperatorInvalid" , value: 0x80c10000 ,description: "An unrecognized operator was provided in a filter."})

An unrecognized operator was provided in a filter.

Static BadFilterOperatorUnsupported

BadFilterOperatorUnsupported: ConstantStatusCode = new ConstantStatusCode({ name: "BadFilterOperatorUnsupported" , value: 0x80c20000 ,description: "A valid operator was provided, but the server does not provide support for this filter operator."})

A valid operator was provided, but the server does not provide support for this filter operator.

Static BadHistoryOperationInvalid

BadHistoryOperationInvalid: ConstantStatusCode = new ConstantStatusCode({ name: "BadHistoryOperationInvalid" , value: 0x80710000 ,description: "The history details parameter is not valid."})

The history details parameter is not valid.

Static BadHistoryOperationUnsupported

BadHistoryOperationUnsupported: ConstantStatusCode = new ConstantStatusCode({ name: "BadHistoryOperationUnsupported" , value: 0x80720000 ,description: "The server does not support the requested operation."})

The server does not support the requested operation.

Static BadIdentityChangeNotSupported

BadIdentityChangeNotSupported: ConstantStatusCode = new ConstantStatusCode({ name: "BadIdentityChangeNotSupported" , value: 0x80c60000 ,description: "The server does not support changing the user identity assigned to the session."})

The server does not support changing the user identity assigned to the session.

Static BadIdentityTokenInvalid

BadIdentityTokenInvalid: ConstantStatusCode = new ConstantStatusCode({ name: "BadIdentityTokenInvalid" , value: 0x80200000 ,description: "The user identity token is not valid."})

The user identity token is not valid.

Static BadIdentityTokenRejected

BadIdentityTokenRejected: ConstantStatusCode = new ConstantStatusCode({ name: "BadIdentityTokenRejected" , value: 0x80210000 ,description: "The user identity token is valid but the server has rejected it."})

The user identity token is valid but the server has rejected it.

Static BadIndexRangeInvalid

BadIndexRangeInvalid: ConstantStatusCode = new ConstantStatusCode({ name: "BadIndexRangeInvalid" , value: 0x80360000 ,description: "The syntax of the index range parameter is invalid."})

The syntax of the index range parameter is invalid.

Static BadIndexRangeNoData

BadIndexRangeNoData: ConstantStatusCode = new ConstantStatusCode({ name: "BadIndexRangeNoData" , value: 0x80370000 ,description: "No data exists within the range of indexes specified."})

No data exists within the range of indexes specified.

Static BadInsufficientClientProfile

BadInsufficientClientProfile: ConstantStatusCode = new ConstantStatusCode({ name: "BadInsufficientClientProfile" , value: 0x807c0000 ,description: "The client of the current session does not support one or more Profiles that are necessary for the subscription."})

The client of the current session does not support one or more Profiles that are necessary for the subscription.

Static BadInternalError

BadInternalError: ConstantStatusCode = new ConstantStatusCode({ name: "BadInternalError" , value: 0x80020000 ,description: "An internal error occurred as a result of a programming or configuration error."})

An internal error occurred as a result of a programming or configuration error.

Static BadInvalidArgument

BadInvalidArgument: ConstantStatusCode = new ConstantStatusCode({ name: "BadInvalidArgument" , value: 0x80ab0000 ,description: "One or more arguments are invalid."})

One or more arguments are invalid.

Static BadInvalidSelfReference

BadInvalidSelfReference: ConstantStatusCode = new ConstantStatusCode({ name: "BadInvalidSelfReference" , value: 0x80670000 ,description: "The server does not allow this type of self reference on this node."})

The server does not allow this type of self reference on this node.

Static BadInvalidState

BadInvalidState: ConstantStatusCode = new ConstantStatusCode({ name: "BadInvalidState" , value: 0x80af0000 ,description: "The operation cannot be completed because the object is closed, uninitialized or in some other invalid state."})

The operation cannot be completed because the object is closed, uninitialized or in some other invalid state.

Static BadInvalidTimestamp

BadInvalidTimestamp: ConstantStatusCode = new ConstantStatusCode({ name: "BadInvalidTimestamp" , value: 0x80230000 ,description: "The timestamp is outside the range allowed by the server."})

The timestamp is outside the range allowed by the server.

Static BadInvalidTimestampArgument

BadInvalidTimestampArgument: ConstantStatusCode = new ConstantStatusCode({ name: "BadInvalidTimestampArgument" , value: 0x80bd0000 ,description: "The defined timestamp to return was invalid."})

The defined timestamp to return was invalid.

Static BadLicenseExpired

BadLicenseExpired: ConstantStatusCode = new ConstantStatusCode({ name: "BadLicenseExpired" , value: 0x810e0000 ,description: "The server requires a license to operate in general or to perform a service or operation, but existing license is expired."})

The server requires a license to operate in general or to perform a service or operation, but existing license is expired.

Static BadLicenseLimitsExceeded

BadLicenseLimitsExceeded: ConstantStatusCode = new ConstantStatusCode({ name: "BadLicenseLimitsExceeded" , value: 0x810f0000 ,description: "The server has limits on number of allowed operations / objects, based on installed licenses, and these limits where exceeded."})

The server has limits on number of allowed operations / objects, based on installed licenses, and these limits where exceeded.

Static BadLicenseNotAvailable

BadLicenseNotAvailable: ConstantStatusCode = new ConstantStatusCode({ name: "BadLicenseNotAvailable" , value: 0x81100000 ,description: "The server does not have a license which is required to operate in general or to perform a service or operation."})

The server does not have a license which is required to operate in general or to perform a service or operation.

Static BadMaxAgeInvalid

BadMaxAgeInvalid: ConstantStatusCode = new ConstantStatusCode({ name: "BadMaxAgeInvalid" , value: 0x80700000 ,description: "The max age parameter is invalid."})

The max age parameter is invalid.

Static BadMaxConnectionsReached

BadMaxConnectionsReached: ConstantStatusCode = new ConstantStatusCode({ name: "BadMaxConnectionsReached" , value: 0x80b70000 ,description: "The operation could not be finished because all available connections are in use."})

The operation could not be finished because all available connections are in use.

Static BadMessageNotAvailable

BadMessageNotAvailable: ConstantStatusCode = new ConstantStatusCode({ name: "BadMessageNotAvailable" , value: 0x807b0000 ,description: "The requested notification message is no longer available."})

The requested notification message is no longer available.

Static BadMethodInvalid

BadMethodInvalid: ConstantStatusCode = new ConstantStatusCode({ name: "BadMethodInvalid" , value: 0x80750000 ,description: "The method id does not refer to a method for the specified object."})

The method id does not refer to a method for the specified object.

Static BadMonitoredItemFilterInvalid

BadMonitoredItemFilterInvalid: ConstantStatusCode = new ConstantStatusCode({ name: "BadMonitoredItemFilterInvalid" , value: 0x80430000 ,description: "The monitored item filter parameter is not valid."})

The monitored item filter parameter is not valid.

Static BadMonitoredItemFilterUnsupported

BadMonitoredItemFilterUnsupported: ConstantStatusCode = new ConstantStatusCode({ name: "BadMonitoredItemFilterUnsupported" , value: 0x80440000 ,description: "The server does not support the requested monitored item filter."})

The server does not support the requested monitored item filter.

Static BadMonitoredItemIdInvalid

BadMonitoredItemIdInvalid: ConstantStatusCode = new ConstantStatusCode({ name: "BadMonitoredItemIdInvalid" , value: 0x80420000 ,description: "The monitoring item id does not refer to a valid monitored item."})

The monitoring item id does not refer to a valid monitored item.

Static BadMonitoringModeInvalid

BadMonitoringModeInvalid: ConstantStatusCode = new ConstantStatusCode({ name: "BadMonitoringModeInvalid" , value: 0x80410000 ,description: "The monitoring mode is invalid."})

The monitoring mode is invalid.

Static BadNoCommunication

BadNoCommunication: ConstantStatusCode = new ConstantStatusCode({ name: "BadNoCommunication" , value: 0x80310000 ,description: "Communication with the data source is defined, but not established, and there is no last known value available."})

Communication with the data source is defined, but not established, and there is no last known value available.

Static BadNoContinuationPoints

BadNoContinuationPoints: ConstantStatusCode = new ConstantStatusCode({ name: "BadNoContinuationPoints" , value: 0x804b0000 ,description: "The operation could not be processed because all continuation points have been allocated."})

The operation could not be processed because all continuation points have been allocated.

Static BadNoData

BadNoData: ConstantStatusCode = new ConstantStatusCode({ name: "BadNoData" , value: 0x809b0000 ,description: "No data exists for the requested time range or event filter."})

No data exists for the requested time range or event filter.

Static BadNoDataAvailable

BadNoDataAvailable: ConstantStatusCode = new ConstantStatusCode({ name: "BadNoDataAvailable" , value: 0x80b10000 ,description: "No data is currently available for reading from a non-blocking stream."})

No data is currently available for reading from a non-blocking stream.

Static BadNoDeleteRights

BadNoDeleteRights: ConstantStatusCode = new ConstantStatusCode({ name: "BadNoDeleteRights" , value: 0x80690000 ,description: "The server will not allow the node to be deleted."})

The server will not allow the node to be deleted.

Static BadNoEntryExists

BadNoEntryExists: ConstantStatusCode = new ConstantStatusCode({ name: "BadNoEntryExists" , value: 0x80a00000 ,description: "The data or event was not successfully updated because no matching entry exists."})

The data or event was not successfully updated because no matching entry exists.

Static BadNoMatch

BadNoMatch: ConstantStatusCode = new ConstantStatusCode({ name: "BadNoMatch" , value: 0x806f0000 ,description: "The requested operation has no match to return."})

The requested operation has no match to return.

Static BadNoSubscription

BadNoSubscription: ConstantStatusCode = new ConstantStatusCode({ name: "BadNoSubscription" , value: 0x80790000 ,description: "There is no subscription available for this session."})

There is no subscription available for this session.

Static BadNoValidCertificates

BadNoValidCertificates: ConstantStatusCode = new ConstantStatusCode({ name: "BadNoValidCertificates" , value: 0x80590000 ,description: "The client did not provide at least one software certificate that is valid and meets the profile requirements for the server."})

The client did not provide at least one software certificate that is valid and meets the profile requirements for the server.

Static BadNodeAttributesInvalid

BadNodeAttributesInvalid: ConstantStatusCode = new ConstantStatusCode({ name: "BadNodeAttributesInvalid" , value: 0x80620000 ,description: "The node attributes are not valid for the node class."})

The node attributes are not valid for the node class.

Static BadNodeClassInvalid

BadNodeClassInvalid: ConstantStatusCode = new ConstantStatusCode({ name: "BadNodeClassInvalid" , value: 0x805f0000 ,description: "The node class is not valid."})

The node class is not valid.

Static BadNodeIdExists

BadNodeIdExists: ConstantStatusCode = new ConstantStatusCode({ name: "BadNodeIdExists" , value: 0x805e0000 ,description: "The requested node id is already used by another node."})

The requested node id is already used by another node.

Static BadNodeIdInvalid

BadNodeIdInvalid: ConstantStatusCode = new ConstantStatusCode({ name: "BadNodeIdInvalid" , value: 0x80330000 ,description: "The syntax of the node id is not valid."})

The syntax of the node id is not valid.

Static BadNodeIdRejected

BadNodeIdRejected: ConstantStatusCode = new ConstantStatusCode({ name: "BadNodeIdRejected" , value: 0x805d0000 ,description: "The requested node id was reject because it was either invalid or server does not allow node ids to be specified by the client."})

The requested node id was reject because it was either invalid or server does not allow node ids to be specified by the client.

Static BadNodeIdUnknown

BadNodeIdUnknown: ConstantStatusCode = new ConstantStatusCode({ name: "BadNodeIdUnknown" , value: 0x80340000 ,description: "The node id refers to a node that does not exist in the server address space."})

The node id refers to a node that does not exist in the server address space.

Static BadNodeNotInView

BadNodeNotInView: ConstantStatusCode = new ConstantStatusCode({ name: "BadNodeNotInView" , value: 0x804e0000 ,description: "The node is not part of the view."})

The node is not part of the view.

Static BadNonceInvalid

BadNonceInvalid: ConstantStatusCode = new ConstantStatusCode({ name: "BadNonceInvalid" , value: 0x80240000 ,description: "The nonce does appear to be not a random value or it is not the correct length."})

The nonce does appear to be not a random value or it is not the correct length.

Static BadNotConnected

BadNotConnected: ConstantStatusCode = new ConstantStatusCode({ name: "BadNotConnected" , value: 0x808a0000 ,description: "The variable should receive its value from another variable, but has never been configured to do so."})

The variable should receive its value from another variable, but has never been configured to do so.

Static BadNotExecutable

BadNotExecutable: ConstantStatusCode = new ConstantStatusCode({ name: "BadNotExecutable" , value: 0x81110000 ,description: "The executable attribute does not allow the execution of the method."})

The executable attribute does not allow the execution of the method.

Static BadNotFound

BadNotFound: ConstantStatusCode = new ConstantStatusCode({ name: "BadNotFound" , value: 0x803e0000 ,description: "A requested item was not found or a search operation ended without success."})

A requested item was not found or a search operation ended without success.

Static BadNotImplemented

BadNotImplemented: ConstantStatusCode = new ConstantStatusCode({ name: "BadNotImplemented" , value: 0x80400000 ,description: "Requested operation is not implemented."})

Requested operation is not implemented.

Static BadNotReadable

BadNotReadable: ConstantStatusCode = new ConstantStatusCode({ name: "BadNotReadable" , value: 0x803a0000 ,description: "The access level does not allow reading or subscribing to the Node."})

The access level does not allow reading or subscribing to the Node.

Static BadNotSupported

BadNotSupported: ConstantStatusCode = new ConstantStatusCode({ name: "BadNotSupported" , value: 0x803d0000 ,description: "The requested operation is not supported."})

The requested operation is not supported.

Static BadNotTypeDefinition

BadNotTypeDefinition: ConstantStatusCode = new ConstantStatusCode({ name: "BadNotTypeDefinition" , value: 0x80c80000 ,description: "The provided Nodeid was not a type definition nodeid."})

The provided Nodeid was not a type definition nodeid.

Static BadNotWritable

BadNotWritable: ConstantStatusCode = new ConstantStatusCode({ name: "BadNotWritable" , value: 0x803b0000 ,description: "The access level does not allow writing to the Node."})

The access level does not allow writing to the Node.

Static BadNothingToDo

BadNothingToDo: ConstantStatusCode = new ConstantStatusCode({ name: "BadNothingToDo" , value: 0x800f0000 ,description: "There was nothing to do because the client passed a list of operations with no elements."})

There was nothing to do because the client passed a list of operations with no elements.

Static BadNumericOverflow

BadNumericOverflow: ConstantStatusCode = new ConstantStatusCode({ name: "BadNumericOverflow" , value: 0x81120000 ,description: "The number was not accepted because of a numeric overflow."})

The number was not accepted because of a numeric overflow.

Static BadObjectDeleted

BadObjectDeleted: ConstantStatusCode = new ConstantStatusCode({ name: "BadObjectDeleted" , value: 0x803f0000 ,description: "The object cannot be used because it has been deleted."})

The object cannot be used because it has been deleted.

Static BadOperationAbandoned

BadOperationAbandoned: ConstantStatusCode = new ConstantStatusCode({ name: "BadOperationAbandoned" , value: 0x80b30000 ,description: "The asynchronous operation was abandoned by the caller."})

The asynchronous operation was abandoned by the caller.

Static BadOutOfMemory

BadOutOfMemory: ConstantStatusCode = new ConstantStatusCode({ name: "BadOutOfMemory" , value: 0x80030000 ,description: "Not enough memory to complete the operation."})

Not enough memory to complete the operation.

Static BadOutOfRange

BadOutOfRange: ConstantStatusCode = new ConstantStatusCode({ name: "BadOutOfRange" , value: 0x803c0000 ,description: "The value was out of range."})

The value was out of range.

Static BadOutOfService

BadOutOfService: ConstantStatusCode = new ConstantStatusCode({ name: "BadOutOfService" , value: 0x808d0000 ,description: "The source of the data is not operational."})

The source of the data is not operational.

Static BadParentNodeIdInvalid

BadParentNodeIdInvalid: ConstantStatusCode = new ConstantStatusCode({ name: "BadParentNodeIdInvalid" , value: 0x805b0000 ,description: "The parent node id does not to refer to a valid node."})

The parent node id does not to refer to a valid node.

Static BadProtocolVersionUnsupported

BadProtocolVersionUnsupported: ConstantStatusCode = new ConstantStatusCode({ name: "BadProtocolVersionUnsupported" , value: 0x80be0000 ,description: "The applications do not have compatible protocol versions."})

The applications do not have compatible protocol versions.

Static BadQueryTooComplex

BadQueryTooComplex: ConstantStatusCode = new ConstantStatusCode({ name: "BadQueryTooComplex" , value: 0x806e0000 ,description: "The requested operation requires too many resources in the server."})

The requested operation requires too many resources in the server.

Static BadReferenceLocalOnly

BadReferenceLocalOnly: ConstantStatusCode = new ConstantStatusCode({ name: "BadReferenceLocalOnly" , value: 0x80680000 ,description: "The reference type is not valid for a reference to a remote server."})

The reference type is not valid for a reference to a remote server.

Static BadReferenceNotAllowed

BadReferenceNotAllowed: ConstantStatusCode = new ConstantStatusCode({ name: "BadReferenceNotAllowed" , value: 0x805c0000 ,description: "The reference could not be created because it violates constraints imposed by the data model."})

The reference could not be created because it violates constraints imposed by the data model.

Static BadReferenceTypeIdInvalid

BadReferenceTypeIdInvalid: ConstantStatusCode = new ConstantStatusCode({ name: "BadReferenceTypeIdInvalid" , value: 0x804c0000 ,description: "The reference type id does not refer to a valid reference type node."})

The reference type id does not refer to a valid reference type node.

Static BadRefreshInProgress

BadRefreshInProgress: ConstantStatusCode = new ConstantStatusCode({ name: "BadRefreshInProgress" , value: 0x80970000 ,description: "This Condition refresh failed, a Condition refresh operation is already in progress."})

This Condition refresh failed, a Condition refresh operation is already in progress.

Static BadRequestCancelledByClient

BadRequestCancelledByClient: ConstantStatusCode = new ConstantStatusCode({ name: "BadRequestCancelledByClient" , value: 0x802c0000 ,description: "The request was cancelled by the client."})

The request was cancelled by the client.

Static BadRequestCancelledByRequest

BadRequestCancelledByRequest: ConstantStatusCode = new ConstantStatusCode({ name: "BadRequestCancelledByRequest" , value: 0x805a0000 ,description: "The request was cancelled by the client with the Cancel service."})

The request was cancelled by the client with the Cancel service.

Static BadRequestHeaderInvalid

BadRequestHeaderInvalid: ConstantStatusCode = new ConstantStatusCode({ name: "BadRequestHeaderInvalid" , value: 0x802a0000 ,description: "The header for the request is missing or invalid."})

The header for the request is missing or invalid.

Static BadRequestInterrupted

BadRequestInterrupted: ConstantStatusCode = new ConstantStatusCode({ name: "BadRequestInterrupted" , value: 0x80840000 ,description: "The request could not be sent because of a network interruption."})

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

Static BadRequestNotAllowed

BadRequestNotAllowed: ConstantStatusCode = new ConstantStatusCode({ name: "BadRequestNotAllowed" , value: 0x80e40000 ,description: "The request was rejected by the server because it did not meet the criteria set by the server."})

The request was rejected by the server because it did not meet the criteria set by the server.

Static BadRequestNotComplete

BadRequestNotComplete: ConstantStatusCode = new ConstantStatusCode({ name: "BadRequestNotComplete" , value: 0x81130000 ,description: "The request has not been processed by the server yet."})

The request has not been processed by the server yet.

Static BadRequestTimeout

BadRequestTimeout: ConstantStatusCode = new ConstantStatusCode({ name: "BadRequestTimeout" , value: 0x80850000 ,description: "Timeout occurred while processing the request."})

Timeout occurred while processing the request.

Static BadRequestTooLarge

BadRequestTooLarge: ConstantStatusCode = new ConstantStatusCode({ name: "BadRequestTooLarge" , value: 0x80b80000 ,description: "The request message size exceeds limits set by the server."})

The request message size exceeds limits set by the server.

Static BadRequestTypeInvalid

BadRequestTypeInvalid: ConstantStatusCode = new ConstantStatusCode({ name: "BadRequestTypeInvalid" , value: 0x80530000 ,description: "The security token request type is not valid."})

The security token request type is not valid.

Static BadResourceUnavailable

BadResourceUnavailable: ConstantStatusCode = new ConstantStatusCode({ name: "BadResourceUnavailable" , value: 0x80040000 ,description: "An operating system resource is not available."})

An operating system resource is not available.

Static BadResponseTooLarge

BadResponseTooLarge: ConstantStatusCode = new ConstantStatusCode({ name: "BadResponseTooLarge" , value: 0x80b90000 ,description: "The response message size exceeds limits set by the client."})

The response message size exceeds limits set by the client.

Static BadSecureChannelClosed

BadSecureChannelClosed: ConstantStatusCode = new ConstantStatusCode({ name: "BadSecureChannelClosed" , value: 0x80860000 ,description: "The secure channel has been closed."})

The secure channel has been closed.

Static BadSecureChannelIdInvalid

BadSecureChannelIdInvalid: ConstantStatusCode = new ConstantStatusCode({ name: "BadSecureChannelIdInvalid" , value: 0x80220000 ,description: "The specified secure channel is no longer valid."})

The specified secure channel is no longer valid.

Static BadSecureChannelTokenUnknown

BadSecureChannelTokenUnknown: ConstantStatusCode = new ConstantStatusCode({ name: "BadSecureChannelTokenUnknown" , value: 0x80870000 ,description: "The token has expired or is not recognized."})

The token has expired or is not recognized.

Static BadSecurityChecksFailed

BadSecurityChecksFailed: ConstantStatusCode = new ConstantStatusCode({ name: "BadSecurityChecksFailed" , value: 0x80130000 ,description: "An error occurred verifying security."})

An error occurred verifying security.

Static BadSecurityModeInsufficient

BadSecurityModeInsufficient: ConstantStatusCode = new ConstantStatusCode({ name: "BadSecurityModeInsufficient" , value: 0x80e60000 ,description: "The operation is not permitted over the current secure channel."})

The operation is not permitted over the current secure channel.

Static BadSecurityModeRejected

BadSecurityModeRejected: ConstantStatusCode = new ConstantStatusCode({ name: "BadSecurityModeRejected" , value: 0x80540000 ,description: "The security mode does not meet the requirements set by the server."})

The security mode does not meet the requirements set by the server.

Static BadSecurityPolicyRejected

BadSecurityPolicyRejected: ConstantStatusCode = new ConstantStatusCode({ name: "BadSecurityPolicyRejected" , value: 0x80550000 ,description: "The security policy does not meet the requirements set by the server."})

The security policy does not meet the requirements set by the server.

Static BadSempahoreFileMissing

BadSempahoreFileMissing: ConstantStatusCode = new ConstantStatusCode({ name: "BadSempahoreFileMissing" , value: 0x80520000 ,description: "The semaphore file specified by the client is not valid."})

The semaphore file specified by the client is not valid.

Static BadSensorFailure

BadSensorFailure: ConstantStatusCode = new ConstantStatusCode({ name: "BadSensorFailure" , value: 0x808c0000 ,description: "There has been a failure in the sensor from which the value is derived by the device/data source."})

There has been a failure in the sensor from which the value is derived by the device/data source.

Static BadSequenceNumberInvalid

BadSequenceNumberInvalid: ConstantStatusCode = new ConstantStatusCode({ name: "BadSequenceNumberInvalid" , value: 0x80880000 ,description: "The sequence number is not valid."})

The sequence number is not valid.

Static BadSequenceNumberUnknown

BadSequenceNumberUnknown: ConstantStatusCode = new ConstantStatusCode({ name: "BadSequenceNumberUnknown" , value: 0x807a0000 ,description: "The sequence number is unknown to the server."})

The sequence number is unknown to the server.

Static BadServerHalted

BadServerHalted: ConstantStatusCode = new ConstantStatusCode({ name: "BadServerHalted" , value: 0x800e0000 ,description: "The server has stopped and cannot process any requests."})

The server has stopped and cannot process any requests.

Static BadServerIndexInvalid

BadServerIndexInvalid: ConstantStatusCode = new ConstantStatusCode({ name: "BadServerIndexInvalid" , value: 0x806a0000 ,description: "The server index is not valid."})

The server index is not valid.

Static BadServerNameMissing

BadServerNameMissing: ConstantStatusCode = new ConstantStatusCode({ name: "BadServerNameMissing" , value: 0x80500000 ,description: "No ServerName was specified."})

No ServerName was specified.

Static BadServerNotConnected

BadServerNotConnected: ConstantStatusCode = new ConstantStatusCode({ name: "BadServerNotConnected" , value: 0x800d0000 ,description: "The operation could not complete because the client is not connected to the server."})

The operation could not complete because the client is not connected to the server.

Static BadServerUriInvalid

BadServerUriInvalid: ConstantStatusCode = new ConstantStatusCode({ name: "BadServerUriInvalid" , value: 0x804f0000 ,description: "The ServerUri is not a valid URI."})

The ServerUri is not a valid URI.

Static BadServiceUnsupported

BadServiceUnsupported: ConstantStatusCode = new ConstantStatusCode({ name: "BadServiceUnsupported" , value: 0x800b0000 ,description: "The server does not support the requested service."})

The server does not support the requested service.

Static BadSessionClosed

BadSessionClosed: ConstantStatusCode = new ConstantStatusCode({ name: "BadSessionClosed" , value: 0x80260000 ,description: "The session was closed by the client."})

The session was closed by the client.

Static BadSessionIdInvalid

BadSessionIdInvalid: ConstantStatusCode = new ConstantStatusCode({ name: "BadSessionIdInvalid" , value: 0x80250000 ,description: "The session id is not valid."})

The session id is not valid.

Static BadSessionNotActivated

BadSessionNotActivated: ConstantStatusCode = new ConstantStatusCode({ name: "BadSessionNotActivated" , value: 0x80270000 ,description: "The session cannot be used because ActivateSession has not been called."})

The session cannot be used because ActivateSession has not been called.

Static BadShelvingTimeOutOfRange

BadShelvingTimeOutOfRange: ConstantStatusCode = new ConstantStatusCode({ name: "BadShelvingTimeOutOfRange" , value: 0x80d30000 ,description: "The shelving time not within an acceptable range."})

The shelving time not within an acceptable range.

Static BadShutdown

BadShutdown: ConstantStatusCode = new ConstantStatusCode({ name: "BadShutdown" , value: 0x800c0000 ,description: "The operation was cancelled because the application is shutting down."})

The operation was cancelled because the application is shutting down.

Static BadSourceNodeIdInvalid

BadSourceNodeIdInvalid: ConstantStatusCode = new ConstantStatusCode({ name: "BadSourceNodeIdInvalid" , value: 0x80640000 ,description: "The source node id does not reference a valid node."})

The source node id does not reference a valid node.

Static BadStateNotActive

BadStateNotActive: ConstantStatusCode = new ConstantStatusCode({ name: "BadStateNotActive" , value: 0x80bf0000 ,description: "The sub-state machine is not currently active."})

The sub-state machine is not currently active.

Static BadStructureMissing

BadStructureMissing: ConstantStatusCode = new ConstantStatusCode({ name: "BadStructureMissing" , value: 0x80460000 ,description: "A mandatory structured parameter was missing or null."})

A mandatory structured parameter was missing or null.

Static BadSubscriptionIdInvalid

BadSubscriptionIdInvalid: ConstantStatusCode = new ConstantStatusCode({ name: "BadSubscriptionIdInvalid" , value: 0x80280000 ,description: "The subscription id is not valid."})

The subscription id is not valid.

Static BadSyntaxError

BadSyntaxError: ConstantStatusCode = new ConstantStatusCode({ name: "BadSyntaxError" , value: 0x80b60000 ,description: "A value had an invalid syntax."})

A value had an invalid syntax.

Static BadTargetNodeIdInvalid

BadTargetNodeIdInvalid: ConstantStatusCode = new ConstantStatusCode({ name: "BadTargetNodeIdInvalid" , value: 0x80650000 ,description: "The target node id does not reference a valid node."})

The target node id does not reference a valid node.

Static BadTcpEndpointUrlInvalid

BadTcpEndpointUrlInvalid: ConstantStatusCode = new ConstantStatusCode({ name: "BadTcpEndpointUrlInvalid" , value: 0x80830000 ,description: "The server does not recognize the QueryString specified."})

The server does not recognize the QueryString specified.

Static BadTcpInternalError

BadTcpInternalError: ConstantStatusCode = new ConstantStatusCode({ name: "BadTcpInternalError" , value: 0x80820000 ,description: "An internal error occurred."})

An internal error occurred.

Static BadTcpMessageTooLarge

BadTcpMessageTooLarge: ConstantStatusCode = new ConstantStatusCode({ name: "BadTcpMessageTooLarge" , value: 0x80800000 ,description: "The size of the message specified in the header is too large."})

The size of the message specified in the header is too large.

Static BadTcpMessageTypeInvalid

BadTcpMessageTypeInvalid: ConstantStatusCode = new ConstantStatusCode({ name: "BadTcpMessageTypeInvalid" , value: 0x807e0000 ,description: "The type of the message specified in the header invalid."})

The type of the message specified in the header invalid.

Static BadTcpNotEnoughResources

BadTcpNotEnoughResources: ConstantStatusCode = new ConstantStatusCode({ name: "BadTcpNotEnoughResources" , value: 0x80810000 ,description: "There are not enough resources to process the request."})

There are not enough resources to process the request.

Static BadTcpSecureChannelUnknown

BadTcpSecureChannelUnknown: ConstantStatusCode = new ConstantStatusCode({ name: "BadTcpSecureChannelUnknown" , value: 0x807f0000 ,description: "The SecureChannelId and/or TokenId are not currently in use."})

The SecureChannelId and/or TokenId are not currently in use.

Static BadTcpServerTooBusy

BadTcpServerTooBusy: ConstantStatusCode = new ConstantStatusCode({ name: "BadTcpServerTooBusy" , value: 0x807d0000 ,description: "The server cannot process the request because it is too busy."})

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

Static BadTimeout

BadTimeout: ConstantStatusCode = new ConstantStatusCode({ name: "BadTimeout" , value: 0x800a0000 ,description: "The operation timed out."})

The operation timed out.

Static BadTimestampNotSupported

BadTimestampNotSupported: ConstantStatusCode = new ConstantStatusCode({ name: "BadTimestampNotSupported" , value: 0x80a10000 ,description: "The client requested history using a timestamp format the server does not support (i.e requested ServerTimestamp when server only supports SourceTimestamp)."})

The client requested history using a timestamp format the server does not support (i.e requested ServerTimestamp when server only supports SourceTimestamp).

Static BadTimestampsToReturnInvalid

BadTimestampsToReturnInvalid: ConstantStatusCode = new ConstantStatusCode({ name: "BadTimestampsToReturnInvalid" , value: 0x802b0000 ,description: "The timestamps to return parameter is invalid."})

The timestamps to return parameter is invalid.

Static BadTooManyArguments

BadTooManyArguments: ConstantStatusCode = new ConstantStatusCode({ name: "BadTooManyArguments" , value: 0x80e50000 ,description: "Too many arguments were provided."})

Too many arguments were provided.

Static BadTooManyMatches

BadTooManyMatches: ConstantStatusCode = new ConstantStatusCode({ name: "BadTooManyMatches" , value: 0x806d0000 ,description: "The requested operation has too many matches to return."})

The requested operation has too many matches to return.

Static BadTooManyMonitoredItems

BadTooManyMonitoredItems: ConstantStatusCode = new ConstantStatusCode({ name: "BadTooManyMonitoredItems" , value: 0x80db0000 ,description: "The request could not be processed because there are too many monitored items in the subscription."})

The request could not be processed because there are too many monitored items in the subscription.

Static BadTooManyOperations

BadTooManyOperations: ConstantStatusCode = new ConstantStatusCode({ name: "BadTooManyOperations" , value: 0x80100000 ,description: "The request could not be processed because it specified too many operations."})

The request could not be processed because it specified too many operations.

Static BadTooManyPublishRequests

BadTooManyPublishRequests: ConstantStatusCode = new ConstantStatusCode({ name: "BadTooManyPublishRequests" , value: 0x80780000 ,description: "The server has reached the maximum number of queued publish requests."})

The server has reached the maximum number of queued publish requests.

Static BadTooManySessions

BadTooManySessions: ConstantStatusCode = new ConstantStatusCode({ name: "BadTooManySessions" , value: 0x80560000 ,description: "The server has reached its maximum number of sessions."})

The server has reached its maximum number of sessions.

Static BadTooManySubscriptions

BadTooManySubscriptions: ConstantStatusCode = new ConstantStatusCode({ name: "BadTooManySubscriptions" , value: 0x80770000 ,description: "The server has reached its maximum number of subscriptions."})

The server has reached its maximum number of subscriptions.

Static BadTypeDefinitionInvalid

BadTypeDefinitionInvalid: ConstantStatusCode = new ConstantStatusCode({ name: "BadTypeDefinitionInvalid" , value: 0x80630000 ,description: "The type definition node id does not reference an appropriate type node."})

The type definition node id does not reference an appropriate type node.

Static BadTypeMismatch

BadTypeMismatch: ConstantStatusCode = new ConstantStatusCode({ name: "BadTypeMismatch" , value: 0x80740000 ,description: "The value supplied for the attribute is not of the same type as the attribute's value."})

The value supplied for the attribute is not of the same type as the attribute's value.

Static BadUnexpectedError

BadUnexpectedError: ConstantStatusCode = new ConstantStatusCode({ name: "BadUnexpectedError" , value: 0x80010000 ,description: "An unexpected error occurred."})

Static BadUnknownResponse

BadUnknownResponse: ConstantStatusCode = new ConstantStatusCode({ name: "BadUnknownResponse" , value: 0x80090000 ,description: "An unrecognized response was received from the server."})

An unrecognized response was received from the server.

Static BadUserAccessDenied

BadUserAccessDenied: ConstantStatusCode = new ConstantStatusCode({ name: "BadUserAccessDenied" , value: 0x801f0000 ,description: "User does not have permission to perform the requested operation."})

User does not have permission to perform the requested operation.

Static BadUserSignatureInvalid

BadUserSignatureInvalid: ConstantStatusCode = new ConstantStatusCode({ name: "BadUserSignatureInvalid" , value: 0x80570000 ,description: "The user token signature is missing or invalid."})

The user token signature is missing or invalid.

Static BadViewIdUnknown

BadViewIdUnknown: ConstantStatusCode = new ConstantStatusCode({ name: "BadViewIdUnknown" , value: 0x806b0000 ,description: "The view id does not refer to a valid view node."})

The view id does not refer to a valid view node.

Static BadViewParameterMismatch

BadViewParameterMismatch: ConstantStatusCode = new ConstantStatusCode({ name: "BadViewParameterMismatch" , value: 0x80ca0000 ,description: "The view parameters are not consistent with each other."})

The view parameters are not consistent with each other.

Static BadViewTimestampInvalid

BadViewTimestampInvalid: ConstantStatusCode = new ConstantStatusCode({ name: "BadViewTimestampInvalid" , value: 0x80c90000 ,description: "The view timestamp is not available or not supported."})

The view timestamp is not available or not supported.

Static BadViewVersionInvalid

BadViewVersionInvalid: ConstantStatusCode = new ConstantStatusCode({ name: "BadViewVersionInvalid" , value: 0x80cb0000 ,description: "The view version is not available or not supported."})

The view version is not available or not supported.

Static BadWaitingForInitialData

BadWaitingForInitialData: ConstantStatusCode = new ConstantStatusCode({ name: "BadWaitingForInitialData" , value: 0x80320000 ,description: "Waiting for the server to obtain values from the underlying data source."})

Waiting for the server to obtain values from the underlying data source.

Static BadWaitingForResponse

BadWaitingForResponse: ConstantStatusCode = new ConstantStatusCode({ name: "BadWaitingForResponse" , value: 0x80b20000 ,description: "The asynchronous operation is waiting for a response."})

The asynchronous operation is waiting for a response.

Static BadWouldBlock

BadWouldBlock: ConstantStatusCode = new ConstantStatusCode({ name: "BadWouldBlock" , value: 0x80b50000 ,description: "Non blocking behaviour is required and the operation would block."})

Non blocking behaviour is required and the operation would block.

Static BadWriteNotSupported

BadWriteNotSupported: ConstantStatusCode = new ConstantStatusCode({ name: "BadWriteNotSupported" , value: 0x80730000 ,description: "The server does not support writing the combination of value, status and timestamps provided."})

The server does not support writing the combination of value, status and timestamps provided.

Static Good

Good: ConstantStatusCode = new ConstantStatusCode({ name:'Good', value: 0, description:'No Error' })

Good: No Error

Static GoodCallAgain

GoodCallAgain: ConstantStatusCode = new ConstantStatusCode({ name: "GoodCallAgain" , value: 0xa90000 ,description: "The operation is not finished and needs to be called again."})

The operation is not finished and needs to be called again.

Static GoodClamped

GoodClamped: ConstantStatusCode = new ConstantStatusCode({ name: "GoodClamped" , value: 0x300000 ,description: "The value written was accepted but was clamped."})

The value written was accepted but was clamped.

Static GoodCommunicationEvent

GoodCommunicationEvent: ConstantStatusCode = new ConstantStatusCode({ name: "GoodCommunicationEvent" , value: 0xa70000 ,description: "The communication layer has raised an event."})

The communication layer has raised an event.

Static GoodCompletesAsynchronously

GoodCompletesAsynchronously: ConstantStatusCode = new ConstantStatusCode({ name: "GoodCompletesAsynchronously" , value: 0x2e0000 ,description: "The processing will complete asynchronously."})

The processing will complete asynchronously.

Static GoodDataIgnored

GoodDataIgnored: ConstantStatusCode = new ConstantStatusCode({ name: "GoodDataIgnored" , value: 0xd90000 ,description: "The request specifies fields which are not valid for the EventType or cannot be saved by the historian."})

The request specifies fields which are not valid for the EventType or cannot be saved by the historian.

Static GoodDependentValueChanged

GoodDependentValueChanged: ConstantStatusCode = new ConstantStatusCode({ name: "GoodDependentValueChanged" , value: 0xe00000 ,description: "A dependent value has been changed but the change has not been applied to the device."})

A dependent value has been changed but the change has not been applied to the device.

Static GoodEdited

GoodEdited: ConstantStatusCode = new ConstantStatusCode({ name: "GoodEdited" , value: 0xdc0000 ,description: "The value does not come from the real source and has been edited by the server."})

The value does not come from the real source and has been edited by the server.

Static GoodEntryInserted

GoodEntryInserted: ConstantStatusCode = new ConstantStatusCode({ name: "GoodEntryInserted" , value: 0xa20000 ,description: "The data or event was successfully inserted into the historical database."})

The data or event was successfully inserted into the historical database.

Static GoodEntryReplaced

GoodEntryReplaced: ConstantStatusCode = new ConstantStatusCode({ name: "GoodEntryReplaced" , value: 0xa30000 ,description: "The data or event field was successfully replaced in the historical database."})

The data or event field was successfully replaced in the historical database.

Static GoodLocalOverride

GoodLocalOverride: ConstantStatusCode = new ConstantStatusCode({ name: "GoodLocalOverride" , value: 0x960000 ,description: "The value has been overridden."})

The value has been overridden.

Static GoodMoreData

GoodMoreData: ConstantStatusCode = new ConstantStatusCode({ name: "GoodMoreData" , value: 0xa60000 ,description: "The data or event field was successfully replaced in the historical database."})

The data or event field was successfully replaced in the historical database.

Static GoodNoData

GoodNoData: ConstantStatusCode = new ConstantStatusCode({ name: "GoodNoData" , value: 0xa50000 ,description: "No data exists for the requested time range or event filter."})

No data exists for the requested time range or event filter.

Static GoodNonCriticalTimeout

GoodNonCriticalTimeout: ConstantStatusCode = new ConstantStatusCode({ name: "GoodNonCriticalTimeout" , value: 0xaa0000 ,description: "A non-critical timeout occurred."})

A non-critical timeout occurred.

Static GoodOverload

GoodOverload: ConstantStatusCode = new ConstantStatusCode({ name: "GoodOverload" , value: 0x2f0000 ,description: "Sampling has slowed down due to resource limitations."})

Sampling has slowed down due to resource limitations.

Static GoodPostActionFailed

GoodPostActionFailed: ConstantStatusCode = new ConstantStatusCode({ name: "GoodPostActionFailed" , value: 0xdd0000 ,description: "There was an error in execution of these post-actions."})

There was an error in execution of these post-actions.

Static GoodResultsMayBeIncomplete

GoodResultsMayBeIncomplete: ConstantStatusCode = new ConstantStatusCode({ name: "GoodResultsMayBeIncomplete" , value: 0xba0000 ,description: "The server should have followed a reference to a node in a remote server but did not. The result set may be incomplete."})

The server should have followed a reference to a node in a remote server but did not. The result set may be incomplete.

Static GoodShutdownEvent

GoodShutdownEvent: ConstantStatusCode = new ConstantStatusCode({ name: "GoodShutdownEvent" , value: 0xa80000 ,description: "The system is shutting down."})

The system is shutting down.

Static GoodSubscriptionTransferred

GoodSubscriptionTransferred: ConstantStatusCode = new ConstantStatusCode({ name: "GoodSubscriptionTransferred" , value: 0x2d0000 ,description: "The subscription was transferred to another session."})

The subscription was transferred to another session.

Static GoodWithOverflowBit

GoodWithOverflowBit: StatusCode = StatusCode.makeStatusCode(StatusCodes.Good, `Overflow | InfoTypeDataValue`)

Static Uncertain

Uncertain: ConstantStatusCode = new ConstantStatusCode({ name:'Uncertain', value: 0x40000000, description:'The value is uncertain but no specific reason is known.' })

The value is uncertain but no specific reason is known.

Static UncertainDataSubNormal

UncertainDataSubNormal: ConstantStatusCode = new ConstantStatusCode({ name: "UncertainDataSubNormal" , value: 0x40a40000 ,description: "The value is derived from multiple values and has less than the required number of Good values."})

The value is derived from multiple values and has less than the required number of Good values.

Static UncertainDependentValueChanged

UncertainDependentValueChanged: ConstantStatusCode = new ConstantStatusCode({ name: "UncertainDependentValueChanged" , value: 0x40e20000 ,description: "A dependent value has been changed but the change has not been applied to the device. The quality of the dominant variable is uncertain."})

A dependent value has been changed but the change has not been applied to the device. The quality of the dominant variable is uncertain.

Static UncertainDominantValueChanged

UncertainDominantValueChanged: ConstantStatusCode = new ConstantStatusCode({ name: "UncertainDominantValueChanged" , value: 0x40de0000 ,description: "The related EngineeringUnit has been changed but the Variable Value is still provided based on the previous unit."})

The related EngineeringUnit has been changed but the Variable Value is still provided based on the previous unit.

Static UncertainEngineeringUnitsExceeded

UncertainEngineeringUnitsExceeded: ConstantStatusCode = new ConstantStatusCode({ name: "UncertainEngineeringUnitsExceeded" , value: 0x40940000 ,description: "The value is outside of the range of values defined for this parameter."})

The value is outside of the range of values defined for this parameter.

Static UncertainInitialValue

UncertainInitialValue: ConstantStatusCode = new ConstantStatusCode({ name: "UncertainInitialValue" , value: 0x40920000 ,description: "The value is an initial value for a variable that normally receives its value from another variable."})

The value is an initial value for a variable that normally receives its value from another variable.

Static UncertainLastUsableValue

UncertainLastUsableValue: ConstantStatusCode = new ConstantStatusCode({ name: "UncertainLastUsableValue" , value: 0x40900000 ,description: "Whatever was updating this value has stopped doing so."})

Whatever was updating this value has stopped doing so.

Static UncertainNoCommunicationLastUsableValue

UncertainNoCommunicationLastUsableValue: ConstantStatusCode = new ConstantStatusCode({ name: "UncertainNoCommunicationLastUsableValue" , value: 0x408f0000 ,description: "Communication to the data source has failed. The variable value is the last value that had a good quality."})

Communication to the data source has failed. The variable value is the last value that had a good quality.

Static UncertainNotAllNodesAvailable

UncertainNotAllNodesAvailable: ConstantStatusCode = new ConstantStatusCode({ name: "UncertainNotAllNodesAvailable" , value: 0x40c00000 ,description: "The list of references may not be complete because the underlying system is not available."})

The list of references may not be complete because the underlying system is not available.

Static UncertainReferenceNotDeleted

UncertainReferenceNotDeleted: ConstantStatusCode = new ConstantStatusCode({ name: "UncertainReferenceNotDeleted" , value: 0x40bc0000 ,description: "The server was not able to delete all target references."})

The server was not able to delete all target references.

Static UncertainReferenceOutOfServer

UncertainReferenceOutOfServer: ConstantStatusCode = new ConstantStatusCode({ name: "UncertainReferenceOutOfServer" , value: 0x406c0000 ,description: "One of the references to follow in the relative path references to a node in the address space in another server."})

One of the references to follow in the relative path references to a node in the address space in another server.

Static UncertainSensorNotAccurate

UncertainSensorNotAccurate: ConstantStatusCode = new ConstantStatusCode({ name: "UncertainSensorNotAccurate" , value: 0x40930000 ,description: "The value is at one of the sensor limits."})

The value is at one of the sensor limits.

Static UncertainSubNormal

UncertainSubNormal: ConstantStatusCode = new ConstantStatusCode({ name: "UncertainSubNormal" , value: 0x40950000 ,description: "The value is derived from multiple sources and has less than the required number of Good sources."})

The value is derived from multiple sources and has less than the required number of Good sources.

Static UncertainSubstituteValue

UncertainSubstituteValue: ConstantStatusCode = new ConstantStatusCode({ name: "UncertainSubstituteValue" , value: 0x40910000 ,description: "The value is an operational value that was manually overwritten."})

The value is an operational value that was manually overwritten.

Generated using TypeDoc