← Standard library

QueryFailure

struct QueryFailure
import QueryFailure from Wax::Recording;

A recording-query failure with a readable message and optional lane/frame location.

Recording.wax:219

Members

kindfield

public QueryFailureKind kind

The category of failure.

Recording.wax:223

lanefield

public string? lane

The affected lane name when known, otherwise null.

Recording.wax:227

framefield

public Frame? frame

The affected recording frame when known, otherwise null.

Recording.wax:231

messagefield

public string message

Human-readable failure details.

Recording.wax:235

ToStringmethod

public fn ToString() : string

Provided by the compiler.

ToStringBuffermethod

public fn ToStringBuffer(StringBuilder builder) : int32

Provided by the compiler.

constructorconstructor

public constructor ()

Provided by the compiler.