We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87636f5 commit 2d04cf8Copy full SHA for 2d04cf8
src/get-ca-config.ts
@@ -63,8 +63,10 @@ export const getCodeArtifactConfig = async (
63
if (e instanceof AggregateError) throw e;
64
65
if (isAWSError(e)) {
66
+ console.error(e);
67
errors.push(getError('EAWSSDK', { message: e.message, name: e.name }));
68
} else {
69
70
errors.push(
71
getError('EAWSSDK', {
72
name: 'UnknownException',
0 commit comments