Class StartupError
Details about the first error on start-up
Inherited Members
Namespace: DuetAPI.ObjectModel
Assembly: DuetAPI.dll
Syntax
public sealed class StartupError : ModelObject, IModelObject, ICloneable, INotifyPropertyChanged, INotifyPropertyChanging
Properties
File
Filename of the macro where the error occurred
Declaration
public string File { get; set; }
Property Value
Type | Description |
---|---|
string |
Line
Line number of the error
Declaration
public long Line { get; set; }
Property Value
Type | Description |
---|---|
long |
Message
Message of the error
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
string |