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

    Class StreamError

    Stream processing errors for I/O operations

    Hierarchy (View Summary)

    Index

    Constructors

    • Parameters

      • message: string
      • streamType: "read" | "write" | "transform"
      • OptionalbytesProcessed: number
      • Optionalcontext: string

      Returns StreamError

    Methods

    Properties

    code: string
    lineNumber?: number
    context?: string
    streamType: "read" | "write" | "transform"
    bytesProcessed?: number