QueryFailure
struct QueryFailureimport QueryFailure from Wax::Recording;A recording-query failure with a readable message and optional lane/frame location.
Members
kindfield
public QueryFailureKind kindThe category of failure.
lanefield
public string? laneThe affected lane name when known, otherwise null.
framefield
public Frame? frameThe affected recording frame when known, otherwise null.
messagefield
public string messageHuman-readable failure details.
ToStringmethod
public fn ToString() : stringProvided by the compiler.
ToStringBuffermethod
public fn ToStringBuffer(StringBuilder builder) : int32Provided by the compiler.
constructorconstructor
public constructor ()Provided by the compiler.