DiagnosticInfo Class
Constructor
DiagnosticInfo
        
                - 
                                
options 
Parameters:
- 
                                
optionsObject- 
                                            
[namespaceUri= -1]Int32 optionalThe symbolicId is defined within the context of a namespace.
 - 
                                            
[symbolicId= -1]Int32 optionalThe symbolicId shall be used to identify a vendor-specific error or condition
 - 
                                            
[locale= -1]Int32 optionalThe locale part of the vendor-specific localized text describing the symbolic id.
 - 
                                            
[localizedText= -1]Int32 optional - 
                                            
[additionalInfo= null]String optionalVendor-specific diagnostic information.
 - 
                                            
[innerStatusCode= 0]StatusCode optionalThe StatusCode from the inner operation.
 - 
                                            
[innerDiagnosticInfo= null]DiagnosticInfo optionalThe diagnostic info associated with the inner StatusCode.
 
 - 
                                            
 
Item Index
Methods
Methods
binaryStoreSize
                    
                            ()
                    
                            
                                Number
                            
                    
                    
                    
                    
                    
                    
                    
                        
                    
                        Returns:
decode
                    
                            - 
                                            
stream - 
                                            
[option] 
decode the object from a binary stream
Parameters:
- 
                                            
streamBinaryStream - 
                                            
[option]Object optional 
decode_debug
                    
                            ()
                    
                    
                    
                    
                    
                    
                    
                    
                        
                    
                        isValid
                    
                            ()
                    
                            
                                Boolean
                            
                    
                    
                    
                    
                    
                    
                    
                        
                    
                        Returns:
toString
                    
                            ()
                    
                            
                                String
                            
                    
                    
                    
                    
                    
                    
                    
                        
                    
                        Returns:
Properties
additionalInfo
                        String
                    
                    
                    
                    
                    
                        
                    
                        Vendor-specific diagnostic information.
Default: null
innerDiagnosticInfo
                        DiagnosticInfo
                    
                    
                    
                    
                    
                        
                    
                        The diagnostic info associated with the inner StatusCode.
Default: null
locale
                        Int32
                    
                    
                    
                    
                    
                        
                    
                        The locale part of the vendor-specific localized text describing the symbolic id.
Default: -1
localizedText
                        Int32
                    
                    
                    
                    
                    
                        
                    
                        Default: -1
namespaceUri
                        Int32
                    
                    
                    
                    
                    
                        
                    
                        The symbolicId is defined within the context of a namespace.
Default: -1
symbolicId
                        Int32
                    
                    
                    
                    
                    
                        
                    
                        The symbolicId shall be used to identify a vendor-specific error or condition
Default: -1
            The NodeOPCUA API