QueryFailureKind
enum QueryFailureKind extends int32import QueryFailureKind from Wax::Recording;Reasons a recording query scan can stop: an application panic, an exceeded resource budget, cancellation, or infrastructure failure.
Members
Paniccase
case PanicBudgetExceededcase
case BudgetExceededCancelledcase
case CancelledInfrastructurecase
case InfrastructureCompareTomethod
public fn CompareTo(QueryFailureKind other) : int32Provided by the compiler.
Equalsmethod
public fn Equals(QueryFailureKind other) : boolProvided by the compiler.
GetHashCodemethod
public fn GetHashCode() : uint32Provided by the compiler.
ToStringmethod
public fn ToString() : stringProvided by the compiler.
ToStringBuffermethod
public fn ToStringBuffer(StringBuilder builder) : int32Provided by the compiler.