Quota Related Messages and Approval Request Message
Error codes related to quota operations and approval request messages.
Overview
| Code | Message | Description |
|---|---|---|
QT0001 | {0} ({1})のクォータ制限を超えました。 | Exceeded the allowed quota limit. |
QT0002 | 推定値が見つかりませんでした。 | No estimation value found. |
QT0004 | クォータ値は null であってはなりません。値を入力してください。 | Required parameter quota value is null. |
QT0005 | クォータ値はゼロより大きくなければなりません。 | Quota value must be greater than zero. |
QT0006 | ID {0} のクォータが見つかりません。 | Quota not found with the provided ID. |
QT0007 | クォータ ID は null であってはなりません。 | Required parameter quota ID is null. |
QT0008 | クォータ値は現在の値 {0} と異なっている必要があります。別の値を入力してください。 | New quota value must be different from the current value. |
QT0009 | クォータ更新リクエストは必須です。 | Required parameter quota update request is null. |
QT0010 | 新しいクォータ値が小さすぎます。最小値は {0} です。 | New quota value is too low, below the minimum allowed. |
QT0011 | 新しいクォータ値が大きすぎます。最大値は {0} です。 | New quota value is too high, exceeds the maximum allowed. |
QT0012 | プロジェクト ID {1} に対して ID {0} のクォータが存在しません。もう一度お試しください。 | Quota not found for the project with the provided ID. |
QR0001 | クオータリクエスト ID は必須です。 | Required parameter quota request ID is null. |
QR0002 | クオータリクエスト ID は正の整数である必要があります。 | Quota request ID must be a positive integer. |
QR0003 | クォータ要求ステータスは NULL であってはいけません。 | Required parameter quota request status is null. |
QR0004 | クオータリクエストが見つかりませんでした。 | Quota request not found. |
QR0005 | クオータリクエストは {0} のいずれかである必要がありますが、実際には {1} でした。 | Quota request value is not in the allowed list. |
QR0006 | クオータリクエストはユーザー {1} によって既に {0} 済みです。 | Quota request has already been processed by another user. |
QR0007 | 拒否理由は必須です。また、空白や空白のみを含むことはできません。 | Reject reason is required and cannot be empty. |
QR0008 | 新しいクォータ値が小さすぎます。最小値は {0} です。 | New quota value is too low, below the minimum. |
QR0009 | 新しいクォータ値が大きすぎます。最大値は {0} です。 | New quota value is too high, exceeds the maximum. |
QR0010 | 解決方法は {0} のいずれかでなければなりませんが、{1} が入力されました。再度お試しください。 | Resolution value is not in the allowed list. |
QR0011 | クォータ承認要求は null を許容していません。 | Required parameter quota approval request is null. |
QR0012 | {0} から {1} への変更は許可されていません。 | Invalid transition between the two states. |
QR0013 | ステータス {0} への変更が出来ません。別のステータスを選択してください。 | Invalid transition, please choose a different status. |
QR0014 | 新規設定の値 {2} のクォータ ID{1} に対して {0} が完了しました。 | Completed processing quota request with the new value. |
QR0015 | 現在の値は新規の値と等しいです。 | Current value and new value are equal, no changes made. |
QR0016 | クォータ更新申請 ID{0} が処理され、{2} の状態で {1} の結果となりました。現在のクォータ ID{3} の数値は {4} になります。 | Notification of quota update request processing result. |
QRA001 | 現在の値と新しい値はどちらも {0} です。このリクエストでは値は変更されません。「解決済」としてマークしますか? | Confirmation to mark as resolved when the value is unchanged. |
QRA002 | クォータ値は {0} から {1} に更新されます。承認しますか? | Confirmation to approve the quota value update. |
QRA003 | クォータ値は {0} から {1} に更新されます。しかし、この値はシステムクォータ制限 {2} ({3})を超えるため、クォータ値は {1} に調整されます。承認しますか? | Confirmation to approve when the value exceeds system quota. |
QRA004 | クォータ値は {0} のままです。このリクエストを拒否しますか? | Confirmation to reject the quota request. |
Error Code Details
QT0001
Message
{0} ({1})のクォータ制限を超えました。
Description
Exceeded the allowed quota limit.
Root Cause
- The operation would exceed the configured quota limit.
Resolution
- Request a quota increase or reduce usage.
QT0002
Message
推定値が見つかりませんでした。
Description
No estimation value found.
Root Cause
- Estimation data is not available for the requested resource.
Resolution
- Ensure estimation data is available and try again.
QT0004
Message
クォータ値は null であってはなりません。値を入力してください。
Description
Required parameter quota value is null.
Root Cause
- The quota value field is null or missing from the request.
Resolution
- Provide the required quota value.
QT0005
Message
クォータ値はゼロより大きくなければなりません。
Description
Quota value must be greater than zero.
Root Cause
- The provided quota value is zero or negative.
Resolution
- Enter a quota value greater than zero.
QT0006
Message
ID {0} のクォータが見つかりません。
Description
Quota not found with the provided ID.
Root Cause
- The quota ID provided does not match any existing quota.
Resolution
- Verify the quota ID and ensure it exists.
QT0007
Message
クォータ ID は null であってはなりません。
Description
Required parameter quota ID is null.
Root Cause
- The quota ID field is null or missing from the request.
Resolution
- Provide the required quota ID.
QT0008
Message
クォータ値は現在の値 {0} と異なっている必要があります。別の値を入力してください。
Description
New quota value must be different from the current value.
Root Cause
- The new quota value provided is the same as the current quota value.
Resolution
- Enter a value different from the current quota value.
QT0009
Message
クォータ更新リクエストは必須です。
Description
Required parameter quota update request is null.
Root Cause
- The quota update request object is null or missing from the request.
Resolution
- Provide a valid quota update request.
QT0010
Message
新しいクォータ値が小さすぎます。最小値は {0} です。
Description
New quota value is too low, below the minimum allowed.
Root Cause
- The provided quota value is below the minimum allowed value.
Resolution
- Enter a higher quota value above the minimum.
QT0011
Message
新しいクォータ値が大きすぎます。最大値は {0} です。
Description
New quota value is too high, exceeds the maximum allowed.
Root Cause
- The provided quota value exceeds the maximum allowed value.
Resolution
- Enter a lower quota value below the maximum.
QT0012
Message
プロジェクト ID {1} に対して ID {0} のクォータが存在しません。もう一度お試しください。
Description
Quota not found for the project with the provided ID.
Root Cause
- The quota ID does not match any quota configured for the specified project.
Resolution
- Verify the quota ID and ensure it exists.
QR0001
Message
クオータリクエスト ID は必須です。
Description
Required parameter quota request ID is null.
Root Cause
- The quota request ID field is null or missing from the request.
Resolution
- Provide the required quota request ID.
QR0002
Message
クオータリクエスト ID は正の整数である必要があります。
Description
Quota request ID must be a positive integer.
Root Cause
- The provided quota request ID is zero, negative, or not an integer.
Resolution
- Provide a positive integer for the quota request ID.
QR0003
Message
クォータ要求ステータスは NULL であってはいけません。
Description
Required parameter quota request status is null.
Root Cause
- The quota request status field is null or missing from the request.
Resolution
- Provide the required quota request status.
QR0004
Message
クオータリクエストが見つかりませんでした。
Description
Quota request not found.
Root Cause
- The quota request ID provided does not match any existing quota request.
Resolution
- Verify the quota request ID and ensure it exists.
QR0005
Message
クオータリクエストは {0} のいずれかである必要がありますが、実際には {1} でした。
Description
Quota request value is not in the allowed list.
Root Cause
- The provided quota request value does not match any of the allowed values.
Resolution
- Use one of the allowed values listed in the error message.
QR0006
Message
クオータリクエストはユーザー {1} によって既に {0} 済みです。
Description
Quota request has already been processed by another user.
Root Cause
- The quota request was already processed by a different user.
Resolution
- The request has already been processed; no further action needed.
QR0007
Message
拒否理由は必須です。また、空白や空白のみを含むことはできません。
Description
Reject reason is required and cannot be empty.
Root Cause
- No reject reason was provided, or the reason contains only whitespace.
Resolution
- Provide a non-empty reject reason.
QR0008
Message
新しいクォータ値が小さすぎます。最小値は {0} です。
Description
New quota value is too low, below the minimum.
Root Cause
- The proposed quota value in the request is below the minimum allowed value.
Resolution
- Enter a higher quota value above the minimum.
QR0009
Message
新しいクォータ値が大きすぎます。最大値は {0} です。
Description
New quota value is too high, exceeds the maximum.
Root Cause
- The proposed quota value in the request exceeds the maximum allowed value.
Resolution
- Enter a lower quota value below the maximum.
QR0010
Message
解決方法は {0} のいずれかでなければなりませんが、{1} が入力されました。再度お試しください。
Description
Resolution value is not in the allowed list.
Root Cause
- The provided resolution value does not match any of the allowed values.
Resolution
- Use one of the allowed values listed in the error message.
QR0011
Message
クォータ承認要求は null を許容していません。
Description
Required parameter quota approval request is null.
Root Cause
- The quota approval request object is null or missing from the request.
Resolution
- Provide a valid quota approval request.
QR0012
Message
{0} から {1} への変更は許可されていません。
Description
Invalid transition between the two states.
Root Cause
- The requested status transition is not allowed from the current state.
Resolution
- Choose a valid status transition.
QR0013
Message
ステータス {0} への変更が出来ません。別のステータスを選択してください。
Description
Invalid transition, please choose a different status.
Root Cause
- The target status is not a valid transition from the current state.
Resolution
- Choose a valid status transition.
QR0014
Message
新規設定の値 {2} のクォータ ID{1} に対して {0} が完了しました。
Description
Completed processing quota request with the new value.
Root Cause
- The quota request processing has been completed successfully.
Resolution
- No action required (completion notice).
QR0015
Message
現在の値は新規の値と等しいです。
Description
Current value and new value are equal, no changes made.
Root Cause
- The new quota value is identical to the current quota value.
Resolution
- Enter a different value or close the request.
QR0016
Message
クォータ更新申請 ID{0} が処理され、{2} の状態で {1} の結果となりました。現在のクォータ ID{3} の数値は {4} になります。
Description
Notification of quota update request processing result.
Root Cause
- The quota update request has been processed and the result is being reported.
Resolution
- No action required (processing result).
QRA001
Message
現在の値と新しい値はどちらも {0} です。このリクエストでは値は変更されません。「解決済」としてマークしますか?
Description
Confirmation to mark as resolved when the value is unchanged.
Root Cause
- The current and new values are identical; marking as resolved will not change the quota value.
Resolution
- Review the information and confirm or cancel the action.
QRA002
Message
クォータ値は {0} から {1} に更新されます。承認しますか?
Description
Confirmation to approve the quota value update.
Root Cause
- A quota update request is pending approval.
Resolution
- Review the information and confirm or cancel the action.
QRA003
Message
クォータ値は {0} から {1} に更新されます。しかし、この値はシステムクォータ制限 {2} ({3})を超えるため、クォータ値は {1} に調整されます。承認しますか?
Description
Confirmation to approve when the value exceeds system quota.
Root Cause
- The requested quota value exceeds the system quota limit.
Resolution
- Review the information and confirm or cancel the action.
QRA004
Message
クォータ値は {0} のままです。このリクエストを拒否しますか?
Description
Confirmation to reject the quota request.
Root Cause
- A quota request rejection is pending confirmation.
Resolution
- Review the information and confirm or cancel the action.