oci-typescript-sdk icon indicating copy to clipboard operation
oci-typescript-sdk copied to clipboard

calling toLowerCase on a number throws an exception

Open mmacmillan opened this issue 1 year ago • 2 comments

serviceCode is being parsed as a number and throwing the exception 'toLowerCase is not a function'; this exception hides the original exception being handled. coercing to a string and calling toLowerCase to handle null, numeric, and blank case

mmacmillan avatar Nov 28 '23 00:11 mmacmillan

Thank you for your pull request and welcome to our community! To contribute, please sign the Oracle Contributor Agreement (OCA). The following contributors of this PR have not signed the OCA:

To sign the OCA, please create an Oracle account and sign the OCA in Oracle's Contributor Agreement Application.

When signing the OCA, please provide your GitHub username. After signing the OCA and getting an OCA approval from Oracle, this PR will be automatically updated.

If you are an Oracle employee, please make sure that you are a member of the main Oracle GitHub organization, and your membership in this organization is public.

@KalpanaRamasamy90 Can you take a look at the PR ?

jyotisaini avatar Jan 12 '24 00:01 jyotisaini