NodeId | ns=1;i=3006 |
NodeClass | DataType |
BrowseName | 1:ErrorInformationDataType |
DisplayName | ErrorInformationDataType |
Description | It is used report errors occurred in the system which are outside the boundaries of the given program. |
BaseType | 0:Structure |
IsAbstract | False |
Field Name | Data Type | Is Optional | Description |
---|---|---|---|
ErrorType | 0:Byte | The mandatory ErrorType is the classification of type of errors due to external factors. Examples: Tool Trigger Lost is Operator error. Temperature overheat is hardware error, etc. | |
ErrorId | 0:Guid | Yes | The optional ErrorId is the system-wide unique identifier of the error in the system. This will be useful if system wants to provide an identifier where user can query the system and get more information for troubleshooting. It can also point to the respective EventId reported if available. |
LegacyError | 0:String | Yes | The optional LegacyError is the application or system specific error code. |
ErrorMessage | 0:LocalizedText | Yes | The optional ErrorMessage is user readable text message to describe the error. |