open62541 1.4.15
Open source implementation of OPC UA
Loading...
Searching...
No Matches
statuscodes.h
Go to the documentation of this file.
1
2
3/** These StatusCodes are manually generated. */
4#define UA_STATUSCODE_INFOTYPE_DATAVALUE 0x00000400
5#define UA_STATUSCODE_INFOBITS_OVERFLOW 0x00000080
6
7/** The operation succeeded. */
8#define UA_STATUSCODE_GOOD 0x00000000
9
10/** The operation was uncertain. */
11#define UA_STATUSCODE_UNCERTAIN 0x40000000
12
13/** The operation failed. */
14#define UA_STATUSCODE_BAD 0x80000000
15
16/** An unexpected error occurred. */
17#define UA_STATUSCODE_BADUNEXPECTEDERROR 0x80010000
18
19/** An internal error occurred as a result of a programming or configuration error. */
20#define UA_STATUSCODE_BADINTERNALERROR 0x80020000
21
22/** Not enough memory to complete the operation. */
23#define UA_STATUSCODE_BADOUTOFMEMORY 0x80030000
24
25/** An operating system resource is not available. */
26#define UA_STATUSCODE_BADRESOURCEUNAVAILABLE 0x80040000
27
28/** A low level communication error occurred. */
29#define UA_STATUSCODE_BADCOMMUNICATIONERROR 0x80050000
30
31/** Encoding halted because of invalid data in the objects being serialized. */
32#define UA_STATUSCODE_BADENCODINGERROR 0x80060000
33
34/** Decoding halted because of invalid data in the stream. */
35#define UA_STATUSCODE_BADDECODINGERROR 0x80070000
36
37/** The message encoding/decoding limits imposed by the stack have been exceeded. */
38#define UA_STATUSCODE_BADENCODINGLIMITSEXCEEDED 0x80080000
39
40/** The request message size exceeds limits set by the server. */
41#define UA_STATUSCODE_BADREQUESTTOOLARGE 0x80B80000
42
43/** The response message size exceeds limits set by the client. */
44#define UA_STATUSCODE_BADRESPONSETOOLARGE 0x80B90000
45
46/** An unrecognized response was received from the server. */
47#define UA_STATUSCODE_BADUNKNOWNRESPONSE 0x80090000
48
49/** The operation timed out. */
50#define UA_STATUSCODE_BADTIMEOUT 0x800A0000
51
52/** The server does not support the requested service. */
53#define UA_STATUSCODE_BADSERVICEUNSUPPORTED 0x800B0000
54
55/** The operation was cancelled because the application is shutting down. */
56#define UA_STATUSCODE_BADSHUTDOWN 0x800C0000
57
58/** The operation could not complete because the client is not connected to the server. */
59#define UA_STATUSCODE_BADSERVERNOTCONNECTED 0x800D0000
60
61/** The server has stopped and cannot process any requests. */
62#define UA_STATUSCODE_BADSERVERHALTED 0x800E0000
63
64/** There was nothing to do because the client passed a list of operations with no elements. */
65#define UA_STATUSCODE_BADNOTHINGTODO 0x800F0000
66
67/** The request could not be processed because it specified too many operations. */
68#define UA_STATUSCODE_BADTOOMANYOPERATIONS 0x80100000
69
70/** The request could not be processed because there are too many monitored items in the subscription. */
71#define UA_STATUSCODE_BADTOOMANYMONITOREDITEMS 0x80DB0000
72
73/** The extension object cannot be (de)serialized because the data type id is not recognized. */
74#define UA_STATUSCODE_BADDATATYPEIDUNKNOWN 0x80110000
75
76/** The certificate provided as a parameter is not valid. */
77#define UA_STATUSCODE_BADCERTIFICATEINVALID 0x80120000
78
79/** An error occurred verifying security. */
80#define UA_STATUSCODE_BADSECURITYCHECKSFAILED 0x80130000
81
82/** The certificate does not meet the requirements of the security policy. */
83#define UA_STATUSCODE_BADCERTIFICATEPOLICYCHECKFAILED 0x81140000
84
85/** The certificate has expired or is not yet valid. */
86#define UA_STATUSCODE_BADCERTIFICATETIMEINVALID 0x80140000
87
88/** An issuer certificate has expired or is not yet valid. */
89#define UA_STATUSCODE_BADCERTIFICATEISSUERTIMEINVALID 0x80150000
90
91/** The HostName used to connect to a server does not match a HostName in the certificate. */
92#define UA_STATUSCODE_BADCERTIFICATEHOSTNAMEINVALID 0x80160000
93
94/** The URI specified in the ApplicationDescription does not match the URI in the certificate. */
95#define UA_STATUSCODE_BADCERTIFICATEURIINVALID 0x80170000
96
97/** The certificate may not be used for the requested operation. */
98#define UA_STATUSCODE_BADCERTIFICATEUSENOTALLOWED 0x80180000
99
100/** The issuer certificate may not be used for the requested operation. */
101#define UA_STATUSCODE_BADCERTIFICATEISSUERUSENOTALLOWED 0x80190000
102
103/** The certificate is not trusted. */
104#define UA_STATUSCODE_BADCERTIFICATEUNTRUSTED 0x801A0000
105
106/** It was not possible to determine if the certificate has been revoked. */
107#define UA_STATUSCODE_BADCERTIFICATEREVOCATIONUNKNOWN 0x801B0000
108
109/** It was not possible to determine if the issuer certificate has been revoked. */
110#define UA_STATUSCODE_BADCERTIFICATEISSUERREVOCATIONUNKNOWN 0x801C0000
111
112/** The certificate has been revoked. */
113#define UA_STATUSCODE_BADCERTIFICATEREVOKED 0x801D0000
114
115/** The issuer certificate has been revoked. */
116#define UA_STATUSCODE_BADCERTIFICATEISSUERREVOKED 0x801E0000
117
118/** The certificate chain is incomplete. */
119#define UA_STATUSCODE_BADCERTIFICATECHAININCOMPLETE 0x810D0000
120
121/** User does not have permission to perform the requested operation. */
122#define UA_STATUSCODE_BADUSERACCESSDENIED 0x801F0000
123
124/** The user identity token is not valid. */
125#define UA_STATUSCODE_BADIDENTITYTOKENINVALID 0x80200000
126
127/** The user identity token is valid but the server has rejected it. */
128#define UA_STATUSCODE_BADIDENTITYTOKENREJECTED 0x80210000
129
130/** The specified secure channel is no longer valid. */
131#define UA_STATUSCODE_BADSECURECHANNELIDINVALID 0x80220000
132
133/** The timestamp is outside the range allowed by the server. */
134#define UA_STATUSCODE_BADINVALIDTIMESTAMP 0x80230000
135
136/** The nonce does appear to be not a random value or it is not the correct length. */
137#define UA_STATUSCODE_BADNONCEINVALID 0x80240000
138
139/** The session id is not valid. */
140#define UA_STATUSCODE_BADSESSIONIDINVALID 0x80250000
141
142/** The session was closed by the client. */
143#define UA_STATUSCODE_BADSESSIONCLOSED 0x80260000
144
145/** The session cannot be used because ActivateSession has not been called. */
146#define UA_STATUSCODE_BADSESSIONNOTACTIVATED 0x80270000
147
148/** The subscription id is not valid. */
149#define UA_STATUSCODE_BADSUBSCRIPTIONIDINVALID 0x80280000
150
151/** The header for the request is missing or invalid. */
152#define UA_STATUSCODE_BADREQUESTHEADERINVALID 0x802A0000
153
154/** The timestamps to return parameter is invalid. */
155#define UA_STATUSCODE_BADTIMESTAMPSTORETURNINVALID 0x802B0000
156
157/** The request was cancelled by the client. */
158#define UA_STATUSCODE_BADREQUESTCANCELLEDBYCLIENT 0x802C0000
159
160/** Too many arguments were provided. */
161#define UA_STATUSCODE_BADTOOMANYARGUMENTS 0x80E50000
162
163/** The server requires a license to operate in general or to perform a service or operatio */
164#define UA_STATUSCODE_BADLICENSEEXPIRED 0x810E0000
165
166/** The server has limits on number of allowed operations / object */
167#define UA_STATUSCODE_BADLICENSELIMITSEXCEEDED 0x810F0000
168
169/** The server does not have a license which is required to operate in general or to perform a service or operation. */
170#define UA_STATUSCODE_BADLICENSENOTAVAILABLE 0x81100000
171
172/** The subscription was transferred to another session. */
173#define UA_STATUSCODE_GOODSUBSCRIPTIONTRANSFERRED 0x002D0000
174
175/** The processing will complete asynchronously. */
176#define UA_STATUSCODE_GOODCOMPLETESASYNCHRONOUSLY 0x002E0000
177
178/** Sampling has slowed down due to resource limitations. */
179#define UA_STATUSCODE_GOODOVERLOAD 0x002F0000
180
181/** The value written was accepted but was clamped. */
182#define UA_STATUSCODE_GOODCLAMPED 0x00300000
183
184/** Communication with the data source is define */
185#define UA_STATUSCODE_BADNOCOMMUNICATION 0x80310000
186
187/** Waiting for the server to obtain values from the underlying data source. */
188#define UA_STATUSCODE_BADWAITINGFORINITIALDATA 0x80320000
189
190/** The syntax of the node id is not valid. */
191#define UA_STATUSCODE_BADNODEIDINVALID 0x80330000
192
193/** The node id refers to a node that does not exist in the server address space. */
194#define UA_STATUSCODE_BADNODEIDUNKNOWN 0x80340000
195
196/** The attribute is not supported for the specified Node. */
197#define UA_STATUSCODE_BADATTRIBUTEIDINVALID 0x80350000
198
199/** The syntax of the index range parameter is invalid. */
200#define UA_STATUSCODE_BADINDEXRANGEINVALID 0x80360000
201
202/** No data exists within the range of indexes specified. */
203#define UA_STATUSCODE_BADINDEXRANGENODATA 0x80370000
204
205/** The data encoding is invalid. */
206#define UA_STATUSCODE_BADDATAENCODINGINVALID 0x80380000
207
208/** The server does not support the requested data encoding for the node. */
209#define UA_STATUSCODE_BADDATAENCODINGUNSUPPORTED 0x80390000
210
211/** The access level does not allow reading or subscribing to the Node. */
212#define UA_STATUSCODE_BADNOTREADABLE 0x803A0000
213
214/** The access level does not allow writing to the Node. */
215#define UA_STATUSCODE_BADNOTWRITABLE 0x803B0000
216
217/** The value was out of range. */
218#define UA_STATUSCODE_BADOUTOFRANGE 0x803C0000
219
220/** The requested operation is not supported. */
221#define UA_STATUSCODE_BADNOTSUPPORTED 0x803D0000
222
223/** A requested item was not found or a search operation ended without success. */
224#define UA_STATUSCODE_BADNOTFOUND 0x803E0000
225
226/** The object cannot be used because it has been deleted. */
227#define UA_STATUSCODE_BADOBJECTDELETED 0x803F0000
228
229/** Requested operation is not implemented. */
230#define UA_STATUSCODE_BADNOTIMPLEMENTED 0x80400000
231
232/** The monitoring mode is invalid. */
233#define UA_STATUSCODE_BADMONITORINGMODEINVALID 0x80410000
234
235/** The monitoring item id does not refer to a valid monitored item. */
236#define UA_STATUSCODE_BADMONITOREDITEMIDINVALID 0x80420000
237
238/** The monitored item filter parameter is not valid. */
239#define UA_STATUSCODE_BADMONITOREDITEMFILTERINVALID 0x80430000
240
241/** The server does not support the requested monitored item filter. */
242#define UA_STATUSCODE_BADMONITOREDITEMFILTERUNSUPPORTED 0x80440000
243
244/** A monitoring filter cannot be used in combination with the attribute specified. */
245#define UA_STATUSCODE_BADFILTERNOTALLOWED 0x80450000
246
247/** A mandatory structured parameter was missing or null. */
248#define UA_STATUSCODE_BADSTRUCTUREMISSING 0x80460000
249
250/** The event filter is not valid. */
251#define UA_STATUSCODE_BADEVENTFILTERINVALID 0x80470000
252
253/** The content filter is not valid. */
254#define UA_STATUSCODE_BADCONTENTFILTERINVALID 0x80480000
255
256/** An unrecognized operator was provided in a filter. */
257#define UA_STATUSCODE_BADFILTEROPERATORINVALID 0x80C10000
258
259/** A valid operator was provide */
260#define UA_STATUSCODE_BADFILTEROPERATORUNSUPPORTED 0x80C20000
261
262/** The number of operands provided for the filter operator was less then expected for the operand provided. */
263#define UA_STATUSCODE_BADFILTEROPERANDCOUNTMISMATCH 0x80C30000
264
265/** The operand used in a content filter is not valid. */
266#define UA_STATUSCODE_BADFILTEROPERANDINVALID 0x80490000
267
268/** The referenced element is not a valid element in the content filter. */
269#define UA_STATUSCODE_BADFILTERELEMENTINVALID 0x80C40000
270
271/** The referenced literal is not a valid value. */
272#define UA_STATUSCODE_BADFILTERLITERALINVALID 0x80C50000
273
274/** The continuation point provide is longer valid. */
275#define UA_STATUSCODE_BADCONTINUATIONPOINTINVALID 0x804A0000
276
277/** The operation could not be processed because all continuation points have been allocated. */
278#define UA_STATUSCODE_BADNOCONTINUATIONPOINTS 0x804B0000
279
280/** The reference type id does not refer to a valid reference type node. */
281#define UA_STATUSCODE_BADREFERENCETYPEIDINVALID 0x804C0000
282
283/** The browse direction is not valid. */
284#define UA_STATUSCODE_BADBROWSEDIRECTIONINVALID 0x804D0000
285
286/** The node is not part of the view. */
287#define UA_STATUSCODE_BADNODENOTINVIEW 0x804E0000
288
289/** The number was not accepted because of a numeric overflow. */
290#define UA_STATUSCODE_BADNUMERICOVERFLOW 0x81120000
291
292/** The ServerUri is not a valid URI. */
293#define UA_STATUSCODE_BADSERVERURIINVALID 0x804F0000
294
295/** No ServerName was specified. */
296#define UA_STATUSCODE_BADSERVERNAMEMISSING 0x80500000
297
298/** No DiscoveryUrl was specified. */
299#define UA_STATUSCODE_BADDISCOVERYURLMISSING 0x80510000
300
301/** The semaphore file specified by the client is not valid. */
302#define UA_STATUSCODE_BADSEMPAHOREFILEMISSING 0x80520000
303
304/** The security token request type is not valid. */
305#define UA_STATUSCODE_BADREQUESTTYPEINVALID 0x80530000
306
307/** The security mode does not meet the requirements set by the server. */
308#define UA_STATUSCODE_BADSECURITYMODEREJECTED 0x80540000
309
310/** The security policy does not meet the requirements set by the server. */
311#define UA_STATUSCODE_BADSECURITYPOLICYREJECTED 0x80550000
312
313/** The server has reached its maximum number of sessions. */
314#define UA_STATUSCODE_BADTOOMANYSESSIONS 0x80560000
315
316/** The user token signature is missing or invalid. */
317#define UA_STATUSCODE_BADUSERSIGNATUREINVALID 0x80570000
318
319/** The signature generated with the client certificate is missing or invalid. */
320#define UA_STATUSCODE_BADAPPLICATIONSIGNATUREINVALID 0x80580000
321
322/** The client did not provide at least one software certificate that is valid and meets the profile requirements for the server. */
323#define UA_STATUSCODE_BADNOVALIDCERTIFICATES 0x80590000
324
325/** The server does not support changing the user identity assigned to the session. */
326#define UA_STATUSCODE_BADIDENTITYCHANGENOTSUPPORTED 0x80C60000
327
328/** The request was cancelled by the client with the Cancel service. */
329#define UA_STATUSCODE_BADREQUESTCANCELLEDBYREQUEST 0x805A0000
330
331/** The parent node id does not to refer to a valid node. */
332#define UA_STATUSCODE_BADPARENTNODEIDINVALID 0x805B0000
333
334/** The reference could not be created because it violates constraints imposed by the data model. */
335#define UA_STATUSCODE_BADREFERENCENOTALLOWED 0x805C0000
336
337/** The requested node id was reject because it was either invalid or server does not allow node ids to be specified by the client. */
338#define UA_STATUSCODE_BADNODEIDREJECTED 0x805D0000
339
340/** The requested node id is already used by another node. */
341#define UA_STATUSCODE_BADNODEIDEXISTS 0x805E0000
342
343/** The node class is not valid. */
344#define UA_STATUSCODE_BADNODECLASSINVALID 0x805F0000
345
346/** The browse name is invalid. */
347#define UA_STATUSCODE_BADBROWSENAMEINVALID 0x80600000
348
349/** The browse name is not unique among nodes that share the same relationship with the parent. */
350#define UA_STATUSCODE_BADBROWSENAMEDUPLICATED 0x80610000
351
352/** The node attributes are not valid for the node class. */
353#define UA_STATUSCODE_BADNODEATTRIBUTESINVALID 0x80620000
354
355/** The type definition node id does not reference an appropriate type node. */
356#define UA_STATUSCODE_BADTYPEDEFINITIONINVALID 0x80630000
357
358/** The source node id does not reference a valid node. */
359#define UA_STATUSCODE_BADSOURCENODEIDINVALID 0x80640000
360
361/** The target node id does not reference a valid node. */
362#define UA_STATUSCODE_BADTARGETNODEIDINVALID 0x80650000
363
364/** The reference type between the nodes is already defined. */
365#define UA_STATUSCODE_BADDUPLICATEREFERENCENOTALLOWED 0x80660000
366
367/** The server does not allow this type of self reference on this node. */
368#define UA_STATUSCODE_BADINVALIDSELFREFERENCE 0x80670000
369
370/** The reference type is not valid for a reference to a remote server. */
371#define UA_STATUSCODE_BADREFERENCELOCALONLY 0x80680000
372
373/** The server will not allow the node to be deleted. */
374#define UA_STATUSCODE_BADNODELETERIGHTS 0x80690000
375
376/** The server was not able to delete all target references. */
377#define UA_STATUSCODE_UNCERTAINREFERENCENOTDELETED 0x40BC0000
378
379/** The server index is not valid. */
380#define UA_STATUSCODE_BADSERVERINDEXINVALID 0x806A0000
381
382/** The view id does not refer to a valid view node. */
383#define UA_STATUSCODE_BADVIEWIDUNKNOWN 0x806B0000
384
385/** The view timestamp is not available or not supported. */
386#define UA_STATUSCODE_BADVIEWTIMESTAMPINVALID 0x80C90000
387
388/** The view parameters are not consistent with each other. */
389#define UA_STATUSCODE_BADVIEWPARAMETERMISMATCH 0x80CA0000
390
391/** The view version is not available or not supported. */
392#define UA_STATUSCODE_BADVIEWVERSIONINVALID 0x80CB0000
393
394/** The list of references may not be complete because the underlying system is not available. */
395#define UA_STATUSCODE_UNCERTAINNOTALLNODESAVAILABLE 0x40C00000
396
397/** The server should have followed a reference to a node in a remote server but did not. The result set may be incomplete. */
398#define UA_STATUSCODE_GOODRESULTSMAYBEINCOMPLETE 0x00BA0000
399
400/** The provided Nodeid was not a type definition nodeid. */
401#define UA_STATUSCODE_BADNOTTYPEDEFINITION 0x80C80000
402
403/** One of the references to follow in the relative path references to a node in the address space in another server. */
404#define UA_STATUSCODE_UNCERTAINREFERENCEOUTOFSERVER 0x406C0000
405
406/** The requested operation has too many matches to return. */
407#define UA_STATUSCODE_BADTOOMANYMATCHES 0x806D0000
408
409/** The requested operation requires too many resources in the server. */
410#define UA_STATUSCODE_BADQUERYTOOCOMPLEX 0x806E0000
411
412/** The requested operation has no match to return. */
413#define UA_STATUSCODE_BADNOMATCH 0x806F0000
414
415/** The max age parameter is invalid. */
416#define UA_STATUSCODE_BADMAXAGEINVALID 0x80700000
417
418/** The operation is not permitted over the current secure channel. */
419#define UA_STATUSCODE_BADSECURITYMODEINSUFFICIENT 0x80E60000
420
421/** The history details parameter is not valid. */
422#define UA_STATUSCODE_BADHISTORYOPERATIONINVALID 0x80710000
423
424/** The server does not support the requested operation. */
425#define UA_STATUSCODE_BADHISTORYOPERATIONUNSUPPORTED 0x80720000
426
427/** The defined timestamp to return was invalid. */
428#define UA_STATUSCODE_BADINVALIDTIMESTAMPARGUMENT 0x80BD0000
429
430/** The server does not support writing the combination of valu */
431#define UA_STATUSCODE_BADWRITENOTSUPPORTED 0x80730000
432
433/** The value supplied for the attribute is not of the same type as the attribute's value. */
434#define UA_STATUSCODE_BADTYPEMISMATCH 0x80740000
435
436/** The method id does not refer to a method for the specified object. */
437#define UA_STATUSCODE_BADMETHODINVALID 0x80750000
438
439/** The client did not specify all of the input arguments for the method. */
440#define UA_STATUSCODE_BADARGUMENTSMISSING 0x80760000
441
442/** The executable attribute does not allow the execution of the method. */
443#define UA_STATUSCODE_BADNOTEXECUTABLE 0x81110000
444
445/** The server has reached its maximum number of subscriptions. */
446#define UA_STATUSCODE_BADTOOMANYSUBSCRIPTIONS 0x80770000
447
448/** The server has reached the maximum number of queued publish requests. */
449#define UA_STATUSCODE_BADTOOMANYPUBLISHREQUESTS 0x80780000
450
451/** There is no subscription available for this session. */
452#define UA_STATUSCODE_BADNOSUBSCRIPTION 0x80790000
453
454/** The sequence number is unknown to the server. */
455#define UA_STATUSCODE_BADSEQUENCENUMBERUNKNOWN 0x807A0000
456
457/** The Server does not support retransmission queue and acknowledgement of sequence numbers is not available. */
458#define UA_STATUSCODE_GOODRETRANSMISSIONQUEUENOTSUPPORTED 0x00DF0000
459
460/** The requested notification message is no longer available. */
461#define UA_STATUSCODE_BADMESSAGENOTAVAILABLE 0x807B0000
462
463/** The client of the current session does not support one or more Profiles that are necessary for the subscription. */
464#define UA_STATUSCODE_BADINSUFFICIENTCLIENTPROFILE 0x807C0000
465
466/** The sub-state machine is not currently active. */
467#define UA_STATUSCODE_BADSTATENOTACTIVE 0x80BF0000
468
469/** An equivalent rule already exists. */
470#define UA_STATUSCODE_BADALREADYEXISTS 0x81150000
471
472/** The server cannot process the request because it is too busy. */
473#define UA_STATUSCODE_BADTCPSERVERTOOBUSY 0x807D0000
474
475/** The type of the message specified in the header invalid. */
476#define UA_STATUSCODE_BADTCPMESSAGETYPEINVALID 0x807E0000
477
478/** The SecureChannelId and/or TokenId are not currently in use. */
479#define UA_STATUSCODE_BADTCPSECURECHANNELUNKNOWN 0x807F0000
480
481/** The size of the message chunk specified in the header is too large. */
482#define UA_STATUSCODE_BADTCPMESSAGETOOLARGE 0x80800000
483
484/** There are not enough resources to process the request. */
485#define UA_STATUSCODE_BADTCPNOTENOUGHRESOURCES 0x80810000
486
487/** An internal error occurred. */
488#define UA_STATUSCODE_BADTCPINTERNALERROR 0x80820000
489
490/** The server does not recognize the QueryString specified. */
491#define UA_STATUSCODE_BADTCPENDPOINTURLINVALID 0x80830000
492
493/** The request could not be sent because of a network interruption. */
494#define UA_STATUSCODE_BADREQUESTINTERRUPTED 0x80840000
495
496/** Timeout occurred while processing the request. */
497#define UA_STATUSCODE_BADREQUESTTIMEOUT 0x80850000
498
499/** The secure channel has been closed. */
500#define UA_STATUSCODE_BADSECURECHANNELCLOSED 0x80860000
501
502/** The token has expired or is not recognized. */
503#define UA_STATUSCODE_BADSECURECHANNELTOKENUNKNOWN 0x80870000
504
505/** The sequence number is not valid. */
506#define UA_STATUSCODE_BADSEQUENCENUMBERINVALID 0x80880000
507
508/** The applications do not have compatible protocol versions. */
509#define UA_STATUSCODE_BADPROTOCOLVERSIONUNSUPPORTED 0x80BE0000
510
511/** There is a problem with the configuration that affects the usefulness of the value. */
512#define UA_STATUSCODE_BADCONFIGURATIONERROR 0x80890000
513
514/** The variable should receive its value from another variabl */
515#define UA_STATUSCODE_BADNOTCONNECTED 0x808A0000
516
517/** There has been a failure in the device/data source that generates the value that has affected the value. */
518#define UA_STATUSCODE_BADDEVICEFAILURE 0x808B0000
519
520/** There has been a failure in the sensor from which the value is derived by the device/data source. */
521#define UA_STATUSCODE_BADSENSORFAILURE 0x808C0000
522
523/** The source of the data is not operational. */
524#define UA_STATUSCODE_BADOUTOFSERVICE 0x808D0000
525
526/** The deadband filter is not valid. */
527#define UA_STATUSCODE_BADDEADBANDFILTERINVALID 0x808E0000
528
529/** Communication to the data source has failed. The variable value is the last value that had a good quality. */
530#define UA_STATUSCODE_UNCERTAINNOCOMMUNICATIONLASTUSABLEVALUE 0x408F0000
531
532/** Whatever was updating this value has stopped doing so. */
533#define UA_STATUSCODE_UNCERTAINLASTUSABLEVALUE 0x40900000
534
535/** The value is an operational value that was manually overwritten. */
536#define UA_STATUSCODE_UNCERTAINSUBSTITUTEVALUE 0x40910000
537
538/** The value is an initial value for a variable that normally receives its value from another variable. */
539#define UA_STATUSCODE_UNCERTAININITIALVALUE 0x40920000
540
541/** The value is at one of the sensor limits. */
542#define UA_STATUSCODE_UNCERTAINSENSORNOTACCURATE 0x40930000
543
544/** The value is outside of the range of values defined for this parameter. */
545#define UA_STATUSCODE_UNCERTAINENGINEERINGUNITSEXCEEDED 0x40940000
546
547/** The value is derived from multiple sources and has less than the required number of Good sources. */
548#define UA_STATUSCODE_UNCERTAINSUBNORMAL 0x40950000
549
550/** The value has been overridden. */
551#define UA_STATUSCODE_GOODLOCALOVERRIDE 0x00960000
552
553/** This Condition refresh faile */
554#define UA_STATUSCODE_BADREFRESHINPROGRESS 0x80970000
555
556/** This condition has already been disabled. */
557#define UA_STATUSCODE_BADCONDITIONALREADYDISABLED 0x80980000
558
559/** This condition has already been enabled. */
560#define UA_STATUSCODE_BADCONDITIONALREADYENABLED 0x80CC0000
561
562/** Property not availabl */
563#define UA_STATUSCODE_BADCONDITIONDISABLED 0x80990000
564
565/** The specified event id is not recognized. */
566#define UA_STATUSCODE_BADEVENTIDUNKNOWN 0x809A0000
567
568/** The event cannot be acknowledged. */
569#define UA_STATUSCODE_BADEVENTNOTACKNOWLEDGEABLE 0x80BB0000
570
571/** The dialog condition is not active. */
572#define UA_STATUSCODE_BADDIALOGNOTACTIVE 0x80CD0000
573
574/** The response is not valid for the dialog. */
575#define UA_STATUSCODE_BADDIALOGRESPONSEINVALID 0x80CE0000
576
577/** The condition branch has already been acknowledged. */
578#define UA_STATUSCODE_BADCONDITIONBRANCHALREADYACKED 0x80CF0000
579
580/** The condition branch has already been confirmed. */
581#define UA_STATUSCODE_BADCONDITIONBRANCHALREADYCONFIRMED 0x80D00000
582
583/** The condition has already been shelved. */
584#define UA_STATUSCODE_BADCONDITIONALREADYSHELVED 0x80D10000
585
586/** The condition is not currently shelved. */
587#define UA_STATUSCODE_BADCONDITIONNOTSHELVED 0x80D20000
588
589/** The shelving time not within an acceptable range. */
590#define UA_STATUSCODE_BADSHELVINGTIMEOUTOFRANGE 0x80D30000
591
592/** No data exists for the requested time range or event filter. */
593#define UA_STATUSCODE_BADNODATA 0x809B0000
594
595/** No data found to provide upper or lower bound value. */
596#define UA_STATUSCODE_BADBOUNDNOTFOUND 0x80D70000
597
598/** The server cannot retrieve a bound for the variable. */
599#define UA_STATUSCODE_BADBOUNDNOTSUPPORTED 0x80D80000
600
601/** Data is missing due to collection started/stopped/lost. */
602#define UA_STATUSCODE_BADDATALOST 0x809D0000
603
604/** Expected data is unavailable for the requested time range due to an un-mounted volum */
605#define UA_STATUSCODE_BADDATAUNAVAILABLE 0x809E0000
606
607/** The data or event was not successfully inserted because a matching entry exists. */
608#define UA_STATUSCODE_BADENTRYEXISTS 0x809F0000
609
610/** The data or event was not successfully updated because no matching entry exists. */
611#define UA_STATUSCODE_BADNOENTRYEXISTS 0x80A00000
612
613/** The client requested history using a timestamp format the server does not support (i.e requested ServerTimestamp when server only supports SourceTimestamp). */
614#define UA_STATUSCODE_BADTIMESTAMPNOTSUPPORTED 0x80A10000
615
616/** The data or event was successfully inserted into the historical database. */
617#define UA_STATUSCODE_GOODENTRYINSERTED 0x00A20000
618
619/** The data or event field was successfully replaced in the historical database. */
620#define UA_STATUSCODE_GOODENTRYREPLACED 0x00A30000
621
622/** The value is derived from multiple values and has less than the required number of Good values. */
623#define UA_STATUSCODE_UNCERTAINDATASUBNORMAL 0x40A40000
624
625/** No data exists for the requested time range or event filter. */
626#define UA_STATUSCODE_GOODNODATA 0x00A50000
627
628/** The data or event field was successfully replaced in the historical database. */
629#define UA_STATUSCODE_GOODMOREDATA 0x00A60000
630
631/** The requested number of Aggregates does not match the requested number of NodeIds. */
632#define UA_STATUSCODE_BADAGGREGATELISTMISMATCH 0x80D40000
633
634/** The requested Aggregate is not support by the server. */
635#define UA_STATUSCODE_BADAGGREGATENOTSUPPORTED 0x80D50000
636
637/** The aggregate value could not be derived due to invalid data inputs. */
638#define UA_STATUSCODE_BADAGGREGATEINVALIDINPUTS 0x80D60000
639
640/** The aggregate configuration is not valid for specified node. */
641#define UA_STATUSCODE_BADAGGREGATECONFIGURATIONREJECTED 0x80DA0000
642
643/** The request specifies fields which are not valid for the EventType or cannot be saved by the historian. */
644#define UA_STATUSCODE_GOODDATAIGNORED 0x00D90000
645
646/** The request was rejected by the server because it did not meet the criteria set by the server. */
647#define UA_STATUSCODE_BADREQUESTNOTALLOWED 0x80E40000
648
649/** The request has not been processed by the server yet. */
650#define UA_STATUSCODE_BADREQUESTNOTCOMPLETE 0x81130000
651
652/** The device identity needs a ticket before it can be accepted. */
653#define UA_STATUSCODE_BADTICKETREQUIRED 0x811F0000
654
655/** The device identity needs a ticket before it can be accepted. */
656#define UA_STATUSCODE_BADTICKETINVALID 0x81200000
657
658/** The value does not come from the real source and has been edited by the server. */
659#define UA_STATUSCODE_GOODEDITED 0x00DC0000
660
661/** There was an error in execution of these post-actions. */
662#define UA_STATUSCODE_GOODPOSTACTIONFAILED 0x00DD0000
663
664/** The related EngineeringUnit has been changed but the Variable Value is still provided based on the previous unit. */
665#define UA_STATUSCODE_UNCERTAINDOMINANTVALUECHANGED 0x40DE0000
666
667/** A dependent value has been changed but the change has not been applied to the device. */
668#define UA_STATUSCODE_GOODDEPENDENTVALUECHANGED 0x00E00000
669
670/** The 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. */
671#define UA_STATUSCODE_BADDOMINANTVALUECHANGED 0x80E10000
672
673/** A dependent value has been changed but the change has not been applied to the device. The quality of the dominant variable is uncertain. */
674#define UA_STATUSCODE_UNCERTAINDEPENDENTVALUECHANGED 0x40E20000
675
676/** A dependent value has been changed but the change has not been applied to the device. The quality of the dominant variable is Bad. */
677#define UA_STATUSCODE_BADDEPENDENTVALUECHANGED 0x80E30000
678
679/** It is delivered with a dominant Variable value when a dependent Variable has changed but the change has not been applied. */
680#define UA_STATUSCODE_GOODEDITED_DEPENDENTVALUECHANGED 0x01160000
681
682/** It is delivered with a dependent Variable value when a dominant Variable has changed but the change has not been applied. */
683#define UA_STATUSCODE_GOODEDITED_DOMINANTVALUECHANGED 0x01170000
684
685/** It is delivered with a dependent Variable value when a dominant or dependent Variable has changed but change has not been applied. */
686#define UA_STATUSCODE_GOODEDITED_DOMINANTVALUECHANGED_DEPENDENTVALUECHANGED 0x01180000
687
688/** It is delivered with a Variable value when Variable has changed but the value is not legal. */
689#define UA_STATUSCODE_BADEDITED_OUTOFRANGE 0x81190000
690
691/** It is delivered with a Variable value when a source Variable has changed but the value is not legal. */
692#define UA_STATUSCODE_BADINITIALVALUE_OUTOFRANGE 0x811A0000
693
694/** It is delivered with a dependent Variable value when a dominant Variable has changed and the value is not legal. */
695#define UA_STATUSCODE_BADOUTOFRANGE_DOMINANTVALUECHANGED 0x811B0000
696
697/** It is delivered with a dependent Variable value when a dominant Variable has change */
698#define UA_STATUSCODE_BADEDITED_OUTOFRANGE_DOMINANTVALUECHANGED 0x811C0000
699
700/** It is delivered with a dependent Variable value when a dominant or dependent Variable has changed and the value is not legal. */
701#define UA_STATUSCODE_BADOUTOFRANGE_DOMINANTVALUECHANGED_DEPENDENTVALUECHANGED 0x811D0000
702
703/** It is delivered with a dependent Variable value when a dominant or dependent Variable has change */
704#define UA_STATUSCODE_BADEDITED_OUTOFRANGE_DOMINANTVALUECHANGED_DEPENDENTVALUECHANGED 0x811E0000
705
706/** The communication layer has raised an event. */
707#define UA_STATUSCODE_GOODCOMMUNICATIONEVENT 0x00A70000
708
709/** The system is shutting down. */
710#define UA_STATUSCODE_GOODSHUTDOWNEVENT 0x00A80000
711
712/** The operation is not finished and needs to be called again. */
713#define UA_STATUSCODE_GOODCALLAGAIN 0x00A90000
714
715/** A non-critical timeout occurred. */
716#define UA_STATUSCODE_GOODNONCRITICALTIMEOUT 0x00AA0000
717
718/** One or more arguments are invalid. */
719#define UA_STATUSCODE_BADINVALIDARGUMENT 0x80AB0000
720
721/** Could not establish a network connection to remote server. */
722#define UA_STATUSCODE_BADCONNECTIONREJECTED 0x80AC0000
723
724/** The server has disconnected from the client. */
725#define UA_STATUSCODE_BADDISCONNECT 0x80AD0000
726
727/** The network connection has been closed. */
728#define UA_STATUSCODE_BADCONNECTIONCLOSED 0x80AE0000
729
730/** The operation cannot be completed because the object is close */
731#define UA_STATUSCODE_BADINVALIDSTATE 0x80AF0000
732
733/** Cannot move beyond end of the stream. */
734#define UA_STATUSCODE_BADENDOFSTREAM 0x80B00000
735
736/** No data is currently available for reading from a non-blocking stream. */
737#define UA_STATUSCODE_BADNODATAAVAILABLE 0x80B10000
738
739/** The asynchronous operation is waiting for a response. */
740#define UA_STATUSCODE_BADWAITINGFORRESPONSE 0x80B20000
741
742/** The asynchronous operation was abandoned by the caller. */
743#define UA_STATUSCODE_BADOPERATIONABANDONED 0x80B30000
744
745/** The stream did not return all data requested (possibly because it is a non-blocking stream). */
746#define UA_STATUSCODE_BADEXPECTEDSTREAMTOBLOCK 0x80B40000
747
748/** Non blocking behaviour is required and the operation would block. */
749#define UA_STATUSCODE_BADWOULDBLOCK 0x80B50000
750
751/** A value had an invalid syntax. */
752#define UA_STATUSCODE_BADSYNTAXERROR 0x80B60000
753
754/** The operation could not be finished because all available connections are in use. */
755#define UA_STATUSCODE_BADMAXCONNECTIONSREACHED 0x80B70000
756
757/** Depending on the version of the schema, the following might be already defined: */
758#ifndef UA_STATUSCODE_GOOD
759# define UA_STATUSCODE_GOOD 0x00000000
760#endif
761#ifndef UA_STATUSCODE_UNCERTAIN
762# define UA_STATUSCODE_UNCERTAIN 0x40000000
763#endif
764#ifndef UA_STATUSCODE_BAD
765# define UA_STATUSCODE_BAD 0x80000000
766#endif
767