Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TooManyFilesError

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

constructor

Properties

files

files: readonly File[]

key

key: string

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

limit

limit: number

message

message: string

name

name: string

Optional reason

reason: string

Optional stack

stack: string

Static stackTraceLimit

stackTraceLimit: number

Methods

Static captureStackTrace

  • captureStackTrace(targetObject: object, constructorOpt?: Function): void

Static Optional prepareStackTrace

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

Generated using TypeDoc