# UploadErrorType

Namespace: **Wisej.Web**

Assembly: **Wisej.Framework** (4.0.0.0)

Defines a the type of errors that can occur while uploading files.

{% tabs %}
{% tab title="C#" %}

```csharp
public enum UploadErrorType : Enum
```

{% endtab %}

{% tab title="VB.NET" %}

```visual-basic
Public Enum UploadErrorType As [Enum]
```

{% endtab %}
{% endtabs %}

## Fields

| Name             | Description                                   |
| ---------------- | --------------------------------------------- |
| **FileTooLarge** | One of the files being uploaded is too large. |
| **Upload**       | An error occurred while upload a file.        |

## Used By

| Name                                                                                                                    | Description             |
| ----------------------------------------------------------------------------------------------------------------------- | ----------------------- |
| [UploadErrorEventArgs.ErrorType](https://docs.wisej.com/api/wisej.web/content/wisej.web.uploaderroreventargs#errortype) | Returns the error type. |
