React FileUploader - UploadErrorEvent

The type of the uploadError event handler's argument.

import { FileUploaderTypes } from "devextreme-react/file-uploader"
Type: FileUploaderTypes.UploadErrorEvent

component

The UI component's instance.

Selector: Component
Type:

FileUploader

element

The UI component's container.

error

Type: any

event

A native browser event with additional fields from EventObject.

Selector: Event

file

Type:

File

message

Type:

String

request

Angular

If you use DxHttpModule, Angular restricts access to the XMLHttpRequest object.