Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FileAccessError

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

constructor

Properties

key

key: string

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

message

message: string

name

name: string

Optional stack

stack: string

Static stackTraceLimit

stackTraceLimit: number

Methods

Static captureStackTrace

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

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Static Optional prepareStackTrace

  • prepareStackTrace(err: Error, stackTraces: CallSite[]): any

Generated using TypeDoc