← Standard library

QueryFailureKind

enum QueryFailureKind extends int32
import QueryFailureKind from Wax::Recording;

Reasons a recording query scan can stop: an application panic, an exceeded resource budget, cancellation, or infrastructure failure.

Recording.wax:209

Members

Paniccase

case Panic

Recording.wax:210

BudgetExceededcase

case BudgetExceeded

Recording.wax:211

Cancelledcase

case Cancelled

Recording.wax:212

Infrastructurecase

case Infrastructure

Recording.wax:213

CompareTomethod

public fn CompareTo(QueryFailureKind other) : int32

Provided by the compiler.

Equalsmethod

public fn Equals(QueryFailureKind other) : bool

Provided by the compiler.

GetHashCodemethod

public fn GetHashCode() : uint32

Provided by the compiler.

ToStringmethod

public fn ToString() : string

Provided by the compiler.

ToStringBuffermethod

public fn ToStringBuffer(StringBuilder builder) : int32

Provided by the compiler.