Error Property (HistorianConnectionStatus)
- Last UpdatedAug 21, 2026
- 1 minute read
Describes the connection status error condition.
'Declaration
Public ReadOnly Property Error As HistorianAccessError
'Usage
Dim instance As HistorianConnectionStatus
Dim value As HistorianAccessError
value = instance.Error
public HistorianAccessError Error {get;}
public:
property HistorianAccessError^ Error {
HistorianAccessError^ get();
}
Property Value
The error message.If the ErrorOccurred property is True, then the Error property contains the historian error describing the connection status error condition. If the ErrorOccurred property is False, then the Error property contains null. For top-level status, if this property is True, it contains the historian error from the first known partner and the error returned should not be "Success".