Skip to main content

File Upload Related Messages

Error codes related to file upload size validation.


Overview

CodeMessageDescription
WB0001File {0} size exceeded, {1} or lower is allowedFile size exceeds the allowed limit.
WB0002Upload size exceeded, {0} or lower is allowedTotal 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

  1. 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

  1. Reduce the total upload size and try again.