OPCUA-Errors » History » Version 6
Michel Condemine Admin, 01/19/2026 11:36 AM
| 1 | 1 | Michel Condemine Admin | # OPCUA-Errors |
|---|---|---|---|
| 2 | 3 | Michel Condemine Admin | ✅ Status Codes – GOOD |
| 3 | 1 | Michel Condemine Admin | |
| 4 | 3 | Michel Condemine Admin | | Niveau | Code symbolique | Code hexadécimal | Description | |
| 5 | |------|----------------|------------------|-------------| |
||
| 6 | 4 | Michel Condemine Admin | | Good | OpcUa_GoodSubscriptionTransferred | 0x002D0000 | The subscription has been transferred to another session | |
| 7 | | Good | OpcUa_GoodCompletesAsynchronously | 0x002E0000 | The processing will complete asynchronously | |
||
| 8 | | Good | OpcUa_GoodOverload | 0x002F0000 | Sampling has slowed down due to resource limitations | |
||
| 9 | | Good | OpcUa_GoodClamped | 0x00300000 | The written value was accepted but clamped | |
||
| 10 | | Good | OpcUa_GoodResultsMayBeIncomplete | 0x00BA0000 | The results may be incomplete | |
||
| 11 | | Good | OpcUa_GoodLocalOverride | 0x00960000 | The value has been locally overridden | |
||
| 12 | | Good | OpcUa_GoodEntryInserted | 0x00A20000 | Historical data was successfully inserted | |
||
| 13 | | Good | OpcUa_GoodEntryReplaced | 0x00A30000 | Historical data was successfully replaced | |
||
| 14 | | Good | OpcUa_GoodNoData | 0x00A50000 | No data exists for the requested range | |
||
| 15 | | Good | OpcUa_GoodMoreData | 0x00A60000 | More data is available | |
||
| 16 | | Good | OpcUa_GoodCommunicationEvent | 0x00A70000 | A communication event has been raised | |
||
| 17 | | Good | OpcUa_GoodShutdownEvent | 0x00A80000 | The system is shutting down | |
||
| 18 | | Good | OpcUa_GoodCallAgain | 0x00A90000 | The operation needs to be called again | |
||
| 19 | | Good | OpcUa_GoodNonCriticalTimeout | 0x00AA0000 | A non-critical timeout occurred | |
||
| 20 | | Good | OpcUa_GoodDataIgnored | 0x00D90000 | Data was ignored (invalid or not storable) | |
||
| 21 | 3 | Michel Condemine Admin | |
| 22 | |||
| 23 | 4 | Michel Condemine Admin | |
| 24 | 1 | Michel Condemine Admin | ⚠️ Status Codes – UNCERTAIN |
| 25 | 3 | Michel Condemine Admin | |
| 26 | 1 | Michel Condemine Admin | |
| 27 | | Niveau | Code symbolique | Code hexadécimal | Description | |
||
| 28 | 3 | Michel Condemine Admin | |------|----------------|------------------|-------------| |
| 29 | 4 | Michel Condemine Admin | | Uncertain | OpcUa_UncertainReferenceOutOfServer | 0x406C0000 | A reference in the relative path points to a node in another server | |
| 30 | | Uncertain | OpcUa_UncertainNoCommunicationLastUsableValue | 0x408F0000 | Communication has failed; the last known usable value is provided | |
||
| 31 | | Uncertain | OpcUa_UncertainLastUsableValue | 0x40900000 | The source is no longer updating the value | |
||
| 32 | | Uncertain | OpcUa_UncertainSubstituteValue | 0x40910000 | The value has been manually substituted | |
||
| 33 | | Uncertain | OpcUa_UncertainInitialValue | 0x40920000 | The value is an initial value that has not yet been linked | |
||
| 34 | | Uncertain | OpcUa_UncertainSensorNotAccurate | 0x40930000 | The value is near the limits of the sensor | |
||
| 35 | | Uncertain | OpcUa_UncertainEngineeringUnitsExceeded | 0x40940000 | The value is outside the defined engineering unit limits | |
||
| 36 | | Uncertain | OpcUa_UncertainSubNormal | 0x40950000 | There are not enough Good sources to provide a Good quality | |
||
| 37 | | Uncertain | OpcUa_UncertainReferenceNotDeleted | 0x40BC0000 | Not all target references could be deleted | |
||
| 38 | | Uncertain | OpcUa_UncertainNotAllNodesAvailable | 0x40C00000 | Not all nodes are available | |
||
| 39 | | Uncertain | OpcUa_UncertainDataSubNormal | 0x40A40000 | Composite data has fewer than the required number of Good values | |
||
| 40 | |||
| 41 | 1 | Michel Condemine Admin | |
| 42 | |||
| 43 | 3 | Michel Condemine Admin | ❌ Status Codes – BAD |
| 44 | 1 | Michel Condemine Admin | |
| 45 | 3 | Michel Condemine Admin | | Niveau | Code symbolique | Code hexadécimal | Description | |
| 46 | |-----------|-----------------------------------------------|------------------|-------------| |
||
| 47 | 6 | Michel Condemine Admin | |
| 48 | # Codes OPC UA – StatusCode *Bad* |
||
| 49 | |||
| 50 | | Niveau | Code symbolique | Code hexadécimal | Description | |
||
| 51 | |-------|------------------|------------------|-------------| |
||
| 52 | | Bad | OpcUa_BadUnexpectedError | 0x80010000 | An unexpected error occurred. | |
||
| 53 | | Bad | OpcUa_BadInternalError | 0x80020000 | An internal error occurred as a result of a programming or configuration error. | |
||
| 54 | | Bad | OpcUa_BadOutOfMemory | 0x80030000 | Not enough memory to complete the operation. | |
||
| 55 | | Bad | OpcUa_BadResourceUnavailable | 0x80040000 | An operating system resource is not available. | |
||
| 56 | | Bad | OpcUa_BadCommunicationError | 0x80050000 | A low level communication error occurred. | |
||
| 57 | | Bad | OpcUa_BadEncodingError | 0x80060000 | Encoding halted because of invalid data in the objects being serialized. | |
||
| 58 | | Bad | OpcUa_BadDecodingError | 0x80070000 | Decoding halted because of invalid data in the stream. | |
||
| 59 | | Bad | OpcUa_BadEncodingLimitsExceeded | 0x80080000 | The message encoding/decoding limits imposed by the stack have been exceeded. | |
||
| 60 | | Bad | OpcUa_BadRequestTooLarge | 0x80B80000 | The request message size exceeds limits set by the server. | |
||
| 61 | | Bad | OpcUa_BadResponseTooLarge | 0x80B90000 | The response message size exceeds limits set by the client. | |
||
| 62 | | Bad | OpcUa_BadUnknownResponse | 0x80090000 | An unrecognized response was received from the server. | |
||
| 63 | | Bad | OpcUa_BadTimeout | 0x800A0000 | The operation timed out. | |
||
| 64 | | Bad | OpcUa_BadServiceUnsupported | 0x800B0000 | The server does not support the requested service. | |
||
| 65 | | Bad | OpcUa_BadShutdown | 0x800C0000 | The operation was cancelled because the application is shutting down. | |
||
| 66 | | Bad | OpcUa_BadServerNotConnected | 0x800D0000 | The operation could not complete because the client is not connected to the server. | |
||
| 67 | | Bad | OpcUa_BadServerHalted | 0x800E0000 | The server has stopped and cannot process any requests. | |
||
| 68 | | Bad | OpcUa_BadNothingToDo | 0x800F0000 | There was nothing to do because the client passed a list of operations with no elements. | |
||
| 69 | | Bad | OpcUa_BadTooManyOperations | 0x80100000 | The request could not be processed because it specified too many operations. | |
||
| 70 | | Bad | OpcUa_BadDataTypeIdUnknown | 0x80110000 | The extension object cannot be (de)serialized because the data type id is not recognized. | |
||
| 71 | | Bad | OpcUa_BadCertificateInvalid | 0x80120000 | The certificate provided as a parameter is not valid. | |
||
| 72 | | Bad | OpcUa_BadSecurityChecksFailed | 0x80130000 | An error occurred verifying security. | |
||
| 73 | | Bad | OpcUa_BadCertificateTimeInvalid | 0x80140000 | The Certificate has expired or is not yet valid. | |
||
| 74 | | Bad | OpcUa_BadCertificateIssuerTimeInvalid | 0x80150000 | An Issuer Certificate has expired or is not yet valid. | |
||
| 75 | | Bad | OpcUa_BadCertificateHostNameInvalid | 0x80160000 | The HostName used to connect to a Server does not match a HostName in the Certificate. | |
||
| 76 | | Bad | OpcUa_BadCertificateUriInvalid | 0x80170000 | The URI specified in the ApplicationDescription does not match the URI in the Certificate. | |
||
| 77 | | Bad | OpcUa_BadCertificateUseNotAllowed | 0x80180000 | The Certificate may not be used for the requested operation. | |
||
| 78 | | Bad | OpcUa_BadCertificateIssuerUseNotAllowed | 0x80190000 | The Issuer Certificate may not be used for the requested operation. | |
||
| 79 | | Bad | OpcUa_BadCertificateUntrusted | 0x801A0000 | The Certificate is not trusted. | |
||
| 80 | | Bad | OpcUa_BadCertificateRevocationUnknown | 0x801B0000 | It was not possible to determine if the Certificate has been revoked. | |
||
| 81 | | Bad | OpcUa_BadCertificateIssuerRevocationUnknown | 0x801C0000 | It was not possible to determine if the Issuer Certificate has been revoked. | |
||
| 82 | | Bad | OpcUa_BadCertificateRevoked | 0x801D0000 | The Certificate has been revoked. | |
||
| 83 | | Bad | OpcUa_BadCertificateIssuerRevoked | 0x801E0000 | The Issuer Certificate has been revoked. | |
||
| 84 | | Bad | OpcUa_BadUserAccessDenied | 0x801F0000 | User does not have permission to perform the requested operation. | |
||
| 85 | | Bad | OpcUa_BadIdentityTokenInvalid | 0x80200000 | The user identity token is not valid. | |
||
| 86 | | Bad | OpcUa_BadIdentityTokenRejected | 0x80210000 | The user identity token is valid but the server has rejected it. | |
||
| 87 | | Bad | OpcUa_BadSecureChannelIdInvalid | 0x80220000 | The specified secure channel is no longer valid. | |
||
| 88 | | Bad | OpcUa_BadInvalidTimestamp | 0x80230000 | The timestamp is outside the range allowed by the server. | |
||
| 89 | | Bad | OpcUa_BadNonceInvalid | 0x80240000 | The nonce does not appear to be random or is not the correct length. | |
||
| 90 | | Bad | OpcUa_BadSessionIdInvalid | 0x80250000 | The session id is not valid. | |
||
| 91 | | Bad | OpcUa_BadSessionClosed | 0x80260000 | The session was closed by the client. | |
||
| 92 | | Bad | OpcUa_BadSessionNotActivated | 0x80270000 | The session cannot be used because ActivateSession has not been called. | |
||
| 93 | | Bad | OpcUa_BadSubscriptionIdInvalid | 0x80280000 | The subscription id is not valid. | |
||
| 94 | | Bad | OpcUa_BadRequestHeaderInvalid | 0x802A0000 | The header for the request is missing or invalid. | |
||
| 95 | | Bad | OpcUa_BadTimestampsToReturnInvalid | 0x802B0000 | The timestamps to return parameter is invalid. | |
||
| 96 | | Bad | OpcUa_BadRequestCancelledByClient | 0x802C0000 | The request was cancelled by the client. | |
||
| 97 | | Bad | OpcUa_BadNoCommunication | 0x80310000 | Communication with the data source is defined, but not established, and there is no last known value available. | |
||
| 98 | | Bad | OpcUa_BadWaitingForInitialData | 0x80320000 | Waiting for the server to obtain values from the underlying data source. | |
||
| 99 | | Bad | OpcUa_BadNodeIdInvalid | 0x80330000 | The syntax of the node id is not valid. | |
||
| 100 | | Bad | OpcUa_BadNodeIdUnknown | 0x80340000 | The node id refers to a node that does not exist in the server address space. | |
||
| 101 | | Bad | OpcUa_BadAttributeIdInvalid | 0x80350000 | The attribute is not supported for the specified Node. | |
||
| 102 | | Bad | OpcUa_BadIndexRangeInvalid | 0x80360000 | The syntax of the index range parameter is invalid. | |
||
| 103 | | Bad | OpcUa_BadIndexRangeNoData | 0x80370000 | No data exists within the range of indexes specified. | |
||
| 104 | | Bad | OpcUa_BadDataEncodingInvalid | 0x80380000 | The data encoding is invalid. | |
||
| 105 | | Bad | OpcUa_BadDataEncodingUnsupported | 0x80390000 | The server does not support the requested data encoding for the node. | |
||
| 106 | | Bad | OpcUa_BadNotReadable | 0x803A0000 | The access level does not allow reading or subscribing to the Node. | |
||
| 107 | | Bad | OpcUa_BadNotWritable | 0x803B0000 | The access level does not allow writing to the Node. | |
||
| 108 | | Bad | OpcUa_BadOutOfRange | 0x803C0000 | The value was out of range. | |
||
| 109 | | Bad | OpcUa_BadNotSupported | 0x803D0000 | The requested operation is not supported. | |
||
| 110 | | Bad | OpcUa_BadNotFound | 0x803E0000 | A requested item was not found or a search operation ended without success. | |
||
| 111 | | Bad | OpcUa_BadObjectDeleted | 0x803F0000 | The object cannot be used because it has been deleted. | |
||
| 112 | | Bad | OpcUa_BadNotImplemented | 0x80400000 | Requested operation is not implemented. | |
||
| 113 | | Bad | OpcUa_BadMonitoringModeInvalid | 0x80410000 | The monitoring mode is invalid. | |
||
| 114 | | Bad | OpcUa_BadMonitoredItemIdInvalid | 0x80420000 | The monitoring item id does not refer to a valid monitored item. | |
||
| 115 | | Bad | OpcUa_BadMonitoredItemFilterInvalid | 0x80430000 | The monitored item filter parameter is not valid. | |
||
| 116 | | Bad | OpcUa_BadMonitoredItemFilterUnsupported | 0x80440000 | The server does not support the requested monitored item filter. | |
||
| 117 | | Bad | OpcUa_BadFilterNotAllowed | 0x80450000 | A monitoring filter cannot be used in combination with the attribute specified. | |
||
| 118 | | Bad | OpcUa_BadStructureMissing | 0x80460000 | A mandatory structured parameter was missing or null. | |
||
| 119 | | Bad | OpcUa_BadEventFilterInvalid | 0x80470000 | The event filter is not valid. | |
||
| 120 | | Bad | OpcUa_BadContentFilterInvalid | 0x80480000 | The content filter is not valid. | |
||
| 121 | | Bad | OpcUa_BadFilterOperatorInvalid | 0x80C10000 | An unrecognized operator was provided in a filter. | |
||
| 122 | | Bad | OpcUa_BadFilterOperatorUnsupported | 0x80C20000 | A valid operator was provided, but the server does not provide support for this filter operator. | |
||
| 123 | | Bad | OpcUa_BadFilterOperandCountMismatch | 0x80C30000 | The number of operands provided for the filter operator was less than expected. | |
||
| 124 | | Bad | OpcUa_BadFilterOperandInvalid | 0x80490000 | The operand used in a content filter is not valid. | |
||
| 125 | | Bad | OpcUa_BadFilterElementInvalid | 0x80C40000 | The referenced element is not a valid element in the content filter. | |
||
| 126 | | Bad | OpcUa_BadFilterLiteralInvalid | 0x80C50000 | The referenced literal is not a valid value. | |
||
| 127 | | Bad | OpcUa_BadContinuationPointInvalid | 0x804A0000 | The continuation point provided is no longer valid. | |
||
| 128 | | Bad | OpcUa_BadNoContinuationPoints | 0x804B0000 | The operation could not be processed because all continuation points have been allocated. | |
||
| 129 | | Bad | OpcUa_BadReferenceTypeIdInvalid | 0x804C0000 | The reference type id does not refer to a valid reference type. | |
||
| 130 | | Bad | OpcUa_BadBrowseDirectionInvalid | 0x804D0000 | The browse direction is not valid. | |
||
| 131 | | Bad | OpcUa_BadNodeNotInView | 0x804E0000 | The node is not part of the view. | |
||
| 132 | | Bad | OpcUa_BadServerUriInvalid | 0x804F0000 | The ServerUri is not a valid URI. | |
||
| 133 | | Bad | OpcUa_BadServerNameMissing | 0x80500000 | No ServerName was specified. | |
||
| 134 | | Bad | OpcUa_BadDiscoveryUrlMissing | 0x80510000 | No DiscoveryUrl was specified. | |
||
| 135 | | Bad | OpcUa_BadSempahoreFileMissing | 0x80520000 | The semaphore file specified by the client is not valid. | |
||
| 136 | | Bad | OpcUa_BadRequestTypeInvalid | 0x80530000 | The security token request type is not valid. | |
||
| 137 | | Bad | OpcUa_BadSecurityModeRejected | 0x80540000 | The security mode does not meet the requirements set by the Server. | |
||
| 138 | | Bad | OpcUa_BadSecurityPolicyRejected | 0x80550000 | The security policy does not meet the requirements set by the Server. | |
||
| 139 | | Bad | OpcUa_BadTooManySessions | 0x80560000 | The server has reached its maximum number of sessions. | |
||
| 140 | | Bad | OpcUa_BadUserSignatureInvalid | 0x80570000 | The user token signature is missing or invalid. | |
||
| 141 | | Bad | OpcUa_BadApplicationSignatureInvalid | 0x80580000 | The signature generated with the client certificate is missing or invalid. | |
||
| 142 | | Bad | OpcUa_BadNoValidCertificates | 0x80590000 | The client did not provide at least one software certificate that is valid and meets the profile requirements for the server. | |
||
| 143 | | Bad | OpcUa_BadServerIndexInvalid | 0x806A0000 | The server index is not valid. | |
||
| 144 | | Bad | OpcUa_BadViewIdUnknown | 0x806B0000 | The view id does not refer to a valid view node. | |
||
| 145 | | Bad | OpcUa_BadMaxAgeInvalid | 0x80700000 | The max age parameter is invalid. | |
||
| 146 | | Bad | OpcUa_BadHistoryOperationInvalid | 0x80710000 | The history details parameter is not valid. | |
||
| 147 | | Bad | OpcUa_BadHistoryOperationUnsupported | 0x80720000 | The server does not support the requested operation. | |
||
| 148 | | Bad | OpcUa_BadWriteNotSupported | 0x80730000 | The server does not support writing the combination of value, status and timestamps provided. | |
||
| 149 | 3 | Michel Condemine Admin | | Bad | OpcUa_BadTypeMismatch | 0x80740000 | The value supplied for the attribute is not of the same type as the attribute's value. | |
| 150 | 6 | Michel Condemine Admin | |
| 151 | 3 | Michel Condemine Admin | | Bad | OpcUa_BadMethodInvalid | 0x80750000 | The method id does not refer to a method for the specified object. | |
| 152 | | Bad | OpcUa_BadArgumentsMissing | 0x80760000 | The client did not specify all of the input arguments for the method. | |
||
| 153 | | Bad | OpcUa_BadTooManySubscriptions | 0x80770000 | The server has reached its maximum number of subscriptions. | |
||
| 154 | | Bad | OpcUa_BadTooManyPublishRequests | 0x80780000 | The server has reached the maximum number of queued publish requests. | |
||
| 155 | | Bad | OpcUa_BadNoSubscription | 0x80790000 | There is no subscription available for this session. | |
||
| 156 | | Bad | OpcUa_BadSequenceNumberUnknown | 0x807A0000 | The sequence number is unknown to the server. | |
||
| 157 | | Bad | OpcUa_BadMessageNotAvailable | 0x807B0000 | The requested notification message is no longer available. | |
||
| 158 | | Bad | OpcUa_BadInsufficientClientProfile | 0x807C0000 | The Client of the current Session does not support one or more Profiles that are necessary for the Subscription. | |
||
| 159 | | Bad | OpcUa_BadStateNotActive | 0x80BF0000 | The sub-state machine is not currently active. | |
||
| 160 | | Bad | OpcUa_BadTcpServerTooBusy | 0x807D0000 | The server cannot process the request because it is too busy. | |
||
| 161 | | Bad | OpcUa_BadTcpMessageTypeInvalid | 0x807E0000 | The type of the message specified in the header invalid. | |
||
| 162 | | Bad | OpcUa_BadTcpSecureChannelUnknown | 0x807F0000 | The SecureChannelId and/or TokenId are not currently in use. | |
||
| 163 | | Bad | OpcUa_BadTcpMessageTooLarge | 0x80800000 | The size of the message specified in the header is too large. | |
||
| 164 | | Bad | OpcUa_BadTcpNotEnoughResources | 0x80810000 | There are not enough resources to process the request. | |
||
| 165 | | Bad | OpcUa_BadTcpInternalError | 0x80820000 | An internal error occurred. | |
||
| 166 | | Bad | OpcUa_BadTcpEndpointUrlInvalid | 0x80830000 | The Server does not recognize the QueryString specified. | |
||
| 167 | | Bad | OpcUa_BadRequestInterrupted | 0x80840000 | The request could not be sent because of a network interruption. | |
||
| 168 | | Bad | OpcUa_BadRequestTimeout | 0x80850000 | Timeout occurred while processing the request. | |
||
| 169 | | Bad | OpcUa_BadSecureChannelClosed | 0x80860000 | The secure channel has been closed. | |
||
| 170 | | Bad | OpcUa_BadSecureChannelTokenUnknown | 0x80870000 | The token has expired or is not recognized. | |
||
| 171 | | Bad | OpcUa_BadSequenceNumberInvalid | 0x80880000 | The sequence number is not valid. | |
||
| 172 | | Bad | OpcUa_BadProtocolVersionUnsupported | 0x80BE0000 | The applications do not have compatible protocol versions. | |
||
| 173 | | Bad | OpcUa_BadConfigurationError | 0x80890000 | There is a problem with the configuration that affects the usefulness of the value. | |
||
| 174 | | Bad | OpcUa_BadNotConnected | 0x808A0000 | The variable should receive its value from another variable, but has never been configured to do so. | |
||
| 175 | | Bad | OpcUa_BadDeviceFailure | 0x808B0000 | There has been a failure in the device/data source that generates the value that has affected the value. | |
||
| 176 | | Bad | OpcUa_BadSensorFailure | 0x808C0000 | There has been a failure in the sensor from which the value is derived by the device/data source. | |
||
| 177 | | Bad | OpcUa_BadOutOfService | 0x808D0000 | The source of the data is not operational. | |
||
| 178 | | Bad | OpcUa_BadDeadbandFilterInvalid | 0x808E0000 | The deadband filter is not valid. | |
||
| 179 | | Bad | OpcUa_BadRefreshInProgress | 0x80970000 | This Condition refresh failed, a Condition refresh operation is already in progress. | |
||
| 180 | | Bad | OpcUa_BadConditionAlreadyDisabled | 0x80980000 | This condition has already been disabled. | |
||
| 181 | | Bad | OpcUa_BadConditionAlreadyEnabled | 0x80CC0000 | This condition has already been enabled. | |
||
| 182 | | Bad | OpcUa_BadConditionDisabled | 0x80990000 | Property not available, this condition is disabled. | |
||
| 183 | | Bad | OpcUa_BadEventIdUnknown | 0x809A0000 | The specified event id is not recognized. | |
||
| 184 | | Bad | OpcUa_BadEventNotAcknowledgeable | 0x80BB0000 | The event cannot be acknowledged. | |
||
| 185 | 6 | Michel Condemine Admin | | Bad | OpcUa_BadIdentityChangeNotSupported | 0x80C60000 | The Server does not support changing the user identity assigned to the session. | |
| 186 | | Bad | OpcUa_BadViewTimestampInvalid | 0x80C90000 | The view timestamp is not available or not supported. | |
||
| 187 | | Bad | OpcUa_BadViewParameterMismatch | 0x80CA0000 | The view parameters are not consistent with each other. | |
||
| 188 | | Bad | OpcUa_BadViewVersionInvalid | 0x80CB0000 | The view version is not available or not supported. | |
||
| 189 | 3 | Michel Condemine Admin | | Bad | OpcUa_BadDialogNotActive | 0x80CD0000 | The dialog condition is not active. | |
| 190 | | Bad | OpcUa_BadDialogResponseInvalid | 0x80CE0000 | The response is not valid for the dialog. | |
||
| 191 | | Bad | OpcUa_BadConditionBranchAlreadyAcked | 0x80CF0000 | The condition branch has already been acknowledged. | |
||
| 192 | | Bad | OpcUa_BadConditionBranchAlreadyConfirmed | 0x80D00000 | The condition branch has already been confirmed. | |
||
| 193 | | Bad | OpcUa_BadConditionAlreadyShelved | 0x80D10000 | The condition has already been shelved. | |
||
| 194 | | Bad | OpcUa_BadConditionNotShelved | 0x80D20000 | The condition is not currently shelved. | |
||
| 195 | | Bad | OpcUa_BadShelvingTimeOutOfRange | 0x80D30000 | The shelving time not within an acceptable range. | |
||
| 196 | | Bad | OpcUa_BadNoData | 0x809B0000 | No data exists for the requested time range or event filter. | |
||
| 197 | | Bad | OpcUa_BadBoundNotFound | 0x80D70000 | No data found to provide upper or lower bound value. | |
||
| 198 | | Bad | OpcUa_BadBoundNotSupported | 0x80D80000 | The server cannot retrieve a bound for the variable. | |
||
| 199 | | Bad | OpcUa_BadDataLost | 0x809D0000 | Data is missing due to collection started/stopped/lost. | |
||
| 200 | | Bad | OpcUa_BadDataUnavailable | 0x809E0000 | Expected data is unavailable for the requested time range due to temporary unavailability. | |
||
| 201 | | Bad | OpcUa_BadEntryExists | 0x809F0000 | The data or event was not successfully inserted because a matching entry exists. | |
||
| 202 | | Bad | OpcUa_BadNoEntryExists | 0x80A00000 | The data or event was not successfully updated because no matching entry exists. | |
||
| 203 | | Bad | OpcUa_BadTimestampNotSupported | 0x80A10000 | Client requested history using an unsupported timestamp format. | |
||
| 204 | | Bad | OpcUa_BadAggregateListMismatch | 0x80D40000 | The requested number of Aggregates does not match the requested number of NodeIds. | |
||
| 205 | | Bad | OpcUa_BadAggregateNotSupported | 0x80D50000 | The requested Aggregate is not support by the server. | |
||
| 206 | | Bad | OpcUa_BadAggregateInvalidInputs | 0x80D60000 | The aggregate value could not be derived due to invalid data inputs. | |
||
| 207 | | Bad | OpcUa_BadAggregateConfigurationRejected | 0x80DA0000 | The aggregate configuration is not valid for specified node. | |
||
| 208 | | Bad | OpcUa_BadInvalidArgument | 0x80AB0000 | One or more arguments are invalid. | |
||
| 209 | | Bad | OpcUa_BadConnectionRejected | 0x80AC0000 | Could not establish a network connection to remote server. | |
||
| 210 | | Bad | OpcUa_BadDisconnect | 0x80AD0000 | The server has disconnected from the client. | |
||
| 211 | | Bad | OpcUa_BadConnectionClosed | 0x80AE0000 | The network connection has been closed. | |
||
| 212 | | Bad | OpcUa_BadInvalidState | 0x80AF0000 | The object is closed, uninitialized or in an invalid state. | |
||
| 213 | | Bad | OpcUa_BadEndOfStream | 0x80B00000 | Cannot move beyond end of the stream. | |
||
| 214 | | Bad | OpcUa_BadNoDataAvailable | 0x80B10000 | No data is currently available for reading from a non-blocking stream. | |
||
| 215 | | Bad | OpcUa_BadWaitingForResponse | 0x80B20000 | The asynchronous operation is waiting for a response. | |
||
| 216 | | Bad | OpcUa_BadOperationAbandoned | 0x80B30000 | The asynchronous operation was abandoned by the caller. | |
||
| 217 | | Bad | OpcUa_BadExpectedStreamToBlock | 0x80B40000 | The stream did not return all data requested. | |
||
| 218 | | Bad | OpcUa_BadWouldBlock | 0x80B50000 | Non blocking behaviour is required and the operation would block. | |
||
| 219 | | Bad | OpcUa_BadSyntaxError | 0x80B60000 | A value had an invalid syntax. | |
||
| 220 | | Bad | OpcUa_BadMaxConnectionsReached | 0x80B70000 | All available connections are in use. | |
||
| 221 | 5 | Michel Condemine Admin | | Bad | OpcUa_BadCertificateChainIncomplete | 0x810D0000 | The certificate chain is incomplete. | |
| 222 | | Bad | OpcUa_BadCertificatePolicyCheckFailed | 0x81140000 | The certificate does not meet the requirements of the security policy. | |
||
| 223 | | Bad | OpcUa_BadAlreadyExists | 0x81150000 | An equivalent rule or node already exists. | |