Skip to main content

Job Related Messages

Error codes related to job operations, including job lookup and deletion status.


Overview

CodeMessageDescription
JB0001Job 0 does not existNo job was found with the provided ID.
JB0002Job 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

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

  1. The job has been permanently deleted and cannot be recovered.
  2. Create a new job if needed.