TapeDiagnosticSeverity
Namespace: Hex1b.Automation
Assembly: Hex1b.dll
Indicates the importance of a Tape diagnostic.
csharp
public enum TapeDiagnosticSeverityFields
Error
Identifies a failure.
Returns: TapeDiagnosticSeverity
csharp
Error = 2Information
Provides additional information.
Returns: TapeDiagnosticSeverity
csharp
Information = 0Warning
Identifies a non-fatal issue.
Returns: TapeDiagnosticSeverity
csharp
Warning = 1