OPCUA-Errors » History » Version 1
Michel Condemine Admin, 01/23/2025 03:06 PM
1 | 1 | Michel Condemine Admin | # OPCUA-Errors |
---|---|---|---|
2 | |||
3 | An unexpected error occurred. |
||
4 | |||
5 | OpcUa_BadUnexpectedError 0x80010000 |
||
6 | |||
7 | |||
8 | An internal error occurred as a result of a programming or configuration error. |
||
9 | |||
10 | OpcUa_BadInternalError 0x80020000 |
||
11 | |||
12 | |||
13 | Not enough memory to complete the operation. |
||
14 | |||
15 | OpcUa_BadOutOfMemory 0x80030000 |
||
16 | |||
17 | |||
18 | An operating system resource is not available. |
||
19 | |||
20 | OpcUa_BadResourceUnavailable 0x80040000 |
||
21 | |||
22 | |||
23 | A low level communication error occurred. |
||
24 | |||
25 | OpcUa_BadCommunicationError 0x80050000 |
||
26 | |||
27 | |||
28 | Encoding halted because of invalid data in the objects being serialized. |
||
29 | |||
30 | OpcUa_BadEncodingError 0x80060000 |
||
31 | |||
32 | |||
33 | Decoding halted because of invalid data in the stream. |
||
34 | |||
35 | OpcUa_BadDecodingError 0x80070000 |
||
36 | |||
37 | |||
38 | The message encoding/decoding limits imposed by the stack have been exceeded. |
||
39 | |||
40 | OpcUa_BadEncodingLimitsExceeded 0x80080000 |
||
41 | |||
42 | |||
43 | The request message size exceeds limits set by the server. |
||
44 | |||
45 | OpcUa_BadRequestTooLarge 0x80B80000 |
||
46 | |||
47 | |||
48 | The response message size exceeds limits set by the client. |
||
49 | |||
50 | OpcUa_BadResponseTooLarge 0x80B90000 |
||
51 | |||
52 | |||
53 | An unrecognized response was received from the server. |
||
54 | |||
55 | OpcUa_BadUnknownResponse 0x80090000 |
||
56 | |||
57 | |||
58 | The operation timed out. |
||
59 | |||
60 | OpcUa_BadTimeout 0x800A0000 |
||
61 | |||
62 | |||
63 | The server does not support the requested service. |
||
64 | |||
65 | OpcUa_BadServiceUnsupported 0x800B0000 |
||
66 | |||
67 | |||
68 | The operation was cancelled because the application is shutting down. |
||
69 | |||
70 | OpcUa_BadShutdown 0x800C0000 |
||
71 | |||
72 | |||
73 | The operation could not complete because the client is not connected to the server. |
||
74 | |||
75 | OpcUa_BadServerNotConnected 0x800D0000 |
||
76 | |||
77 | |||
78 | The server has stopped and cannot process any requests. |
||
79 | |||
80 | OpcUa_BadServerHalted 0x800E0000 |
||
81 | |||
82 | |||
83 | There was nothing to do because the client passed a list of operations with no elements. |
||
84 | |||
85 | OpcUa_BadNothingToDo 0x800F0000 |
||
86 | |||
87 | |||
88 | The request could not be processed because it specified too many operations. |
||
89 | |||
90 | OpcUa_BadTooManyOperations 0x80100000 |
||
91 | |||
92 | |||
93 | The extension object cannot be (de)serialized because the data type id is not recognized. |
||
94 | |||
95 | OpcUa_BadDataTypeIdUnknown 0x80110000 |
||
96 | |||
97 | |||
98 | The certificate provided as a parameter is not valid. |
||
99 | |||
100 | OpcUa_BadCertificateInvalid 0x80120000 |
||
101 | |||
102 | |||
103 | An error occurred verifying security. |
||
104 | |||
105 | OpcUa_BadSecurityChecksFailed 0x80130000 |
||
106 | |||
107 | |||
108 | The Certificate has expired or is not yet valid. |
||
109 | |||
110 | OpcUa_BadCertificateTimeInvalid 0x80140000 |
||
111 | |||
112 | |||
113 | An Issuer Certificate has expired or is not yet valid. |
||
114 | |||
115 | OpcUa_BadCertificateIssuerTimeInvalid 0x80150000 |
||
116 | |||
117 | |||
118 | The HostName used to connect to a Server does not match a HostName in the Certificate. |
||
119 | |||
120 | OpcUa_BadCertificateHostNameInvalid 0x80160000 |
||
121 | |||
122 | |||
123 | The URI specified in the ApplicationDescription does not match the URI in the Certificate. |
||
124 | |||
125 | OpcUa_BadCertificateUriInvalid 0x80170000 |
||
126 | |||
127 | |||
128 | The Certificate may not be used for the requested operation. |
||
129 | |||
130 | OpcUa_BadCertificateUseNotAllowed 0x80180000 |
||
131 | |||
132 | |||
133 | The Issuer Certificate may not be used for the requested operation. |
||
134 | |||
135 | OpcUa_BadCertificateIssuerUseNotAllowed 0x80190000 |
||
136 | |||
137 | |||
138 | The Certificate is not trusted. |
||
139 | |||
140 | OpcUa_BadCertificateUntrusted 0x801A0000 |
||
141 | |||
142 | |||
143 | It was not possible to determine if the Certificate has been revoked. |
||
144 | |||
145 | OpcUa_BadCertificateRevocationUnknown 0x801B0000 |
||
146 | |||
147 | |||
148 | It was not possible to determine if the Issuer Certificate has been revoked. |
||
149 | |||
150 | OpcUa_BadCertificateIssuerRevocationUnknown 0x801C0000 |
||
151 | |||
152 | |||
153 | The Certificate has been revoked. |
||
154 | |||
155 | OpcUa_BadCertificateRevoked 0x801D0000 |
||
156 | |||
157 | |||
158 | The Issuer Certificate has been revoked. |
||
159 | |||
160 | OpcUa_BadCertificateIssuerRevoked 0x801E0000 |
||
161 | |||
162 | |||
163 | User does not have permission to perform the requested operation. |
||
164 | |||
165 | OpcUa_BadUserAccessDenied 0x801F0000 |
||
166 | |||
167 | |||
168 | The user identity token is not valid. |
||
169 | |||
170 | OpcUa_BadIdentityTokenInvalid 0x80200000 |
||
171 | |||
172 | |||
173 | The user identity token is valid but the server has rejected it. |
||
174 | |||
175 | OpcUa_BadIdentityTokenRejected 0x80210000 |
||
176 | |||
177 | |||
178 | The specified secure channel is not longer valid. |
||
179 | |||
180 | OpcUa_BadSecureChannelIdInvalid 0x80220000 |
||
181 | |||
182 | |||
183 | The timestamp is outside the range allowed by the server. |
||
184 | |||
185 | OpcUa_BadInvalidTimestamp 0x80230000 |
||
186 | |||
187 | |||
188 | The nonce does appear to be not a random value or it is not the correct length. |
||
189 | |||
190 | OpcUa_BadNonceInvalid 0x80240000 |
||
191 | |||
192 | |||
193 | The session id is not valid. |
||
194 | |||
195 | OpcUa_BadSessionIdInvalid 0x80250000 |
||
196 | |||
197 | |||
198 | The session was closed by the client. |
||
199 | |||
200 | OpcUa_BadSessionClosed 0x80260000 |
||
201 | |||
202 | |||
203 | The session cannot be used because ActivateSession has not been called. |
||
204 | |||
205 | OpcUa_BadSessionNotActivated 0x80270000 |
||
206 | |||
207 | |||
208 | The subscription id is not valid. |
||
209 | |||
210 | OpcUa_BadSubscriptionIdInvalid 0x80280000 |
||
211 | |||
212 | |||
213 | The header for the request is missing or invalid. |
||
214 | |||
215 | OpcUa_BadRequestHeaderInvalid 0x802A0000 |
||
216 | |||
217 | |||
218 | The timestamps to return parameter is invalid. |
||
219 | |||
220 | OpcUa_BadTimestampsToReturnInvalid 0x802B0000 |
||
221 | |||
222 | |||
223 | The request was cancelled by the client. |
||
224 | |||
225 | OpcUa_BadRequestCancelledByClient 0x802C0000 |
||
226 | |||
227 | |||
228 | The subscription was transferred to another session. |
||
229 | |||
230 | OpcUa_GoodSubscriptionTransferred 0x002D0000 |
||
231 | |||
232 | |||
233 | The processing will complete asynchronously. |
||
234 | |||
235 | OpcUa_GoodCompletesAsynchronously 0x002E0000 |
||
236 | |||
237 | |||
238 | Sampling has slowed down due to resource limitations. |
||
239 | |||
240 | OpcUa_GoodOverload 0x002F0000 |
||
241 | |||
242 | |||
243 | The value written was accepted but was clamped. |
||
244 | |||
245 | OpcUa_GoodClamped 0x00300000 |
||
246 | |||
247 | |||
248 | Communication with the data source is defined, but not established, and there is no last known value available. |
||
249 | |||
250 | OpcUa_BadNoCommunication 0x80310000 |
||
251 | |||
252 | |||
253 | Waiting for the server to obtain values from the underlying data source. |
||
254 | |||
255 | OpcUa_BadWaitingForInitialData 0x80320000 |
||
256 | |||
257 | |||
258 | The syntax of the node id is not valid. |
||
259 | |||
260 | OpcUa_BadNodeIdInvalid 0x80330000 |
||
261 | |||
262 | |||
263 | The node id refers to a node that does not exist in the server address space. |
||
264 | |||
265 | OpcUa_BadNodeIdUnknown 0x80340000 |
||
266 | |||
267 | |||
268 | The attribute is not supported for the specified Node. |
||
269 | |||
270 | OpcUa_BadAttributeIdInvalid 0x80350000 |
||
271 | |||
272 | |||
273 | The syntax of the index range parameter is invalid. |
||
274 | |||
275 | OpcUa_BadIndexRangeInvalid 0x80360000 |
||
276 | |||
277 | |||
278 | No data exists within the range of indexes specified. |
||
279 | |||
280 | OpcUa_BadIndexRangeNoData 0x80370000 |
||
281 | |||
282 | |||
283 | The data encoding is invalid. |
||
284 | |||
285 | OpcUa_BadDataEncodingInvalid 0x80380000 |
||
286 | |||
287 | |||
288 | The server does not support the requested data encoding for the node. |
||
289 | |||
290 | OpcUa_BadDataEncodingUnsupported 0x80390000 |
||
291 | |||
292 | |||
293 | The access level does not allow reading or subscribing to the Node. |
||
294 | |||
295 | OpcUa_BadNotReadable 0x803A0000 |
||
296 | |||
297 | |||
298 | The access level does not allow writing to the Node. |
||
299 | |||
300 | OpcUa_BadNotWritable 0x803B0000 |
||
301 | |||
302 | |||
303 | The value was out of range. |
||
304 | |||
305 | OpcUa_BadOutOfRange 0x803C0000 |
||
306 | |||
307 | |||
308 | The requested operation is not supported. |
||
309 | |||
310 | OpcUa_BadNotSupported 0x803D0000 |
||
311 | |||
312 | |||
313 | A requested item was not found or a search operation ended without success. |
||
314 | |||
315 | OpcUa_BadNotFound 0x803E0000 |
||
316 | |||
317 | |||
318 | The object cannot be used because it has been deleted. |
||
319 | |||
320 | OpcUa_BadObjectDeleted 0x803F0000 |
||
321 | |||
322 | |||
323 | Requested operation is not implemented. |
||
324 | |||
325 | OpcUa_BadNotImplemented 0x80400000 |
||
326 | |||
327 | |||
328 | The monitoring mode is invalid. |
||
329 | |||
330 | OpcUa_BadMonitoringModeInvalid 0x80410000 |
||
331 | |||
332 | |||
333 | The monitoring item id does not refer to a valid monitored item. |
||
334 | |||
335 | OpcUa_BadMonitoredItemIdInvalid 0x80420000 |
||
336 | |||
337 | |||
338 | The monitored item filter parameter is not valid. |
||
339 | |||
340 | OpcUa_BadMonitoredItemFilterInvalid 0x80430000 |
||
341 | |||
342 | |||
343 | The server does not support the requested monitored item filter. |
||
344 | |||
345 | OpcUa_BadMonitoredItemFilterUnsupported 0x80440000 |
||
346 | |||
347 | |||
348 | A monitoring filter cannot be used in combination with the attribute specified. |
||
349 | |||
350 | OpcUa_BadFilterNotAllowed 0x80450000 |
||
351 | |||
352 | |||
353 | A mandatory structured parameter was missing or null. |
||
354 | |||
355 | OpcUa_BadStructureMissing 0x80460000 |
||
356 | |||
357 | |||
358 | The event filter is not valid. |
||
359 | |||
360 | OpcUa_BadEventFilterInvalid 0x80470000 |
||
361 | |||
362 | |||
363 | The content filter is not valid. |
||
364 | |||
365 | OpcUa_BadContentFilterInvalid 0x80480000 |
||
366 | |||
367 | |||
368 | An unregognized operator was provided in a filter. |
||
369 | |||
370 | OpcUa_BadFilterOperatorInvalid 0x80C10000 |
||
371 | |||
372 | |||
373 | A valid operator was provided, but the server does not provide support for this filter operator. |
||
374 | |||
375 | OpcUa_BadFilterOperatorUnsupported 0x80C20000 |
||
376 | |||
377 | |||
378 | The number of operands provided for the filter operator was less then expected for the operand provided. |
||
379 | |||
380 | OpcUa_BadFilterOperandCountMismatch 0x80C30000 |
||
381 | |||
382 | |||
383 | The operand used in a content filter is not valid. |
||
384 | |||
385 | OpcUa_BadFilterOperandInvalid 0x80490000 |
||
386 | |||
387 | |||
388 | The referenced element is not a valid element in the content filter. |
||
389 | |||
390 | OpcUa_BadFilterElementInvalid 0x80C40000 |
||
391 | |||
392 | |||
393 | The referenced literal is not a valid value. |
||
394 | |||
395 | OpcUa_BadFilterLiteralInvalid 0x80C50000 |
||
396 | |||
397 | |||
398 | The continuation point provide is longer valid. |
||
399 | |||
400 | OpcUa_BadContinuationPointInvalid 0x804A0000 |
||
401 | |||
402 | |||
403 | The operation could not be processed because all continuation points have been allocated. |
||
404 | |||
405 | OpcUa_BadNoContinuationPoints 0x804B0000 |
||
406 | |||
407 | |||
408 | The operation could not be processed because all continuation points have been allocated. |
||
409 | |||
410 | OpcUa_BadReferenceTypeIdInvalid 0x804C0000 |
||
411 | |||
412 | |||
413 | The browse direction is not valid. |
||
414 | |||
415 | OpcUa_BadBrowseDirectionInvalid 0x804D0000 |
||
416 | |||
417 | |||
418 | The node is not part of the view. |
||
419 | |||
420 | OpcUa_BadNodeNotInView 0x804E0000 |
||
421 | |||
422 | |||
423 | The ServerUri is not a valid URI. |
||
424 | |||
425 | OpcUa_BadServerUriInvalid 0x804F0000 |
||
426 | |||
427 | |||
428 | No ServerName was specified. |
||
429 | |||
430 | OpcUa_BadServerNameMissing 0x80500000 |
||
431 | |||
432 | |||
433 | No DiscoveryUrl was specified. |
||
434 | |||
435 | OpcUa_BadDiscoveryUrlMissing 0x80510000 |
||
436 | |||
437 | |||
438 | The semaphore file specified by the client is not valid. |
||
439 | |||
440 | OpcUa_BadSempahoreFileMissing 0x80520000 |
||
441 | |||
442 | |||
443 | The security token request type is not valid. |
||
444 | |||
445 | OpcUa_BadRequestTypeInvalid 0x80530000 |
||
446 | |||
447 | |||
448 | The security mode does not meet the requirements set by the Server. |
||
449 | |||
450 | OpcUa_BadSecurityModeRejected 0x80540000 |
||
451 | |||
452 | |||
453 | The security policy does not meet the requirements set by the Server. |
||
454 | |||
455 | OpcUa_BadSecurityPolicyRejected 0x80550000 |
||
456 | |||
457 | |||
458 | The server has reached its maximum number of sessions. |
||
459 | |||
460 | OpcUa_BadTooManySessions 0x80560000 |
||
461 | |||
462 | |||
463 | The user token signature is missing or invalid. |
||
464 | |||
465 | OpcUa_BadUserSignatureInvalid 0x80570000 |
||
466 | |||
467 | |||
468 | The signature generated with the client certificate is missing or invalid. |
||
469 | |||
470 | OpcUa_BadApplicationSignatureInvalid 0x80580000 |
||
471 | |||
472 | |||
473 | The client did not provide at least one software certificate that is valid and meets the profile requirements for the server. |
||
474 | |||
475 | OpcUa_BadNoValidCertificates 0x80590000 |
||
476 | |||
477 | |||
478 | The Server does not support changing the user identity assigned to the session. |
||
479 | |||
480 | OpcUa_BadIdentityChangeNotSupported 0x80C60000 |
||
481 | |||
482 | |||
483 | The request was cancelled by the client with the Cancel service. |
||
484 | |||
485 | OpcUa_BadRequestCancelledByRequest 0x805A0000 |
||
486 | |||
487 | |||
488 | The parent node id does not to refer to a valid node. |
||
489 | |||
490 | OpcUa_BadParentNodeIdInvalid 0x805B0000 |
||
491 | |||
492 | |||
493 | The reference could not be created because it violates constraints imposed by the data model. |
||
494 | |||
495 | OpcUa_BadReferenceNotAllowed 0x805C0000 |
||
496 | |||
497 | |||
498 | The requested node id was reject because it was either invalid or server does not allow node ids to be specified by the client. |
||
499 | |||
500 | OpcUa_BadNodeIdRejected 0x805D0000 |
||
501 | |||
502 | |||
503 | The requested node id is already used by another node. |
||
504 | |||
505 | OpcUa_BadNodeIdExists 0x805E0000 |
||
506 | |||
507 | |||
508 | The node class is not valid. |
||
509 | |||
510 | OpcUa_BadNodeClassInvalid 0x805F0000 |
||
511 | |||
512 | |||
513 | The browse name is invalid. |
||
514 | |||
515 | OpcUa_BadBrowseNameInvalid 0x80600000 |
||
516 | |||
517 | |||
518 | The browse name is not unique among nodes that share the same relationship with the parent. |
||
519 | |||
520 | OpcUa_BadBrowseNameDuplicated 0x80610000 |
||
521 | |||
522 | |||
523 | The node attributes are not valid for the node class. |
||
524 | |||
525 | OpcUa_BadNodeAttributesInvalid 0x80620000 |
||
526 | |||
527 | |||
528 | The type definition node id does not reference an appropriate type node. |
||
529 | |||
530 | OpcUa_BadTypeDefinitionInvalid 0x80630000 |
||
531 | |||
532 | |||
533 | The source node id does reference a valid node. |
||
534 | |||
535 | OpcUa_BadSourceNodeIdInvalid 0x80640000 |
||
536 | |||
537 | |||
538 | The target node id does reference a valid node. |
||
539 | |||
540 | OpcUa_BadTargetNodeIdInvalid 0x80650000 |
||
541 | |||
542 | |||
543 | The reference type between the nodes is already defined. |
||
544 | |||
545 | OpcUa_BadDuplicateReferenceNotAllowed 0x80660000 |
||
546 | |||
547 | |||
548 | The server does not allow this type of self reference on this node. |
||
549 | |||
550 | OpcUa_BadInvalidSelfReference 0x80670000 |
||
551 | |||
552 | |||
553 | The reference type is not valid for a reference to a remote server. |
||
554 | |||
555 | OpcUa_BadReferenceLocalOnly 0x80680000 |
||
556 | |||
557 | |||
558 | The server will not allow the node to be deleted. |
||
559 | |||
560 | OpcUa_BadNoDeleteRights 0x80690000 |
||
561 | |||
562 | |||
563 | The server was not able to delete all target references. |
||
564 | |||
565 | OpcUa_UncertainReferenceNotDeleted 0x40BC0000 |
||
566 | |||
567 | |||
568 | The server index is not valid. |
||
569 | |||
570 | OpcUa_BadServerIndexInvalid 0x806A0000 |
||
571 | |||
572 | |||
573 | The view id does not refer to a valid view node. |
||
574 | |||
575 | OpcUa_BadViewIdUnknown 0x806B0000 |
||
576 | |||
577 | |||
578 | The view timestamp is not available or not supported. |
||
579 | |||
580 | OpcUa_BadViewTimestampInvalid 0x80C90000 |
||
581 | |||
582 | |||
583 | The view parameters are not consistent withe each other. |
||
584 | |||
585 | OpcUa_BadViewParameterMismatch 0x80CA0000 |
||
586 | |||
587 | |||
588 | The view version is not available or not supported. |
||
589 | |||
590 | OpcUa_BadViewVersionInvalid 0x80CB0000 |
||
591 | |||
592 | |||
593 | The list of references may not be complete because the underlying system is not available. |
||
594 | |||
595 | OpcUa_UncertainNotAllNodesAvailable 0x40C00000 |
||
596 | |||
597 | |||
598 | The server should have followed a reference to a node in a remote server but did not. The result set may be incomplete. |
||
599 | |||
600 | OpcUa_GoodResultsMayBeIncomplete 0x00BA0000 |
||
601 | |||
602 | |||
603 | The provided Nodeid was not a type definition nodeid. |
||
604 | |||
605 | OpcUa_BadNotTypeDefinition 0x80C80000 |
||
606 | |||
607 | |||
608 | One of the references to follow in the relative path references to a node in the address space in another server. |
||
609 | |||
610 | OpcUa_UncertainReferenceOutOfServer 0x406C0000 |
||
611 | |||
612 | |||
613 | The requested operation has too many matches to return. |
||
614 | |||
615 | OpcUa_BadTooManyMatches 0x806D0000 |
||
616 | |||
617 | |||
618 | The requested operation requires too many resources in the server. |
||
619 | |||
620 | OpcUa_BadQueryTooComplex 0x806E0000 |
||
621 | |||
622 | |||
623 | The requested operation has no match to return. |
||
624 | |||
625 | OpcUa_BadNoMatch 0x806F0000 |
||
626 | |||
627 | |||
628 | The max age parameter is invalid. |
||
629 | |||
630 | OpcUa_BadMaxAgeInvalid 0x80700000 |
||
631 | |||
632 | |||
633 | The history details parameter is not valid. |
||
634 | |||
635 | OpcUa_BadHistoryOperationInvalid 0x80710000 |
||
636 | |||
637 | |||
638 | The server does not support the requested operation. |
||
639 | |||
640 | OpcUa_BadHistoryOperationUnsupported 0x80720000 |
||
641 | |||
642 | |||
643 | The defined timestamp to return was invalid. |
||
644 | |||
645 | OpcUa_BadInvalidTimestampArgument 0x80BD0000 |
||
646 | |||
647 | |||
648 | The server does not support writing the combination of value, status and timestamps provided. |
||
649 | |||
650 | OpcUa_BadWriteNotSupported 0x80730000 |
||
651 | |||
652 | |||
653 | The value supplied for the attribute is not of the same type as the attribute's value. |
||
654 | |||
655 | OpcUa_BadTypeMismatch 0x80740000 |
||
656 | |||
657 | |||
658 | The method id does not refer to a method for the specified object. |
||
659 | |||
660 | OpcUa_BadMethodInvalid 0x80750000 |
||
661 | |||
662 | |||
663 | The client did not specify all of the input arguments for the method. |
||
664 | |||
665 | OpcUa_BadArgumentsMissing 0x80760000 |
||
666 | |||
667 | |||
668 | The server has reached its maximum number of subscriptions. |
||
669 | |||
670 | OpcUa_BadTooManySubscriptions 0x80770000 |
||
671 | |||
672 | |||
673 | The server has reached the maximum number of queued publish requests. |
||
674 | |||
675 | OpcUa_BadTooManyPublishRequests 0x80780000 |
||
676 | |||
677 | |||
678 | There is no subscription available for this session. |
||
679 | |||
680 | OpcUa_BadNoSubscription 0x80790000 |
||
681 | |||
682 | |||
683 | The sequence number is unknown to the server. |
||
684 | |||
685 | OpcUa_BadSequenceNumberUnknown 0x807A0000 |
||
686 | |||
687 | |||
688 | The requested notification message is no longer available. |
||
689 | |||
690 | OpcUa_BadMessageNotAvailable 0x807B0000 |
||
691 | |||
692 | |||
693 | The Client of the current Session does not support one or more Profiles that are necessary for the Subscription. |
||
694 | |||
695 | OpcUa_BadInsufficientClientProfile 0x807C0000 |
||
696 | |||
697 | |||
698 | The sub-state machine is not currently active. |
||
699 | |||
700 | OpcUa_BadStateNotActive 0x80BF0000 |
||
701 | |||
702 | |||
703 | The server cannot process the request because it is too busy. |
||
704 | |||
705 | OpcUa_BadTcpServerTooBusy 0x807D0000 |
||
706 | |||
707 | |||
708 | The type of the message specified in the header invalid. |
||
709 | |||
710 | OpcUa_BadTcpMessageTypeInvalid 0x807E0000 |
||
711 | |||
712 | |||
713 | The SecureChannelId and/or TokenId are not currently in use. |
||
714 | |||
715 | OpcUa_BadTcpSecureChannelUnknown 0x807F0000 |
||
716 | |||
717 | |||
718 | The size of the message specified in the header is too large. |
||
719 | |||
720 | OpcUa_BadTcpMessageTooLarge 0x80800000 |
||
721 | |||
722 | |||
723 | There are not enough resources to process the request. |
||
724 | |||
725 | OpcUa_BadTcpNotEnoughResources 0x80810000 |
||
726 | |||
727 | |||
728 | An internal error occurred. |
||
729 | |||
730 | OpcUa_BadTcpInternalError 0x80820000 |
||
731 | |||
732 | |||
733 | The Server does not recognize the QueryString specified. |
||
734 | |||
735 | OpcUa_BadTcpEndpointUrlInvalid 0x80830000 |
||
736 | |||
737 | |||
738 | The request could not be sent because of a network interruption. |
||
739 | |||
740 | OpcUa_BadRequestInterrupted 0x80840000 |
||
741 | |||
742 | |||
743 | Timeout occurred while processing the request. |
||
744 | |||
745 | OpcUa_BadRequestTimeout 0x80850000 |
||
746 | |||
747 | |||
748 | The secure channel has been closed. |
||
749 | |||
750 | OpcUa_BadSecureChannelClosed 0x80860000 |
||
751 | |||
752 | |||
753 | The token has expired or is not recognized. |
||
754 | |||
755 | OpcUa_BadSecureChannelTokenUnknown 0x80870000 |
||
756 | |||
757 | |||
758 | The sequence number is not valid. |
||
759 | |||
760 | OpcUa_BadSequenceNumberInvalid 0x80880000 |
||
761 | |||
762 | |||
763 | The applications do not have compatible protocol versions. |
||
764 | |||
765 | OpcUa_BadProtocolVersionUnsupported 0x80BE0000 |
||
766 | |||
767 | |||
768 | There is a problem with the configuration that affects the usefulness of the value. |
||
769 | |||
770 | OpcUa_BadConfigurationError 0x80890000 |
||
771 | |||
772 | |||
773 | The variable should receive its value from another variable, but has never been configured to do so. |
||
774 | |||
775 | OpcUa_BadNotConnected 0x808A0000 |
||
776 | |||
777 | |||
778 | There has been a failure in the device/data source that generates the value that has affected the value. |
||
779 | |||
780 | OpcUa_BadDeviceFailure 0x808B0000 |
||
781 | |||
782 | |||
783 | There has been a failure in the sensor from which the value is derived by the device/data source. |
||
784 | |||
785 | OpcUa_BadSensorFailure 0x808C0000 |
||
786 | |||
787 | |||
788 | The source of the data is not operational. |
||
789 | |||
790 | OpcUa_BadOutOfService 0x808D0000 |
||
791 | |||
792 | |||
793 | The deadband filter is not valid. |
||
794 | |||
795 | OpcUa_BadDeadbandFilterInvalid 0x808E0000 |
||
796 | |||
797 | |||
798 | Communication to the data source has failed. The variable value is the last value that had a good quality. |
||
799 | |||
800 | OpcUa_UncertainNoCommunicationLastUsableValue 0x408F0000 |
||
801 | |||
802 | |||
803 | Whatever was updating this value has stopped doing so. |
||
804 | |||
805 | OpcUa_UncertainLastUsableValue 0x40900000 |
||
806 | |||
807 | |||
808 | The value is an operational value that was manually overwritten. |
||
809 | |||
810 | OpcUa_UncertainSubstituteValue 0x40910000 |
||
811 | |||
812 | |||
813 | The value is an initial value for a variable that normally receives its value from another variable. |
||
814 | |||
815 | OpcUa_UncertainInitialValue 0x40920000 |
||
816 | |||
817 | |||
818 | The value is at one of the sensor limits. |
||
819 | |||
820 | OpcUa_UncertainSensorNotAccurate 0x40930000 |
||
821 | |||
822 | |||
823 | The value is outside of the range of values defined for this parameter. |
||
824 | |||
825 | OpcUa_UncertainEngineeringUnitsExceeded 0x40940000 |
||
826 | |||
827 | |||
828 | The value is derived from multiple sources and has less than the required number of Good sources. |
||
829 | |||
830 | OpcUa_UncertainSubNormal 0x40950000 |
||
831 | |||
832 | |||
833 | The value has been overridden. |
||
834 | |||
835 | OpcUa_GoodLocalOverride 0x00960000 |
||
836 | |||
837 | |||
838 | This Condition refresh failed, a Condition refresh operation is already in progress. |
||
839 | |||
840 | OpcUa_BadRefreshInProgress 0x80970000 |
||
841 | |||
842 | |||
843 | This condition has already been disabled. |
||
844 | |||
845 | OpcUa_BadConditionAlreadyDisabled 0x80980000 |
||
846 | |||
847 | |||
848 | This condition has already been enabled. |
||
849 | |||
850 | OpcUa_BadConditionAlreadyEnabled 0x80CC0000 |
||
851 | |||
852 | |||
853 | Property not available, this condition is disabled. |
||
854 | |||
855 | OpcUa_BadConditionDisabled 0x80990000 |
||
856 | |||
857 | |||
858 | The specified event id is not recognized. |
||
859 | |||
860 | OpcUa_BadEventIdUnknown 0x809A0000 |
||
861 | |||
862 | |||
863 | The event cannot be acknowledged. |
||
864 | |||
865 | OpcUa_BadEventNotAcknowledgeable 0x80BB0000 |
||
866 | |||
867 | |||
868 | The dialog condition is not active. |
||
869 | |||
870 | OpcUa_BadDialogNotActive 0x80CD0000 |
||
871 | |||
872 | |||
873 | The response is not valid for the dialog. |
||
874 | |||
875 | OpcUa_BadDialogResponseInvalid 0x80CE0000 |
||
876 | |||
877 | |||
878 | The condition branch has already been acknowledged. |
||
879 | |||
880 | OpcUa_BadConditionBranchAlreadyAcked 0x80CF0000 |
||
881 | |||
882 | |||
883 | The condition branch has already been confirmed. |
||
884 | |||
885 | OpcUa_BadConditionBranchAlreadyConfirmed 0x80D00000 |
||
886 | |||
887 | |||
888 | The condition has already been shelved. |
||
889 | |||
890 | OpcUa_BadConditionAlreadyShelved 0x80D10000 |
||
891 | |||
892 | |||
893 | The condition is not currently shelved. |
||
894 | |||
895 | OpcUa_BadConditionNotShelved 0x80D20000 |
||
896 | |||
897 | |||
898 | The shelving time not within an acceptable range. |
||
899 | |||
900 | OpcUa_BadShelvingTimeOutOfRange 0x80D30000 |
||
901 | |||
902 | |||
903 | No data exists for the requested time range or event filter. |
||
904 | |||
905 | OpcUa_BadNoData 0x809B0000 |
||
906 | |||
907 | |||
908 | No data found to provide upper or lower bound value. |
||
909 | |||
910 | OpcUa_BadBoundNotFound 0x80D70000 |
||
911 | |||
912 | |||
913 | The server cannot retrieve a bound for the variable. |
||
914 | |||
915 | OpcUa_BadBoundNotSupported 0x80D80000 |
||
916 | |||
917 | |||
918 | Data is missing due to collection started/stopped/lost. |
||
919 | |||
920 | OpcUa_BadDataLost 0x809D0000 |
||
921 | |||
922 | |||
923 | 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. |
||
924 | |||
925 | OpcUa_BadDataUnavailable 0x809E0000 |
||
926 | |||
927 | |||
928 | The data or event was not successfully inserted because a matching entry exists. |
||
929 | |||
930 | OpcUa_BadEntryExists 0x809F0000 |
||
931 | |||
932 | |||
933 | The data or event was not successfully updated because no matching entry exists. |
||
934 | |||
935 | OpcUa_BadNoEntryExists 0x80A00000 |
||
936 | |||
937 | |||
938 | The client requested history using a timestamp format the server does not support (i.e requested ServerTimestamp when server only supports SourceTimestamp). |
||
939 | |||
940 | OpcUa_BadTimestampNotSupported 0x80A10000 |
||
941 | |||
942 | |||
943 | The data or event was successfully inserted into the historical database. |
||
944 | |||
945 | OpcUa_GoodEntryInserted 0x00A20000 |
||
946 | |||
947 | |||
948 | The data or event field was successfully replaced in the historical database. |
||
949 | |||
950 | OpcUa_GoodEntryReplaced 0x00A30000 |
||
951 | |||
952 | |||
953 | The value is derived from multiple values and has less than the required number of Good values. |
||
954 | |||
955 | OpcUa_UncertainDataSubNormal 0x40A40000 |
||
956 | |||
957 | |||
958 | No data exists for the requested time range or event filter. |
||
959 | |||
960 | OpcUa_GoodNoData 0x00A50000 |
||
961 | |||
962 | |||
963 | The data or event field was successfully replaced in the historical database. |
||
964 | |||
965 | OpcUa_GoodMoreData 0x00A60000 |
||
966 | |||
967 | |||
968 | The requested number of Aggregates does not match the requested number of NodeIds. |
||
969 | |||
970 | OpcUa_BadAggregateListMismatch 0x80D40000 |
||
971 | |||
972 | |||
973 | The requested Aggregate is not support by the server. |
||
974 | |||
975 | OpcUa_BadAggregateNotSupported 0x80D50000 |
||
976 | |||
977 | |||
978 | The aggregate value could not be derived due to invalid data inputs. |
||
979 | |||
980 | OpcUa_BadAggregateInvalidInputs 0x80D60000 |
||
981 | |||
982 | |||
983 | The aggregate configuration is not valid for specified node. |
||
984 | |||
985 | OpcUa_BadAggregateConfigurationRejected 0x80DA0000 |
||
986 | |||
987 | |||
988 | The request pecifies fields which are not valid for the EventType or cannot be saved by the historian. |
||
989 | |||
990 | OpcUa_GoodDataIgnored 0x00D90000 |
||
991 | |||
992 | |||
993 | The communication layer has raised an event. |
||
994 | |||
995 | OpcUa_GoodCommunicationEvent 0x00A70000 |
||
996 | |||
997 | |||
998 | The system is shutting down. |
||
999 | |||
1000 | OpcUa_GoodShutdownEvent 0x00A80000 |
||
1001 | |||
1002 | |||
1003 | The operation is not finished and needs to be called again. |
||
1004 | |||
1005 | OpcUa_GoodCallAgain 0x00A90000 |
||
1006 | |||
1007 | |||
1008 | A non-critical timeout occurred. |
||
1009 | |||
1010 | OpcUa_GoodNonCriticalTimeout 0x00AA0000 |
||
1011 | |||
1012 | |||
1013 | One or more arguments are invalid. |
||
1014 | |||
1015 | OpcUa_BadInvalidArgument 0x80AB0000 |
||
1016 | |||
1017 | |||
1018 | Could not establish a network connection to remote server. |
||
1019 | |||
1020 | OpcUa_BadConnectionRejected 0x80AC0000 |
||
1021 | |||
1022 | |||
1023 | The server has disconnected from the client. |
||
1024 | |||
1025 | OpcUa_BadDisconnect 0x80AD0000 |
||
1026 | |||
1027 | |||
1028 | The network connection has been closed. |
||
1029 | |||
1030 | OpcUa_BadConnectionClosed 0x80AE0000 |
||
1031 | |||
1032 | |||
1033 | The operation cannot be completed because the object is closed, uninitialized or in some other invalid state. |
||
1034 | |||
1035 | OpcUa_BadInvalidState 0x80AF0000 |
||
1036 | |||
1037 | |||
1038 | Cannot move beyond end of the stream. |
||
1039 | |||
1040 | OpcUa_BadEndOfStream 0x80B00000 |
||
1041 | |||
1042 | |||
1043 | No data is currently available for reading from a non-blocking stream. |
||
1044 | |||
1045 | OpcUa_BadNoDataAvailable 0x80B10000 |
||
1046 | |||
1047 | |||
1048 | The asynchronous operation is waiting for a response. |
||
1049 | |||
1050 | OpcUa_BadWaitingForResponse 0x80B20000 |
||
1051 | |||
1052 | |||
1053 | The asynchronous operation was abandoned by the caller. |
||
1054 | |||
1055 | OpcUa_BadOperationAbandoned 0x80B30000 |
||
1056 | |||
1057 | |||
1058 | The stream did not return all data requested (possibly because it is a non-blocking stream). |
||
1059 | |||
1060 | OpcUa_BadExpectedStreamToBlock 0x80B40000 |
||
1061 | |||
1062 | |||
1063 | Non blocking behaviour is required and the operation would block. |
||
1064 | |||
1065 | OpcUa_BadWouldBlock 0x80B50000 |
||
1066 | |||
1067 | |||
1068 | A value had an invalid syntax. |
||
1069 | |||
1070 | OpcUa_BadSyntaxError 0x80B60000 |
||
1071 | |||
1072 | |||
1073 | The operation could not be finished because all available connections are in use. |
||
1074 | |||
1075 | OpcUa_BadMaxConnectionsReached 0x80B70000 |