An error which indicates failure to lock a file.

Hierarchy

  • Error
    • LockFileError

Constructors

Properties

Constructors

  • Parameters

    • __namedParameters: {
          attempts: number;
          elapsed: number;
          path: string;
      }
      • Readonlyattempts: number
      • Readonlyelapsed: number
      • Readonlypath: string

    Returns LockFileError

Properties

attempts: number

The number of attempts made before giving up.

elapsed: number

The elapsed time before giving up.

path: string

The lock file path.