Skip to main content

Fixed Rate Related Messages

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


Overview

CodeMessageDescription
FRM001The fixed rate provided is invalid. Please check the value and try again.Invalid fixed rate value
FRM002The fixed rate must be a positive value. Please enter a valid positive fixed rate.Fixed rate must be a positive value
FRM003The requested fixed rate with the ID '{0}' does not exist. Please verify the fixed rate ID and try again.Fixed rate not found with the provided ID
FRM004Fixed rate ID is required. Please provide a valid fixed rate ID.Required parameter fixed rate ID is missing
FRM005At least one fixed rate update request is required for the plan with ID '{0}'.At least one fixed rate update request is required for the plan
FRM006The fixed rate update request for the provider with ID '{0}' is invalid. Details: {1}. Please check the provider ID and the fixed rate value.Fixed rate update request for the provider is invalid
FRM007At least one fixed rate update request is required for the provider with ID '{0}'.At least one fixed rate update request is required for the provider
FRM008The fixed rate update request for the plan with ID '{0}' is invalid. Details: {1}. Please check the plan ID and the fixed rate value.Fixed rate update request for the plan is invalid
FRM009A fixed rate for plan with ID '{0}' and provider with ID '{1}' already exists. Please choose a different plan or provider.Fixed rate for the plan and provider already exists, violates unique constraint
FRM010The fixed rate create request is required. Please provide the necessary details to create a fixed rate.Required parameter fixed rate create request is missing

Error Code Details

FRM001

Message

The fixed rate provided is invalid. Please check the value and try again.

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

The fixed rate must be a positive value. Please enter a valid positive fixed rate.

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

The requested fixed rate with the ID '{0}' does not exist. Please verify the fixed rate ID and try again.

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

Fixed rate ID is required. Please provide a valid fixed rate 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

At least one fixed rate update request is required for the plan with ID '{0}'.

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

The fixed rate update request for the provider with ID '{0}' is invalid. Details: {1}. Please check the provider ID and the fixed rate value.

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

At least one fixed rate update request is required for the provider with ID '{0}'.

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

The fixed rate update request for the plan with ID '{0}' is invalid. Details: {1}. Please check the plan ID and the fixed rate value.

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

A fixed rate for plan with ID '{0}' and provider with ID '{1}' already exists. Please choose a different plan or provider.

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

The fixed rate create request is required. Please provide the necessary details to create a fixed rate.

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.