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
internalstaticstringUnexpectedException="Unexpected exception occured while authenticating the request.";
26
+
internalconststringNoResponseForUpload="No Response Received for upload.";
81
27
82
-
internalstaticstringMissingRetryAfterHeader="Missing retry after header.";
28
+
internalconststringMissingRetryAfterHeader="Missing retry after header.";
83
29
84
-
internalstaticstringPageIteratorRequestError="Error occured when making a request with the page iterator. See inner exception for more details.";
30
+
internalconststringPageIteratorRequestError="Error occured when making a request with the page iterator. See inner exception for more details.";
85
31
86
-
internalstaticstringBatchRequestError="Error occured when making the batch request. See inner exception for more details.";
32
+
internalconststringBatchRequestError="Error occured when making the batch request. See inner exception for more details.";
87
33
88
-
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