Invocation Event Messages
Event codes emitted during the invocation lifecycle, covering estimation, registration, preparation, execution, analysis, and finalization phases.
Overview
| Code | Message | Description |
|---|---|---|
IEV001 | Estimation starting | The system has begun the estimation phase for the invocation. |
IEV002 | Registering estimation | The system is registering the estimation data. |
IEV003 | An error occurred while registering estimation | An error was encountered while attempting to register the estimation. |
IEV004 | Successfully registered estimation | The estimation was successfully registered in the system. |
IEV005 | Preparing estimation | The system is preparing the data and resources required for the estimation. |
IEV006 | An error occurred while preparing estimation | An error was encountered while preparing the estimation. |
IEV007 | Successfully prepared estimation | The estimation was successfully prepared and is ready for execution. |
IEV008 | Executing estimation | The system is actively executing the estimation. |
IEV009 | An error occurred while executing estimation | An error was encountered during estimation execution. |
IEV010 | Successfully executed estimation | The estimation was successfully executed. |
IEV011 | Analyzing estimation result | The system is analyzing the result produced by the estimation. |
IEV012 | An error occurred while analyzing estimation result | An error was encountered while analyzing the estimation result. |
IEV013 | Successfully analyzed estimation result | The estimation result was successfully analyzed. |
IEV014 | An error occurred while estimating invocation | An error occurred during the overall invocation estimation phase. |
IEV015 | Estimation completed | The entire estimation phase has completed successfully. |
IEV016 | Registering invocation | The system is registering the invocation. |
IEV017 | An error occurred while registering invocation | An error was encountered while registering the invocation. |
IEV018 | Successfully registered invocation | The invocation was successfully registered in the system. |
IEV019 | Preparing invocation | The system is preparing the data and resources required for the invocation. |
IEV020 | An error occurred while preparing invocation | An error was encountered while preparing the invocation. |
IEV021 | Successfully prepared invocation | The invocation was successfully prepared and is ready for execution. |
IEV022 | Invoking job | The system is invoking the job for execution. |
IEV023 | An error occurred while invoking job | An error was encountered while invoking the job. |
IEV024 | Successfully invoked job | The job was successfully invoked and is executing. |
IEV025 | Analyzing job result | The system is analyzing the result returned by the job. |
IEV026 | An error occurred while analyzing job | An error was encountered while analyzing the job result. |
IEV027 | Successfully analyzed job | The job result was successfully analyzed. |
IEV028 | Finalizing invocation | The system is finalizing the invocation and persisting the final result. |
IEV029 | An error occurred while finalizing job | An error was encountered while finalizing the job. |
IEV030 | Job done | The 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
- 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
- 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
- Check the invocation parameters and ensure all required fields are valid.
- 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
- 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
- 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
- Review the invocation configuration and ensure all dependencies are available.
- 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
- 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
- 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
- Retry the invocation.
- 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
- 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
- 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
- Review the function output format to ensure it matches the expected schema.
- 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
- 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
- Review earlier error events (IEV003, IEV006, IEV009, IEV012) for more detail.
- 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
- 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
- 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
- Check the invocation parameters and ensure all required fields are valid.
- 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
- 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
- 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
- Review the invocation configuration and ensure all dependencies are available.
- 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
- 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
- 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
- Retry the invocation.
- 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
- 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
- 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
- Review the function output format to ensure it matches the expected schema.
- 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
- 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
- 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
- Check the system logs for more detail.
- 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
- No action required.