Skip to main content

Invocation Related Messages

Error codes related to invocation lifecycle operations, including quota estimation, request validation, and processor selection.


Overview

CodeMessageDescription
IVK001Physical machine invocations are forbiddenInvocations on physical machines are not permitted; only virtual devices are supported.
IVK002Unable to estimate quota. {0}The system could not estimate the quota required for the invocation.
IVK004Invocation request must not be null.The invocation request object is null.
IVK005Invalid 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

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

  1. Request a quota increase or reduce the number of shots.
  2. 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

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

  1. Use the default processor (null) or one of the allowed processor IDs: {1}.