diff --git a/lib/common/lib/error.ts b/lib/common/lib/error.ts index 1df20e3842..a0a01bd230 100644 --- a/lib/common/lib/error.ts +++ b/lib/common/lib/error.ts @@ -24,7 +24,7 @@ export class OciError extends Error { ) { super(message); - const apiErrorsInfo = `See ${TROUBLESHOOT_LINK}#apierrors_${statusCode}__${statusCode}_${serviceCode.toLowerCase()} for more information about resolving this error`; + const apiErrorsInfo = `See ${TROUBLESHOOT_LINK}#apierrors_${statusCode}__${statusCode}_${(serviceCode+'').toLowerCase()} for more information about resolving this error`; const contactInfo = `If you are unable to resolve this ${targetService} issue, please contact Oracle support and provide them this full error message.`; if (apiReferenceLink) {