Options
All
  • Public
  • Public/Protected
  • All
Menu

An error that will be created if a user tries dragging and dropping files from a shared directory that they do not have access to. This error will not occur much.

remarks

@since 2.9.0

Hierarchy

  • Error
    • FileAccessError

Index

Constructors

Properties

cause?: Error
key: string

A unique key generated by nanoid that can be used as a React key

message: string
name: string
stack?: string
prepareStackTrace?: (err: Error, stackTraces: CallSite[]) => any

Type declaration

stackTraceLimit: number

Methods

  • captureStackTrace(targetObject: object, constructorOpt?: Function): void
  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Generated using TypeDoc