メインコンテンツまでスキップ

Processor, Request, Deployment Step & Misc Messages

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


Overview

CodeMessageDescription
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

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

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

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

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