メインコンテンツまでスキップ

File Upload Related Messages

Error codes related to file upload size validation.


Overview

CodeMessageDescription
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

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

  1. Reduce the total upload size and try again.