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
{{ message }}
This repository was archived by the owner on Jul 19, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: microsoft-azure-storage/src/com/microsoft/azure/storage/core/SR.java
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -90,6 +90,7 @@ public class SR {
90
90
publicstaticfinalStringINVALID_CONNECTION_STRING_DEV_STORE_NOT_TRUE = "Invalid connection string, the UseDevelopmentStorage key must always be paired with 'true'. Remove the flag entirely otherwise.";
91
91
publicstaticfinalStringINVALID_CONTENT_LENGTH = "ContentLength must be set to -1 or positive Long value.";
92
92
publicstaticfinalStringINVALID_CONTENT_TYPE = "An incorrect Content-Type was returned from the server.";
93
+
publicstaticfinalStringINVALID_COPY_MD5_OPERATION = "MD5 can only be specified with a synchronous copy operation.";
93
94
publicstaticfinalStringINVALID_CORS_RULE = "A CORS rule must contain at least one allowed origin and allowed method, and MaxAgeInSeconds cannot have a value less than zero.";
94
95
publicstaticfinalStringINVALID_DATE_STRING = "Invalid Date String: %s.";
95
96
publicstaticfinalStringINVALID_EDMTYPE_VALUE = "Invalid value '%s' for EdmType.";
0 commit comments