Class DiagnosticsLogOutput
Inheritance
System.Object
DiagnosticsLogOutput
Namespace: Emby.Media.Model.DiagnosticsModel
Assembly: Emby.Media.Model.dll
Syntax
public class DiagnosticsLogOutput
Properties
Error
Declaration
public string Error { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ExitCode
Declaration
public int? ExitCode { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Lines
Declaration
public List<string> Lines { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |