Provider Related Messages
Error codes related to provider operations, including provider lookup and status validation.
Overview
| Code | Message | Description |
|---|---|---|
PVD001 | Provider does not exist | No provider was found with the provided ID. |
PVD002 | Provider is not active | The provider exists but is not in an active status. |
PVD003 | The 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
- 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
- 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
providerIdfield was not included in the request.
Resolution
- Provide a valid provider ID in the request.