Processor, Request, Deployment Step & Misc Messages
Error codes related to processor, request handling, deployment step, and miscellaneous operations.
Overview
| Code | Message | Description |
|---|---|---|
PCR001 | プロセッサ {0} は存在しません。 | Processor not found with the provided ID. |
RQ0001 | 無効な入力です。適切に入力後、再度実行下さい。 | Invalid input data. |
RQ0002 | 現在の HTTP リクエストが見つかりません。 | No current HTTP request was found. |
DPS001 | デプロイステップが見つかりません。 | Deploy step not found. |
Error Code Details
PCR001
Message
プロセッサ {0} は存在しません。
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
無効な入力です。適切に入力後、再度実行下さい。
Description
Invalid input data.
Root Cause
- The request contains invalid or malformed input data.
Resolution
- Check the input data and try again.
RQ0002
Message
現在の HTTP リクエストが見つかりません。
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
デプロイステップが見つかりません。
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.