TestimoX

API Reference

Enum

LogicalDiskInventoryQueryFailureCode

Namespace ComputerX.Storage
Assembly ComputerX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Typed failure codes for logical disk inventory queries.

Inheritance

  • Enum
  • LogicalDiskInventoryQueryFailureCode

Values

public const LogicalDiskInventoryQueryFailureCode InvalidRequest #

Request was missing or malformed.

Value: 0
public const LogicalDiskInventoryQueryFailureCode Cancelled #

Operation was canceled.

Value: 1
public const LogicalDiskInventoryQueryFailureCode QueryFailed #

Query execution failed.

Value: 2