We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cause
AwsWrapperError
1 parent d89025b commit 132fd5dCopy full SHA for 132fd5d
1 file changed
common/lib/utils/client_utils.ts
@@ -43,7 +43,7 @@ export class ClientUtils {
43
if (error instanceof InternalQueryTimeoutError) {
44
throw error;
45
}
46
- throw new AwsWrapperError(error);
+ throw new AwsWrapperError(error.message, error);
47
})
48
.finally(() => {
49
clearTimeout(timer.timeoutId);
0 commit comments