Files
Mapo-IOB-WIN/IOB-OPC-UA/Stack/Opc.Ua.Core/Schema/Opc.Ua.StatusCodes.csv
T
2021-03-25 18:25:25 +01:00

24 KiB

1BadUnexpectedError0x80010000An unexpected error occurred.
2BadInternalError0x80020000An internal error occurred as a result of a programming or configuration error.
3BadOutOfMemory0x80030000Not enough memory to complete the operation.
4BadResourceUnavailable0x80040000An operating system resource is not available.
5BadCommunicationError0x80050000A low level communication error occurred.
6BadEncodingError0x80060000Encoding halted because of invalid data in the objects being serialized.
7BadDecodingError0x80070000Decoding halted because of invalid data in the stream.
8BadEncodingLimitsExceeded0x80080000The message encoding/decoding limits imposed by the stack have been exceeded.
9BadRequestTooLarge0x80B80000The request message size exceeds limits set by the server.
10BadResponseTooLarge0x80B90000The response message size exceeds limits set by the client.
11BadUnknownResponse0x80090000An unrecognized response was received from the server.
12BadTimeout0x800A0000The operation timed out.
13BadServiceUnsupported0x800B0000The server does not support the requested service.
14BadShutdown0x800C0000The operation was cancelled because the application is shutting down.
15BadServerNotConnected0x800D0000The operation could not complete because the client is not connected to the server.
16BadServerHalted0x800E0000The server has stopped and cannot process any requests.
17BadNothingToDo0x800F0000There was nothing to do because the client passed a list of operations with no elements.
18BadTooManyOperations0x80100000The request could not be processed because it specified too many operations.
19BadTooManyMonitoredItems0x80DB0000The request could not be processed because there are too many monitored items in the subscription.
20BadDataTypeIdUnknown0x80110000The extension object cannot be (de)serialized because the data type id is not recognized.
21BadCertificateInvalid0x80120000The certificate provided as a parameter is not valid.
22BadSecurityChecksFailed0x80130000An error occurred verifying security.
23BadCertificatePolicyCheckFailed0x81140000The certificate does not meet the requirements of the security policy.
24BadCertificateTimeInvalid0x80140000The certificate has expired or is not yet valid.
25BadCertificateIssuerTimeInvalid0x80150000An issuer certificate has expired or is not yet valid.
26BadCertificateHostNameInvalid0x80160000The HostName used to connect to a server does not match a HostName in the certificate.
27BadCertificateUriInvalid0x80170000The URI specified in the ApplicationDescription does not match the URI in the certificate.
28BadCertificateUseNotAllowed0x80180000The certificate may not be used for the requested operation.
29BadCertificateIssuerUseNotAllowed0x80190000The issuer certificate may not be used for the requested operation.
30BadCertificateUntrusted0x801A0000The certificate is not trusted.
31BadCertificateRevocationUnknown0x801B0000It was not possible to determine if the certificate has been revoked.
32BadCertificateIssuerRevocationUnknown0x801C0000It was not possible to determine if the issuer certificate has been revoked.
33BadCertificateRevoked0x801D0000The certificate has been revoked.
34BadCertificateIssuerRevoked0x801E0000The issuer certificate has been revoked.
35BadCertificateChainIncomplete0x810D0000The certificate chain is incomplete.
36BadUserAccessDenied0x801F0000User does not have permission to perform the requested operation.
37BadIdentityTokenInvalid0x80200000The user identity token is not valid.
38BadIdentityTokenRejected0x80210000The user identity token is valid but the server has rejected it.
39BadSecureChannelIdInvalid0x80220000The specified secure channel is no longer valid.
40BadInvalidTimestamp0x80230000The timestamp is outside the range allowed by the server.
41BadNonceInvalid0x80240000The nonce does appear to be not a random value or it is not the correct length.
42BadSessionIdInvalid0x80250000The session id is not valid.
43BadSessionClosed0x80260000The session was closed by the client.
44BadSessionNotActivated0x80270000The session cannot be used because ActivateSession has not been called.
45BadSubscriptionIdInvalid0x80280000The subscription id is not valid.
46BadRequestHeaderInvalid0x802A0000The header for the request is missing or invalid.
47BadTimestampsToReturnInvalid0x802B0000The timestamps to return parameter is invalid.
48BadRequestCancelledByClient0x802C0000The request was cancelled by the client.
49BadTooManyArguments0x80E50000Too many arguments were provided.
50BadLicenseExpired0x810E0000The server requires a license to operate in general or to perform a service or operation, but existing license is expired.
51BadLicenseLimitsExceeded0x810F0000The server has limits on number of allowed operations / objects, based on installed licenses, and these limits where exceeded.
52BadLicenseNotAvailable0x81100000The server does not have a license which is required to operate in general or to perform a service or operation.
53GoodSubscriptionTransferred0x002D0000The subscription was transferred to another session.
54GoodCompletesAsynchronously0x002E0000The processing will complete asynchronously.
55GoodOverload0x002F0000Sampling has slowed down due to resource limitations.
56GoodClamped0x00300000The value written was accepted but was clamped.
57BadNoCommunication0x80310000Communication with the data source is defined, but not established, and there is no last known value available.
58BadWaitingForInitialData0x80320000Waiting for the server to obtain values from the underlying data source.
59BadNodeIdInvalid0x80330000The syntax of the node id is not valid.
60BadNodeIdUnknown0x80340000The node id refers to a node that does not exist in the server address space.
61BadAttributeIdInvalid0x80350000The attribute is not supported for the specified Node.
62BadIndexRangeInvalid0x80360000The syntax of the index range parameter is invalid.
63BadIndexRangeNoData0x80370000No data exists within the range of indexes specified.
64BadDataEncodingInvalid0x80380000The data encoding is invalid.
65BadDataEncodingUnsupported0x80390000The server does not support the requested data encoding for the node.
66BadNotReadable0x803A0000The access level does not allow reading or subscribing to the Node.
67BadNotWritable0x803B0000The access level does not allow writing to the Node.
68BadOutOfRange0x803C0000The value was out of range.
69BadNotSupported0x803D0000The requested operation is not supported.
70BadNotFound0x803E0000A requested item was not found or a search operation ended without success.
71BadObjectDeleted0x803F0000The object cannot be used because it has been deleted.
72BadNotImplemented0x80400000Requested operation is not implemented.
73BadMonitoringModeInvalid0x80410000The monitoring mode is invalid.
74BadMonitoredItemIdInvalid0x80420000The monitoring item id does not refer to a valid monitored item.
75BadMonitoredItemFilterInvalid0x80430000The monitored item filter parameter is not valid.
76BadMonitoredItemFilterUnsupported0x80440000The server does not support the requested monitored item filter.
77BadFilterNotAllowed0x80450000A monitoring filter cannot be used in combination with the attribute specified.
78BadStructureMissing0x80460000A mandatory structured parameter was missing or null.
79BadEventFilterInvalid0x80470000The event filter is not valid.
80BadContentFilterInvalid0x80480000The content filter is not valid.
81BadFilterOperatorInvalid0x80C10000An unrecognized operator was provided in a filter.
82BadFilterOperatorUnsupported0x80C20000A valid operator was provided, but the server does not provide support for this filter operator.
83BadFilterOperandCountMismatch0x80C30000The number of operands provided for the filter operator was less then expected for the operand provided.
84BadFilterOperandInvalid0x80490000The operand used in a content filter is not valid.
85BadFilterElementInvalid0x80C40000The referenced element is not a valid element in the content filter.
86BadFilterLiteralInvalid0x80C50000The referenced literal is not a valid value.
87BadContinuationPointInvalid0x804A0000The continuation point provide is longer valid.
88BadNoContinuationPoints0x804B0000The operation could not be processed because all continuation points have been allocated.
89BadReferenceTypeIdInvalid0x804C0000The reference type id does not refer to a valid reference type node.
90BadBrowseDirectionInvalid0x804D0000The browse direction is not valid.
91BadNodeNotInView0x804E0000The node is not part of the view.
92BadNumericOverflow0x81120000The number was not accepted because of a numeric overflow.
93BadServerUriInvalid0x804F0000The ServerUri is not a valid URI.
94BadServerNameMissing0x80500000No ServerName was specified.
95BadDiscoveryUrlMissing0x80510000No DiscoveryUrl was specified.
96BadSempahoreFileMissing0x80520000The semaphore file specified by the client is not valid.
97BadRequestTypeInvalid0x80530000The security token request type is not valid.
98BadSecurityModeRejected0x80540000The security mode does not meet the requirements set by the server.
99BadSecurityPolicyRejected0x80550000The security policy does not meet the requirements set by the server.
100BadTooManySessions0x80560000The server has reached its maximum number of sessions.
101BadUserSignatureInvalid0x80570000The user token signature is missing or invalid.
102BadApplicationSignatureInvalid0x80580000The signature generated with the client certificate is missing or invalid.
103BadNoValidCertificates0x80590000The client did not provide at least one software certificate that is valid and meets the profile requirements for the server.
104BadIdentityChangeNotSupported0x80C60000The server does not support changing the user identity assigned to the session.
105BadRequestCancelledByRequest0x805A0000The request was cancelled by the client with the Cancel service.
106BadParentNodeIdInvalid0x805B0000The parent node id does not to refer to a valid node.
107BadReferenceNotAllowed0x805C0000The reference could not be created because it violates constraints imposed by the data model.
108BadNodeIdRejected0x805D0000The requested node id was reject because it was either invalid or server does not allow node ids to be specified by the client.
109BadNodeIdExists0x805E0000The requested node id is already used by another node.
110BadNodeClassInvalid0x805F0000The node class is not valid.
111BadBrowseNameInvalid0x80600000The browse name is invalid.
112BadBrowseNameDuplicated0x80610000The browse name is not unique among nodes that share the same relationship with the parent.
113BadNodeAttributesInvalid0x80620000The node attributes are not valid for the node class.
114BadTypeDefinitionInvalid0x80630000The type definition node id does not reference an appropriate type node.
115BadSourceNodeIdInvalid0x80640000The source node id does not reference a valid node.
116BadTargetNodeIdInvalid0x80650000The target node id does not reference a valid node.
117BadDuplicateReferenceNotAllowed0x80660000The reference type between the nodes is already defined.
118BadInvalidSelfReference0x80670000The server does not allow this type of self reference on this node.
119BadReferenceLocalOnly0x80680000The reference type is not valid for a reference to a remote server.
120BadNoDeleteRights0x80690000The server will not allow the node to be deleted.
121UncertainReferenceNotDeleted0x40BC0000The server was not able to delete all target references.
122BadServerIndexInvalid0x806A0000The server index is not valid.
123BadViewIdUnknown0x806B0000The view id does not refer to a valid view node.
124BadViewTimestampInvalid0x80C90000The view timestamp is not available or not supported.
125BadViewParameterMismatch0x80CA0000The view parameters are not consistent with each other.
126BadViewVersionInvalid0x80CB0000The view version is not available or not supported.
127UncertainNotAllNodesAvailable0x40C00000The list of references may not be complete because the underlying system is not available.
128GoodResultsMayBeIncomplete0x00BA0000The server should have followed a reference to a node in a remote server but did not. The result set may be incomplete.
129BadNotTypeDefinition0x80C80000The provided Nodeid was not a type definition nodeid.
130UncertainReferenceOutOfServer0x406C0000One of the references to follow in the relative path references to a node in the address space in another server.
131BadTooManyMatches0x806D0000The requested operation has too many matches to return.
132BadQueryTooComplex0x806E0000The requested operation requires too many resources in the server.
133BadNoMatch0x806F0000The requested operation has no match to return.
134BadMaxAgeInvalid0x80700000The max age parameter is invalid.
135BadSecurityModeInsufficient0x80E60000The operation is not permitted over the current secure channel.
136BadHistoryOperationInvalid0x80710000The history details parameter is not valid.
137BadHistoryOperationUnsupported0x80720000The server does not support the requested operation.
138BadInvalidTimestampArgument0x80BD0000The defined timestamp to return was invalid.
139BadWriteNotSupported0x80730000The server does not support writing the combination of value, status and timestamps provided.
140BadTypeMismatch0x80740000The value supplied for the attribute is not of the same type as the attribute's value.
141BadMethodInvalid0x80750000The method id does not refer to a method for the specified object.
142BadArgumentsMissing0x80760000The client did not specify all of the input arguments for the method.
143BadNotExecutable0x81110000The executable attribute does not allow the execution of the method.
144BadTooManySubscriptions0x80770000The server has reached its maximum number of subscriptions.
145BadTooManyPublishRequests0x80780000The server has reached the maximum number of queued publish requests.
146BadNoSubscription0x80790000There is no subscription available for this session.
147BadSequenceNumberUnknown0x807A0000The sequence number is unknown to the server.
148BadMessageNotAvailable0x807B0000The requested notification message is no longer available.
149BadInsufficientClientProfile0x807C0000The client of the current session does not support one or more Profiles that are necessary for the subscription.
150BadStateNotActive0x80BF0000The sub-state machine is not currently active.
151BadAlreadyExists0x81150000An equivalent rule already exists.
152BadTcpServerTooBusy0x807D0000The server cannot process the request because it is too busy.
153BadTcpMessageTypeInvalid0x807E0000The type of the message specified in the header invalid.
154BadTcpSecureChannelUnknown0x807F0000The SecureChannelId and/or TokenId are not currently in use.
155BadTcpMessageTooLarge0x80800000The size of the message chunk specified in the header is too large.
156BadTcpNotEnoughResources0x80810000There are not enough resources to process the request.
157BadTcpInternalError0x80820000An internal error occurred.
158BadTcpEndpointUrlInvalid0x80830000The server does not recognize the QueryString specified.
159BadRequestInterrupted0x80840000The request could not be sent because of a network interruption.
160BadRequestTimeout0x80850000Timeout occurred while processing the request.
161BadSecureChannelClosed0x80860000The secure channel has been closed.
162BadSecureChannelTokenUnknown0x80870000The token has expired or is not recognized.
163BadSequenceNumberInvalid0x80880000The sequence number is not valid.
164BadProtocolVersionUnsupported0x80BE0000The applications do not have compatible protocol versions.
165BadConfigurationError0x80890000There is a problem with the configuration that affects the usefulness of the value.
166BadNotConnected0x808A0000The variable should receive its value from another variable, but has never been configured to do so.
167BadDeviceFailure0x808B0000There has been a failure in the device/data source that generates the value that has affected the value.
168BadSensorFailure0x808C0000There has been a failure in the sensor from which the value is derived by the device/data source.
169BadOutOfService0x808D0000The source of the data is not operational.
170BadDeadbandFilterInvalid0x808E0000The deadband filter is not valid.
171UncertainNoCommunicationLastUsableValue0x408F0000Communication to the data source has failed. The variable value is the last value that had a good quality.
172UncertainLastUsableValue0x40900000Whatever was updating this value has stopped doing so.
173UncertainSubstituteValue0x40910000The value is an operational value that was manually overwritten.
174UncertainInitialValue0x40920000The value is an initial value for a variable that normally receives its value from another variable.
175UncertainSensorNotAccurate0x40930000The value is at one of the sensor limits.
176UncertainEngineeringUnitsExceeded0x40940000The value is outside of the range of values defined for this parameter.
177UncertainSubNormal0x40950000The value is derived from multiple sources and has less than the required number of Good sources.
178GoodLocalOverride0x00960000The value has been overridden.
179BadRefreshInProgress0x80970000This Condition refresh failed, a Condition refresh operation is already in progress.
180BadConditionAlreadyDisabled0x80980000This condition has already been disabled.
181BadConditionAlreadyEnabled0x80CC0000This condition has already been enabled.
182BadConditionDisabled0x80990000Property not available, this condition is disabled.
183BadEventIdUnknown0x809A0000The specified event id is not recognized.
184BadEventNotAcknowledgeable0x80BB0000The event cannot be acknowledged.
185BadDialogNotActive0x80CD0000The dialog condition is not active.
186BadDialogResponseInvalid0x80CE0000The response is not valid for the dialog.
187BadConditionBranchAlreadyAcked0x80CF0000The condition branch has already been acknowledged.
188BadConditionBranchAlreadyConfirmed0x80D00000The condition branch has already been confirmed.
189BadConditionAlreadyShelved0x80D10000The condition has already been shelved.
190BadConditionNotShelved0x80D20000The condition is not currently shelved.
191BadShelvingTimeOutOfRange0x80D30000The shelving time not within an acceptable range.
192BadNoData0x809B0000No data exists for the requested time range or event filter.
193BadBoundNotFound0x80D70000No data found to provide upper or lower bound value.
194BadBoundNotSupported0x80D80000The server cannot retrieve a bound for the variable.
195BadDataLost0x809D0000Data is missing due to collection started/stopped/lost.
196BadDataUnavailable0x809E0000Expected 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.
197BadEntryExists0x809F0000The data or event was not successfully inserted because a matching entry exists.
198BadNoEntryExists0x80A00000The data or event was not successfully updated because no matching entry exists.
199BadTimestampNotSupported0x80A10000The client requested history using a timestamp format the server does not support (i.e requested ServerTimestamp when server only supports SourceTimestamp).
200GoodEntryInserted0x00A20000The data or event was successfully inserted into the historical database.
201GoodEntryReplaced0x00A30000The data or event field was successfully replaced in the historical database.
202UncertainDataSubNormal0x40A40000The value is derived from multiple values and has less than the required number of Good values.
203GoodNoData0x00A50000No data exists for the requested time range or event filter.
204GoodMoreData0x00A60000The data or event field was successfully replaced in the historical database.
205BadAggregateListMismatch0x80D40000The requested number of Aggregates does not match the requested number of NodeIds.
206BadAggregateNotSupported0x80D50000The requested Aggregate is not support by the server.
207BadAggregateInvalidInputs0x80D60000The aggregate value could not be derived due to invalid data inputs.
208BadAggregateConfigurationRejected0x80DA0000The aggregate configuration is not valid for specified node.
209GoodDataIgnored0x00D90000The request specifies fields which are not valid for the EventType or cannot be saved by the historian.
210BadRequestNotAllowed0x80E40000The request was rejected by the server because it did not meet the criteria set by the server.
211BadRequestNotComplete0x81130000The request has not been processed by the server yet.
212GoodEdited0x00DC0000The value does not come from the real source and has been edited by the server.
213GoodPostActionFailed0x00DD0000There was an error in execution of these post-actions.
214UncertainDominantValueChanged0x40DE0000The related EngineeringUnit has been changed but the Variable Value is still provided based on the previous unit.
215GoodDependentValueChanged0x00E00000A dependent value has been changed but the change has not been applied to the device.
216BadDominantValueChanged0x80E10000The 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.
217UncertainDependentValueChanged0x40E20000A dependent value has been changed but the change has not been applied to the device. The quality of the dominant variable is uncertain.
218BadDependentValueChanged0x80E30000A dependent value has been changed but the change has not been applied to the device. The quality of the dominant variable is Bad.
219GoodEdited_DependentValueChanged0x01160000It is delivered with a dominant Variable value when a dependent Variable has changed but the change has not been applied.
220GoodEdited_DominantValueChanged0x01170000It is delivered with a dependent Variable value when a dominant Variable has changed but the change has not been applied.
221GoodEdited_DominantValueChanged_DependentValueChanged0x01180000It is delivered with a dependent Variable value when a dominant or dependent Variable has changed but change has not been applied.
222BadEdited_OutOfRange0x81190000It is delivered with a Variable value when Variable has changed but the value is not legal.
223BadInitialValue_OutOfRange0x811A0000It is delivered with a Variable value when a source Variable has changed but the value is not legal.
224BadOutOfRange_DominantValueChanged0x811B0000It is delivered with a dependent Variable value when a dominant Variable has changed and the value is not legal.
225BadEdited_OutOfRange_DominantValueChanged0x811C0000It is delivered with a dependent Variable value when a dominant Variable has changed, the value is not legal and the change has not been applied.
226BadOutOfRange_DominantValueChanged_DependentValueChanged0x811D0000It is delivered with a dependent Variable value when a dominant or dependent Variable has changed and the value is not legal.
227BadEdited_OutOfRange_DominantValueChanged_DependentValueChanged0x811E0000It is delivered with a dependent Variable value when a dominant or dependent Variable has changed, the value is not legal and the change has not been applied.
228GoodCommunicationEvent0x00A70000The communication layer has raised an event.
229GoodShutdownEvent0x00A80000The system is shutting down.
230GoodCallAgain0x00A90000The operation is not finished and needs to be called again.
231GoodNonCriticalTimeout0x00AA0000A non-critical timeout occurred.
232BadInvalidArgument0x80AB0000One or more arguments are invalid.
233BadConnectionRejected0x80AC0000Could not establish a network connection to remote server.
234BadDisconnect0x80AD0000The server has disconnected from the client.
235BadConnectionClosed0x80AE0000The network connection has been closed.
236BadInvalidState0x80AF0000The operation cannot be completed because the object is closed, uninitialized or in some other invalid state.
237BadEndOfStream0x80B00000Cannot move beyond end of the stream.
238BadNoDataAvailable0x80B10000No data is currently available for reading from a non-blocking stream.
239BadWaitingForResponse0x80B20000The asynchronous operation is waiting for a response.
240BadOperationAbandoned0x80B30000The asynchronous operation was abandoned by the caller.
241BadExpectedStreamToBlock0x80B40000The stream did not return all data requested (possibly because it is a non-blocking stream).
242BadWouldBlock0x80B50000Non blocking behaviour is required and the operation would block.
243BadSyntaxError0x80B60000A value had an invalid syntax.
244BadMaxConnectionsReached0x80B70000The operation could not be finished because all available connections are in use.