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
internalstaticstringUnexpectedMsalException="Unexpected exception returned from MSAL.";
26
+
internalconststringNoResponseForUpload="No Response Received for upload.";
79
27
80
-
internalstaticstringUnexpectedException="Unexpected exception occured while authenticating the request.";
28
+
internalconststringMissingRetryAfterHeader="Missing retry after header.";
81
29
82
-
internalstaticstringMissingRetryAfterHeader="Missing retry after header.";
30
+
internalconststringPageIteratorRequestError="Error occured when making a request with the page iterator. See inner exception for more details.";
83
31
84
-
internalstaticstringPageIteratorRequestError="Error occured when making a request with the page iterator. See inner exception for more details.";
32
+
internalconststringBatchRequestError="Error occured when making the batch request. See inner exception for more details.";
85
33
86
-
publicstaticstringInvalidProxyArgument="Proxy cannot be set more once. Proxy can only be set on the proxy or defaultHttpHandler argument and not both.";
34
+
internalconststringInvalidProxyArgument="Proxy cannot be set more once. Proxy can only be set on the proxy or defaultHttpHandler argument and not both.";
0 commit comments