Project

General

Profile

OPCUA-Errors » History » Version 2

Michel Condemine Admin, 01/27/2025 09:05 AM

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