You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
consterror=(0,action_response_1.errorWith)(http_errors_1.HTTP_ERROR.bad_request,`${LOG_PREFIX} Selected bucket "${selectedBucket}" is not in the list of authorized buckets.`);
59
+
response.success=false;
60
+
response.error=error;
61
+
response.message=error.message;
62
+
returnresponse;
63
+
}
47
64
consterror=(0,action_response_1.errorWith)(http_errors_1.HTTP_ERROR.bad_request,`${LOG_PREFIX} needs a GCS bucket specified.`);
48
65
response.success=false;
49
66
response.error=error;
@@ -118,16 +135,26 @@ class GoogleCloudStorageAction extends Hub.Action {
118
135
winston.error(`${LOG_PREFIX} No buckets in account`,{webhookId: request.webhookId});
0 commit comments