Thrown by StepBufferProvider.acquire when the requested range is not resident. Reaching this means a synchronous extraction ran without a preceding ensureResident — a caller-side sequencing bug, not a recoverable data condition.

Hierarchy

  • Error
    • StepBufferNotResidentError

Constructors

Properties

Constructors

  • Construct this for a byte range.

    Parameters

    • address: number

      Absolute start of the range.

    • length: number

      Length of the range.

    Returns StepBufferNotResidentError

Properties

address: number

Absolute start of the range.

length: number

Length of the range.