Skip to main content

Provider Related Messages

Error codes related to provider operations, including provider lookup and status validation.


Overview

CodeMessageDescription
PVD001Provider does not existNo provider was found with the provided ID.
PVD002Provider is not activeThe provider exists but is not in an active status.
PVD003The provider ID cannot be null. Please provide a valid provider ID.The provider ID is required but was not provided.

Error Code Details

PVD001

Message

Provider does not exist

Description

No provider was found with the provided ID.

Root Cause

  • The provider ID does not match any registered provider.

Resolution

  1. Verify the provider ID and ensure it exists in the system.

PVD002

Message

Provider is not active

Description

The provider exists but is not in an active status.

Root Cause

  • The provider has been deactivated or is pending activation.

Resolution

  1. Contact the admin to activate the provider.

PVD003

Message

The provider ID cannot be null. Please provide a valid provider ID.

Description

The provider ID is required but was not provided.

Root Cause

  • The providerId field was not included in the request.

Resolution

  1. Provide a valid provider ID in the request.