Invocation Related Messages
Error codes related to invocation lifecycle operations, including quota estimation, request validation, and processor selection.
Overview
| Code | Message | Description |
|---|---|---|
IVK001 | 物理ハードウェアの呼び出しは禁止されています。 | Invocations on physical machines are not permitted; only virtual devices are supported. |
IVK002 | 割り当てを見積もることができません {0}。 | The system could not estimate the quota required for the invocation. |
IVK004 | 呼び出しリクエストは null であってはなりません。 | The invocation request object is null. |
IVK005 | プロセッサID {0} は無効です。使用できるのはデフォルト(null)または {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
物理ハードウェアの呼び出しは禁止されています。
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
割り当てを見積もることができません {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
呼び出しリクエストは 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
プロセッサID {0} は無効です。使用できるのはデフォルト(null)または {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}.