Invocation Related Messages
Error codes related to invocation lifecycle operations, including quota estimation, request validation, and processor selection.
Overview
| Code | Message | Description |
|---|---|---|
IVK001 | Physical machine invocations are forbidden | Invocations on physical machines are not permitted; only virtual devices are supported. |
IVK002 | Unable to estimate quota. {0} | The system could not estimate the quota required for the invocation. |
IVK004 | Invocation request must not be null. | The invocation request object is null. |
IVK005 | Invalid processor id {0}, must be default (null) or {1} | The provided processor ID is invalid; it must be either the default (null) or one of the allowed values. |
Error Code Details
IVK001
Message
Physical machine invocations are forbidden
Description
Invocations on physical machines are not permitted; only virtual devices are supported.
Root Cause
- The invocation request targeted a physical machine instead of a virtual device.
Resolution
- Use a supported virtual device for invocations.
IVK002
Message
Unable to estimate quota. {0}
Description
The system could not estimate the quota required for the invocation.
Root Cause
- Insufficient quota is available for the requested invocation.
- The quota estimation service encountered an error.
Resolution
- Request a quota increase or reduce the number of shots.
- If the issue persists, contact support.
IVK004
Message
Invocation request must not be null.
Description
The invocation request object is null.
Root Cause
- The invocation request body was not included in the API call.
Resolution
- Provide a valid invocation request body.
IVK005
Message
Invalid processor id {0}, must be default (null) or {1}
Description
The provided processor ID is invalid; it must be either the default (null) or one of the allowed values.
Root Cause
- A processor ID that is not in the list of allowed processors was provided.
Resolution
- Use the default processor (null) or one of the allowed processor IDs:
{1}.