Job Related Messages
Error codes related to job operations, including job lookup and deletion status.
Overview
| Code | Message | Description |
|---|---|---|
JB0001 | Job 0 does not exist | No job was found with the provided ID. |
JB0002 | Job 0 has been deleted by 1. | The specified job has been deleted by another user. |
Error Code Details
JB0001
Message
Job {0} does not exist
Description
No job was found with the provided ID.
Root Cause
- The job ID
{0}does not match any existing job.
Resolution
- Verify the job ID and ensure it exists in the system.
JB0002
Message
Job {0} has been deleted by {1}.
Description
The specified job has been deleted by another user.
Root Cause
- User
{1}deleted the job{0}before this request was made.
Resolution
- The job has been permanently deleted and cannot be recovered.
- Create a new job if needed.