Errors¶
-
System.Collections.IEnumerable<IEvent> IAxisControlBase.Errors { get; }¶
Gets the events with “error” response that followed the root error.
- Value
IEnumerable<IEvent> – Last event that triggered transition to “Fault reaction active”.
- Throws
CommunicationErrorException
– Protocol error.ConnectionLostException
– Connection to controller lost.RebootedException
– Controller has been rebooted since this object reference was retrieved, invalidating this reference.
- Remarks
The maximum amount of events that can be stored in the collection is product specific, in case of overflow the newest events are discarded. The collection is reset after a call to IAxisControlBase.ResetFault.