Options
All
  • Public
  • Public/Protected
  • All
Menu

An error that is created during the upload process if the number of files exceeds the FileUploadOptions.maxFiles amount.

remarks

@since 2.9.0

Hierarchy

Index

Constructors

Properties

cause?: Error
files: readonly File[]
key: string

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

limit: number
message: string
name: string
reason?: 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