Skip to content

TapeDiagnosticSeverity

Namespace: Hex1b.Automation

Assembly: Hex1b.dll

Indicates the importance of a Tape diagnostic.

csharp
public enum TapeDiagnosticSeverity

Fields

Error

Identifies a failure.

Returns: TapeDiagnosticSeverity

csharp
Error = 2

Information

Provides additional information.

Returns: TapeDiagnosticSeverity

csharp
Information = 0

Warning

Identifies a non-fatal issue.

Returns: TapeDiagnosticSeverity

csharp
Warning = 1

Released under the MIT License.