Processor, Request, Deployment Step & Misc Messages
Error codes related to processor, request handling, deployment step, and miscellaneous operations.
Overview
| Code | Message | Description |
|---|---|---|
PCR001 | Processor {0} does not exist | Processor not found with the provided ID. |
RQ0001 | "Invalid input, Please try again!" | Invalid input data. |
RQ0002 | No current HTTP request was found. | No current HTTP request was found. |
DPS001 | Deploy step not found | Deploy 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
- 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
- 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
- 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
- Verify the deploy step ID and ensure it exists.