File Upload Related Messages
Error codes related to file upload size validation.
Overview
| Code | Message | Description |
|---|---|---|
WB0001 | File {0} size exceeded, {1} or lower is allowed | File size exceeds the allowed limit. |
WB0002 | Upload size exceeded, {0} or lower is allowed | Total upload size exceeds the allowed limit. |
Error Code Details
WB0001
Message
File {0} size exceeded, {1} or lower is allowed
Description
File size exceeds the allowed limit.
Root Cause
- The uploaded file size exceeds the maximum allowed size.
Resolution
- Reduce the file size and try again.
WB0002
Message
Upload size exceeded, {0} or lower is allowed
Description
Total upload size exceeds the allowed limit.
Root Cause
- The total size of the uploaded files exceeds the maximum allowed upload size.
Resolution
- Reduce the total upload size and try again.