Interface IFormatErrorEvent
Format error event information.
Inherited Members
Namespace: Attachmate.Verastream.HostIntegrator.ScriptAPI
Assembly: Attachmate.Verastream.HostIntegrator.ScriptAPI.dll
Syntax
public interface IFormatErrorEvent : IModelEvent, IEvent
Remarks
Format error event information. See FormatError(IFormatErrorEvent)
Properties
ErrorMessages
Gets a mutable list of error messages.
Declaration
IList<ErrorMessage> ErrorMessages { get; }
Property Value
Type | Description |
---|---|
IList<ErrorMessage> | A list of ErrorMessage objects. |