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

    Class FileError

    File I/O errors with cross-platform support and detailed context Provides comprehensive error information for troubleshooting I/O issues

    Hierarchy (View Summary)

    Index

    Constructors

    • Parameters

      • message: string
      • filePath: string
      • operation: "read" | "write" | "stat" | "open" | "close" | "seek"
      • OptionalsystemError: unknown
      • Optionalcontext: string

      Returns FileError

    Methods

    • Create file error with system error context

      Parameters

      • operation: "read" | "write" | "stat" | "open" | "close" | "seek"
      • filePath: string
      • systemError: unknown

      Returns FileError

    Properties

    code: string
    lineNumber?: number
    context?: string
    filePath: string
    operation: "read" | "write" | "stat" | "open" | "close" | "seek"
    systemError?: unknown