File Upload Related Messages
Error codes related to file upload size validation.
Overview
| Code | Message | Description |
|---|---|---|
WB0001 | ファイルのサイズが {0} を超えました。{1} 以下のサイズが許可されます。 | File size exceeds the allowed limit. |
WB0002 | アップロード サイズを超えました。{0} 以下が許可されます。 | Total upload size exceeds the allowed limit. |
Error Code Details
WB0001
Message
ファイルのサイズが {0} を超えました。{1} 以下のサイズが許可されます。
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
アップロード サイズを超えました。{0} 以下が許可されます。
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.