Skip to main content

Invocation Event Messages

Event codes emitted during the invocation lifecycle, covering estimation, registration, preparation, execution, analysis, and finalization phases.


Overview

CodeMessageDescription
IEV001Estimation startingThe system has begun the estimation phase for the invocation.
IEV002Registering estimationThe system is registering the estimation data.
IEV003An error occurred while registering estimationAn error was encountered while attempting to register the estimation.
IEV004Successfully registered estimationThe estimation was successfully registered in the system.
IEV005Preparing estimationThe system is preparing the data and resources required for the estimation.
IEV006An error occurred while preparing estimationAn error was encountered while preparing the estimation.
IEV007Successfully prepared estimationThe estimation was successfully prepared and is ready for execution.
IEV008Executing estimationThe system is actively executing the estimation.
IEV009An error occurred while executing estimationAn error was encountered during estimation execution.
IEV010Successfully executed estimationThe estimation was successfully executed.
IEV011Analyzing estimation resultThe system is analyzing the result produced by the estimation.
IEV012An error occurred while analyzing estimation resultAn error was encountered while analyzing the estimation result.
IEV013Successfully analyzed estimation resultThe estimation result was successfully analyzed.
IEV014An error occurred while estimating invocationAn error occurred during the overall invocation estimation phase.
IEV015Estimation completedThe entire estimation phase has completed successfully.
IEV016Registering invocationThe system is registering the invocation.
IEV017An error occurred while registering invocationAn error was encountered while registering the invocation.
IEV018Successfully registered invocationThe invocation was successfully registered in the system.
IEV019Preparing invocationThe system is preparing the data and resources required for the invocation.
IEV020An error occurred while preparing invocationAn error was encountered while preparing the invocation.
IEV021Successfully prepared invocationThe invocation was successfully prepared and is ready for execution.
IEV022Invoking jobThe system is invoking the job for execution.
IEV023An error occurred while invoking jobAn error was encountered while invoking the job.
IEV024Successfully invoked jobThe job was successfully invoked and is executing.
IEV025Analyzing job resultThe system is analyzing the result returned by the job.
IEV026An error occurred while analyzing jobAn error was encountered while analyzing the job result.
IEV027Successfully analyzed jobThe job result was successfully analyzed.
IEV028Finalizing invocationThe system is finalizing the invocation and persisting the final result.
IEV029An error occurred while finalizing jobAn error was encountered while finalizing the job.
IEV030Job doneThe job has completed and the invocation has been finalized successfully.

Event Code Details

IEV001

Message

Estimation starting

Description

The system has begun the estimation phase for the invocation.

Root Cause

  • The invocation request was received and the estimation process is being initiated.

Resolution

  1. No action required. Wait for subsequent events to confirm progress.

IEV002

Message

Registering estimation

Description

The system is registering the estimation data.

Root Cause

  • The estimation data is being persisted to the system.

Resolution

  1. No action required. Wait for IEV003 (error) or IEV004 (success) to confirm the result.

IEV003

Message

An error occurred while registering estimation

Description

An error was encountered while attempting to register the estimation.

Root Cause

  • A system or database error occurred during estimation registration.
  • Invalid or incomplete estimation data was provided.

Resolution

  1. Check the invocation parameters and ensure all required fields are valid.
  2. Retry the invocation. If the issue persists, contact support.

IEV004

Message

Successfully registered estimation

Description

The estimation was successfully registered in the system.

Root Cause

  • The estimation data was valid and persisted without error.

Resolution

  1. No action required.

IEV005

Message

Preparing estimation

Description

The system is preparing the data and resources required for the estimation.

Root Cause

  • Estimation inputs are being validated and prepared for execution.

Resolution

  1. No action required. Wait for IEV006 (error) or IEV007 (success) to confirm the result.

IEV006

Message

An error occurred while preparing estimation

Description

An error was encountered while preparing the estimation.

Root Cause

  • Required resources or data for the estimation could not be retrieved.
  • An upstream dependency returned an error.

Resolution

  1. Review the invocation configuration and ensure all dependencies are available.
  2. Retry the invocation. If the issue persists, contact support.

IEV007

Message

Successfully prepared estimation

Description

The estimation was successfully prepared and is ready for execution.

Root Cause

  • All required resources and data were available and validated.

Resolution

  1. No action required.

IEV008

Message

Executing estimation

Description

The system is actively executing the estimation.

Root Cause

  • The estimation process has started and is running.

Resolution

  1. No action required. Wait for IEV009 (error) or IEV010 (success) to confirm the result.

IEV009

Message

An error occurred while executing estimation

Description

An error was encountered during estimation execution.

Root Cause

  • The estimation computation failed due to an internal error.
  • An unexpected exception occurred during estimation processing.

Resolution

  1. Retry the invocation.
  2. If the issue persists, review the function code and contact support.

IEV010

Message

Successfully executed estimation

Description

The estimation was successfully executed.

Root Cause

  • The estimation computation completed without errors.

Resolution

  1. No action required.

IEV011

Message

Analyzing estimation result

Description

The system is analyzing the result produced by the estimation.

Root Cause

  • The estimation output is being validated and processed.

Resolution

  1. No action required. Wait for IEV012 (error) or IEV013 (success) to confirm the result.

IEV012

Message

An error occurred while analyzing estimation result

Description

An error was encountered while analyzing the estimation result.

Root Cause

  • The estimation output was in an unexpected format.
  • A system error occurred during result analysis.

Resolution

  1. Review the function output format to ensure it matches the expected schema.
  2. Retry the invocation. If the issue persists, contact support.

IEV013

Message

Successfully analyzed estimation result

Description

The estimation result was successfully analyzed.

Root Cause

  • The estimation output was valid and successfully processed.

Resolution

  1. No action required.

IEV014

Message

An error occurred while estimating invocation

Description

An error occurred during the overall invocation estimation phase.

Root Cause

  • One or more estimation sub-steps failed.
  • An unrecoverable error was encountered during estimation.

Resolution

  1. Review earlier error events (IEV003, IEV006, IEV009, IEV012) for more detail.
  2. Retry the invocation. If the issue persists, contact support.

IEV015

Message

Estimation completed

Description

The entire estimation phase has completed successfully.

Root Cause

  • All estimation sub-steps completed without errors.

Resolution

  1. No action required.

IEV016

Message

Registering invocation

Description

The system is registering the invocation.

Root Cause

  • The invocation data is being persisted to the system.

Resolution

  1. No action required. Wait for IEV017 (error) or IEV018 (success) to confirm the result.

IEV017

Message

An error occurred while registering invocation

Description

An error was encountered while registering the invocation.

Root Cause

  • A system or database error occurred during invocation registration.
  • Invalid or incomplete invocation data was provided.

Resolution

  1. Check the invocation parameters and ensure all required fields are valid.
  2. Retry the invocation. If the issue persists, contact support.

IEV018

Message

Successfully registered invocation

Description

The invocation was successfully registered in the system.

Root Cause

  • The invocation data was valid and persisted without error.

Resolution

  1. No action required.

IEV019

Message

Preparing invocation

Description

The system is preparing the data and resources required for the invocation.

Root Cause

  • Invocation inputs and dependencies are being gathered and validated.

Resolution

  1. No action required. Wait for IEV020 (error) or IEV021 (success) to confirm the result.

IEV020

Message

An error occurred while preparing invocation

Description

An error was encountered while preparing the invocation.

Root Cause

  • Required resources or data for the invocation could not be retrieved.
  • An upstream dependency returned an error.

Resolution

  1. Review the invocation configuration and ensure all dependencies are available.
  2. Retry the invocation. If the issue persists, contact support.

IEV021

Message

Successfully prepared invocation

Description

The invocation was successfully prepared and is ready for execution.

Root Cause

  • All required resources and data were available and validated.

Resolution

  1. No action required.

IEV022

Message

Invoking job

Description

The system is invoking the job for execution.

Root Cause

  • The job execution has been dispatched and is running.

Resolution

  1. No action required. Wait for IEV023 (error) or IEV024 (success) to confirm the result.

IEV023

Message

An error occurred while invoking job

Description

An error was encountered while invoking the job.

Root Cause

  • The job execution environment was unavailable.
  • An unexpected exception occurred during job dispatch.

Resolution

  1. Retry the invocation.
  2. If the issue persists, review the function code and contact support.

IEV024

Message

Successfully invoked job

Description

The job was successfully invoked and is executing.

Root Cause

  • The job dispatch completed without errors.

Resolution

  1. No action required.

IEV025

Message

Analyzing job result

Description

The system is analyzing the result returned by the job.

Root Cause

  • The job output is being validated and processed.

Resolution

  1. No action required. Wait for IEV026 (error) or IEV027 (success) to confirm the result.

IEV026

Message

An error occurred while analyzing job

Description

An error was encountered while analyzing the job result.

Root Cause

  • The job output was in an unexpected format.
  • A system error occurred during result analysis.

Resolution

  1. Review the function output format to ensure it matches the expected schema.
  2. Retry the invocation. If the issue persists, contact support.

IEV027

Message

Successfully analyzed job

Description

The job result was successfully analyzed.

Root Cause

  • The job output was valid and successfully processed.

Resolution

  1. No action required.

IEV028

Message

Finalizing invocation

Description

The system is finalizing the invocation and persisting the final result.

Root Cause

  • The invocation result is being saved and the execution record is being closed.

Resolution

  1. No action required. Wait for IEV029 (error) or IEV030 (success) to confirm the result.

IEV029

Message

An error occurred while finalizing job

Description

An error was encountered while finalizing the job.

Root Cause

  • A system or database error occurred while saving the final result.
  • The job execution record could not be closed.

Resolution

  1. Check the system logs for more detail.
  2. Retry the invocation. If the issue persists, contact support.

IEV030

Message

Job done

Description

The job has completed and the invocation has been finalized successfully.

Root Cause

  • All invocation phases completed without errors and the result has been persisted.

Resolution

  1. No action required.