ballerina-platform / ballerina-library

The Ballerina Library
https://ballerina.io/learn/api-docs/ballerina/
Apache License 2.0
136 stars 64 forks source link

Improve Error Message for Client Initialization in Salesforce connector #7396

Open RDPerera opened 18 hours ago

RDPerera commented 18 hours ago

Current Limitation

The client initialization with the password grant type works fine locally. However, when deploying it in Choreo with the same configuration, the following error is encountered:

Invalid values provided for client configuration parameters.

This error is shown regardless of the actual reason for the failure, which can be misleading.

(This issue is solved for 2201.8.x but need to be fixed for 2201.9/10.x)

Suggested Improvement

Change the error message in here and other modules into a meaning full error message.

Version

No response