diff --git a/connectors/src/connectors/google_drive/temporal/cast_known_errors.ts b/connectors/src/connectors/google_drive/temporal/cast_known_errors.ts index e0120a471dbb..ec0ef73b5a51 100644 --- a/connectors/src/connectors/google_drive/temporal/cast_known_errors.ts +++ b/connectors/src/connectors/google_drive/temporal/cast_known_errors.ts @@ -20,6 +20,7 @@ export class GoogleDriveCastKnownErrorsInterceptor __is_dust_error: true, message: "Google Drive Internal Error", type: "google_drive_internal_error", + error: err, }; }