Genotype API Documentation - v0.1.0
    Preparing search index...

    Class BufferError

    Buffer management errors for streaming operations

    Hierarchy (View Summary)

    Index

    Constructors

    • Parameters

      • message: string
      • bufferSize: number
      • operation: "allocate" | "resize" | "overflow" | "underflow"
      • Optionalcontext: string

      Returns BufferError

    Methods

    Properties

    code: string
    lineNumber?: number
    context?: string
    bufferSize: number
    operation: "allocate" | "resize" | "overflow" | "underflow"