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

Fixed Rate Related Messages

Error codes related to fixed rate creation, update, and management.


Overview

CodeMessageDescription
FRM001提供された固定レートは無効です。値を確認して再試行してください。Invalid fixed rate value
FRM002固定レートは正の値でなければなりません。有効な正の固定レートを入力してください。Fixed rate must be a positive value
FRM003要求された固定レートID「{0}」は存在しません。固定レートIDを確認して再試行してください。Fixed rate not found with the provided ID
FRM004固定レートIDは必須です。有効な固定レートIDを提供してください。Required parameter fixed rate ID is missing
FRM005ID「{0}」のプランには少なくとも1つの固定レート更新リクエストが必要です。At least one fixed rate update request is required for the plan
FRM006ID「{0}」のプロバイダーに対する固定レート更新リクエストは無効です。詳細: {1}。プロバイダーIDと固定レートの値を確認してください。Fixed rate update request for the provider is invalid
FRM007ID「{0}」のプロバイダーには少なくとも1つの固定レート更新リクエストが必要です。At least one fixed rate update request is required for the provider
FRM008ID「{0}」のプランに対する固定レート更新リクエストは無効です。詳細: {1}。プランIDと固定レートの値を確認してください。Fixed rate update request for the plan is invalid
FRM009プランID '{0}' とプロバイダーID '{1}' の固定レートは既に存在します。別のプランまたはプロバイダーを選択してください。Fixed rate for the plan and provider already exists, violates unique constraint
FRM010固定レート作成リクエストが必要です。固定レートを作成するために必要な詳細を提供してください。Required parameter fixed rate create request is missing

Error Code Details

FRM001

Message

提供された固定レートは無効です。値を確認して再試行してください。

Description

The fixed rate value submitted is not valid and cannot be accepted by the system.

Root Cause

  • The fixed rate value is not a valid number.
  • The value does not conform to expected format or constraints.

Resolution

  1. Check the fixed rate value for correctness.
  2. Ensure the value is a valid number and retry.

FRM002

Message

固定レートは正の値でなければなりません。有効な正の固定レートを入力してください。

Description

The fixed rate value provided is zero or negative, which is not permitted. Fixed rates must be greater than zero.

Root Cause

  • A zero or negative number was submitted as the fixed rate value.

Resolution

  1. Enter a positive fixed rate value (greater than zero).
  2. Resubmit the request with the corrected value.

FRM003

Message

要求された固定レートID「{0}」は存在しません。固定レートIDを確認して再試行してください。

Description

The fixed rate identified by the specified ID could not be found in the system.

Root Cause

  • The fixed rate ID is incorrect or does not correspond to an existing fixed rate.
  • The fixed rate was deleted before this request was made.

Resolution

  1. Verify the fixed rate ID is correct and corresponds to an existing record.
  2. List available fixed rates to confirm the correct ID.

FRM004

Message

固定レートIDは必須です。有効な固定レートIDを提供してください。

Description

The fixed rate ID parameter was not provided. A valid fixed rate ID is required for this operation.

Root Cause

  • The fixed rate ID was not included in the request.
  • The fixed rate ID field is empty or missing.

Resolution

  1. Provide a valid fixed rate ID in the request.
  2. Ensure the fixed rate ID field is populated before submitting.

FRM005

Message

ID「{0}」のプランには少なくとも1つの固定レート更新リクエストが必要です。

Description

The update operation for the specified plan requires at least one fixed rate update entry, but none were provided.

Root Cause

  • The fixed rate update request list for the plan is empty.

Resolution

  1. Provide at least one fixed rate update request for the plan.
  2. Ensure the update request list is not empty before submitting.

FRM006

Message

ID「{0}」のプロバイダーに対する固定レート更新リクエストは無効です。詳細: {1}。プロバイダーIDと固定レートの値を確認してください。

Description

The fixed rate update request for the specified provider contains invalid data.

Root Cause

  • The provider ID does not correspond to an existing provider.
  • The fixed rate value in the update request is invalid.

Resolution

  1. Verify the provider ID is correct and exists in the system.
  2. Check the fixed rate value and ensure it meets validation requirements.

FRM007

Message

ID「{0}」のプロバイダーには少なくとも1つの固定レート更新リクエストが必要です。

Description

The update operation for the specified provider requires at least one fixed rate update entry, but none were provided.

Root Cause

  • The fixed rate update request list for the provider is empty.

Resolution

  1. Provide at least one fixed rate update request for the provider.
  2. Ensure the update request list is not empty before submitting.

FRM008

Message

ID「{0}」のプランに対する固定レート更新リクエストは無効です。詳細: {1}。プランIDと固定レートの値を確認してください。

Description

The fixed rate update request for the specified plan contains invalid data.

Root Cause

  • The plan ID does not correspond to an existing plan.
  • The fixed rate value in the update request is invalid.

Resolution

  1. Verify the plan ID is correct and exists in the system.
  2. Check the fixed rate value and ensure it meets validation requirements.

FRM009

Message

プランID '{0}' とプロバイダーID '{1}' の固定レートは既に存在します。別のプランまたはプロバイダーを選択してください。

Description

A fixed rate record already exists for the combination of the specified plan and provider, violating the unique constraint.

Root Cause

  • A fixed rate for this plan and provider combination has already been created.

Resolution

  1. Use a different plan or provider combination.
  2. Update the existing fixed rate instead of creating a new one.

FRM010

Message

固定レート作成リクエストが必要です。固定レートを作成するために必要な詳細を提供してください。

Description

The fixed rate creation request was submitted without the required data. The create request object must not be null or missing.

Root Cause

  • The fixed rate create request object was not included in the request body.
  • The request body is empty or null.

Resolution

  1. Provide the required fixed rate creation details in the request body.
  2. Ensure all mandatory fields are populated before submitting.