Skip to main content

Processor, Request, Deployment Step & Misc Messages

Error codes related to processor, request handling, deployment step, and miscellaneous operations.


Overview

CodeMessageDescription
PCR001Processor {0} does not existProcessor not found with the provided ID.
RQ0001"Invalid input, Please try again!"Invalid input data.
RQ0002No current HTTP request was found.No current HTTP request was found.
DPS001Deploy step not foundDeploy step not found.

Error Code Details

PCR001

Message

Processor {0} does not exist

Description

Processor not found with the provided ID.

Root Cause

  • The processor ID provided does not match any existing processor.

Resolution

  1. Verify the processor ID and ensure it exists.

RQ0001

Message

"Invalid input, Please try again!"

Description

Invalid input data.

Root Cause

  • The request contains invalid or malformed input data.

Resolution

  1. Check the input data and try again.

RQ0002

Message

No current HTTP request was found.

Description

No current HTTP request was found.

Root Cause

  • The operation was attempted outside of a valid HTTP request context.

Resolution

  1. Ensure the request is made within a valid HTTP context.

DPS001

Message

Deploy step not found

Description

Deploy step not found.

Root Cause

  • The deploy step ID provided does not match any existing deploy step.

Resolution

  1. Verify the deploy step ID and ensure it exists.