Fixed Rate Related Messages
Error codes related to fixed rate creation, update, and management.
Overview
| Code | Message | Description |
|---|---|---|
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 |
FRM005 | ID「{0}」のプランには少なくとも1つの固定レート更新リクエストが必要です。 | At least one fixed rate update request is required for the plan |
FRM006 | ID「{0}」のプロバイダーに対する固定レート更新リクエストは無効です。詳細: {1}。プロバイダーIDと固定レートの値を確認してください。 | Fixed rate update request for the provider is invalid |
FRM007 | ID「{0}」のプロバイダーには少なくとも1つの固定レート更新リクエストが必要です。 | At least one fixed rate update request is required for the provider |
FRM008 | ID「{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
- Check the fixed rate value for correctness.
- 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
- Enter a positive fixed rate value (greater than zero).
- 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
- Verify the fixed rate ID is correct and corresponds to an existing record.
- 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
- Provide a valid fixed rate ID in the request.
- 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
- Provide at least one fixed rate update request for the plan.
- 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
- Verify the provider ID is correct and exists in the system.
- 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
- Provide at least one fixed rate update request for the provider.
- 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
- Verify the plan ID is correct and exists in the system.
- 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
- Use a different plan or provider combination.
- 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
- Provide the required fixed rate creation details in the request body.
- Ensure all mandatory fields are populated before submitting.