open62541/tools/schema/StatusCode.csv

25 KiB

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