Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ValidatedFilesResult<CustomError>

remarks

@since 2.9.0

Type parameters

  • CustomError

Hierarchy

  • ValidatedFilesResult

Index

Properties

Properties

errors: readonly FileValidationError<CustomError>[]

A list of FileValidationError that occurred during the validation step.

Note: If an error has occurred, the file should not be added to the pending list of files.

pending: readonly File[]

A filtered list of files that have been validated and can be queued for the upload process.

Generated using TypeDoc