Skip to main content

Quota Related Messages and Approval Request Message

Error codes related to quota operations and approval request messages.


Overview

CodeMessageDescription
QT0001Quota exceeded the allowed limit for {0} ({1}).Exceeded the allowed quota limit.
QT0002No estimation foundNo estimation value found.
QT0004Quota value must not be null. Please input a value.Required parameter quota value is null.
QT0005Quota value must be greater than zero.Quota value must be greater than zero.
QT0006Quota with id {0} is not found.Quota not found with the provided ID.
QT0007Quota id must not be null.Required parameter quota ID is null.
QT0008Quota value must be different from current value is {0}. Please input another value.New quota value must be different from the current value.
QT0009Quota update request must not be null. Please try again.Required parameter quota update request is null.
QT0010The new quota value is too low. The minimum value is: {0}New quota value is too low, below the minimum allowed.
QT0011The new quota value is too high. The maximum value is: {0}New quota value is too high, exceeds the maximum allowed.
QT0012Quota with ID {0} for project ID {1} does not exist. Please try again.Quota not found for the project with the provided ID.
QR0001Quota request ID must not be null.Required parameter quota request ID is null.
QR0002Quota request ID must be a positive integer.Quota request ID must be a positive integer.
QR0003Quota request status must not be null.Required parameter quota request status is null.
QR0004Quota request does not exist.Quota request not found.
QR0005Quota request must be one of: {0}, but got: {1}.Quota request value is not in the allowed list.
QR0006Quota request is already {0} by user {1}.Quota request has already been processed by another user.
QR0007Reject reason is required and cannot be empty or contain only whitespace.Reject reason is required and cannot be empty.
QR0008The new quota value is too low. The minimum value is: {0}.New quota value is too low, below the minimum.
QR0009The new quota value is too high. The maximum value is: {0}.New quota value is too high, exceeds the maximum.
QR0010The resolution must be one of: {0}, but got: {1}. Please try again.Resolution value is not in the allowed list.
QR0011Quota approval request must not be null.Required parameter quota approval request is null.
QR0012Invalid transition from {0} to {1}. From {0}, the request can transition to {2}.Invalid transition between the two states.
QR0013Invalid transition, status: {0}. Please choose another status.Invalid transition, please choose a different status.
QR0014Complete {0} for quota ID {1} with new value {2}.Completed processing quota request with the new value.
QR0015The Current value is equal to the New value.Current value and new value are equal, no changes made.
QR0016Quota update request {0} has been processed with resulted {1} as {2}. Current quota value of quota ID {3} remains {4}.Notification of quota update request processing result.
QRA001The current value and the new value are both {0}. This request won't cause any changes. Are you sure you want to mark the status as 'Resolved'?Confirmation to mark as resolved when the value is unchanged.
QRA002Quota value will be updated from {0} to {1}. Are you sure you want to approve it?Confirmation to approve the quota value update.
QRA003Quota value will be updated from {0} to {1}. However, since this value exceeds system quota {2} ({3}), the value of system quota will also be set to {1}. Are you sure you want to approve it?Confirmation to approve when the value exceeds system quota.
QRA004Quota value will remain at {0}. Are you sure you want to reject this request?Confirmation to reject the quota request.

Error Code Details

QT0001

Message

Quota exceeded the allowed limit for {0} ({1}).

Description

Exceeded the allowed quota limit.

Root Cause

  • The operation would exceed the configured quota limit.

Resolution

  1. Request a quota increase or reduce usage.

QT0002

Message

No estimation found

Description

No estimation value found.

Root Cause

  • Estimation data is not available for the requested resource.

Resolution

  1. Ensure estimation data is available and try again.

QT0004

Message

Quota value must not be null. Please input a value.

Description

Required parameter quota value is null.

Root Cause

  • The quota value field is null or missing from the request.

Resolution

  1. Provide the required quota value.

QT0005

Message

Quota value must be greater than zero.

Description

Quota value must be greater than zero.

Root Cause

  • The provided quota value is zero or negative.

Resolution

  1. Enter a quota value greater than zero.

QT0006

Message

Quota with id {0} is not found.

Description

Quota not found with the provided ID.

Root Cause

  • The quota ID provided does not match any existing quota.

Resolution

  1. Verify the quota ID and ensure it exists.

QT0007

Message

Quota id must not be null.

Description

Required parameter quota ID is null.

Root Cause

  • The quota ID field is null or missing from the request.

Resolution

  1. Provide the required quota ID.

QT0008

Message

Quota value must be different from current value is {0}. Please input another value.

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

  1. Enter a value different from the current quota value.

QT0009

Message

Quota update request must not be null. Please try again.

Description

Required parameter quota update request is null.

Root Cause

  • The quota update request object is null or missing from the request.

Resolution

  1. Provide a valid quota update request.

QT0010

Message

The new quota value is too low. The minimum value is: {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

  1. Enter a higher quota value above the minimum.

QT0011

Message

The new quota value is too high. The maximum value is: {0}

Description

New quota value is too high, exceeds the maximum allowed.

Root Cause

  • The provided quota value exceeds the maximum allowed value.

Resolution

  1. Enter a lower quota value below the maximum.

QT0012

Message

Quota with ID {0} for project ID {1} does not exist. Please try again.

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

  1. Verify the quota ID and ensure it exists.

QR0001

Message

Quota request ID must not be null.

Description

Required parameter quota request ID is null.

Root Cause

  • The quota request ID field is null or missing from the request.

Resolution

  1. Provide the required quota request ID.

QR0002

Message

Quota request ID must be a positive integer.

Description

Quota request ID must be a positive integer.

Root Cause

  • The provided quota request ID is zero, negative, or not an integer.

Resolution

  1. Provide a positive integer for the quota request ID.

QR0003

Message

Quota request status must not be null.

Description

Required parameter quota request status is null.

Root Cause

  • The quota request status field is null or missing from the request.

Resolution

  1. Provide the required quota request status.

QR0004

Message

Quota request does not exist.

Description

Quota request not found.

Root Cause

  • The quota request ID provided does not match any existing quota request.

Resolution

  1. Verify the quota request ID and ensure it exists.

QR0005

Message

Quota request must be one of: {0}, but got: {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

  1. Use one of the allowed values listed in the error message.

QR0006

Message

Quota request is already {0} by user {1}.

Description

Quota request has already been processed by another user.

Root Cause

  • The quota request was already processed by a different user.

Resolution

  1. The request has already been processed; no further action needed.

QR0007

Message

Reject reason is required and cannot be empty or contain only whitespace.

Description

Reject reason is required and cannot be empty.

Root Cause

  • No reject reason was provided, or the reason contains only whitespace.

Resolution

  1. Provide a non-empty reject reason.

QR0008

Message

The new quota value is too low. The minimum value is: {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

  1. Enter a higher quota value above the minimum.

QR0009

Message

The new quota value is too high. The maximum value is: {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

  1. Enter a lower quota value below the maximum.

QR0010

Message

The resolution must be one of: {0}, but got: {1}. Please try again.

Description

Resolution value is not in the allowed list.

Root Cause

  • The provided resolution value does not match any of the allowed values.

Resolution

  1. Use one of the allowed values listed in the error message.

QR0011

Message

Quota approval request must not be null.

Description

Required parameter quota approval request is null.

Root Cause

  • The quota approval request object is null or missing from the request.

Resolution

  1. Provide a valid quota approval request.

QR0012

Message

Invalid transition from {0} to {1}. From {0}, the request can transition to {2}.

Description

Invalid transition between the two states.

Root Cause

  • The requested status transition is not allowed from the current state.

Resolution

  1. Choose a valid status transition.

QR0013

Message

Invalid transition, status: {0}. Please choose another status.

Description

Invalid transition, please choose a different status.

Root Cause

  • The target status is not a valid transition from the current state.

Resolution

  1. Choose a valid status transition.

QR0014

Message

Complete {0} for quota ID {1} with new value {2}.

Description

Completed processing quota request with the new value.

Root Cause

  • The quota request processing has been completed successfully.

Resolution

  1. No action required (completion notice).

QR0015

Message

The Current value is equal to the New value.

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

  1. Enter a different value or close the request.

QR0016

Message

Quota update request {0} has been processed with resulted {1} as {2}. Current quota value of quota ID {3} remains {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

  1. No action required (processing result).

QRA001

Message

The current value and the new value are both {0}. This request won't cause any changes. Are you sure you want to mark the status as 'Resolved'?

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

  1. Review the information and confirm or cancel the action.

QRA002

Message

Quota value will be updated from {0} to {1}. Are you sure you want to approve it?

Description

Confirmation to approve the quota value update.

Root Cause

  • A quota update request is pending approval.

Resolution

  1. Review the information and confirm or cancel the action.

QRA003

Message

Quota value will be updated from {0} to {1}. However, since this value exceeds system quota {2} ({3}), the value of system quota will also be set to {1}. Are you sure you want to approve it?

Description

Confirmation to approve when the value exceeds system quota.

Root Cause

  • The requested quota value exceeds the system quota limit.

Resolution

  1. Review the information and confirm or cancel the action.

QRA004

Message

Quota value will remain at {0}. Are you sure you want to reject this request?

Description

Confirmation to reject the quota request.

Root Cause

  • A quota request rejection is pending confirmation.

Resolution

  1. Review the information and confirm or cancel the action.