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
constmessage=`${details.resource}has reached its quota (${details.current}/${details.quota})`
38
+
constmessage=`Quotas reached: You have reached the maximum number of ${details.resource} authorized by your Organization. Access the quotas page from your Organization dashboard to manage quotas.`
39
39
40
40
returndetails.scope
41
41
? `${message} for ${details.scope.kind} '${details.scope.id}'`
0 commit comments