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
Copy file name to clipboardExpand all lines: common/src/main/java/com/skyflow/errors/ErrorMessage.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -90,13 +90,13 @@ public enum ErrorMessage {
90
90
InsufficientTokensPassedForTokenModeEnableStrict("%s0 Validation error. 'tokenMode' is set to 'ENABLE_STRICT', but some fields are missing tokens. Specify tokens for all fields."),
91
91
BatchInsertPartialSuccess("%s0 Insert operation completed with partial success."),
EmptyDetokenizeData("%s0 Validation error. Invalid data tokens. Specify at least one data token."),
98
98
EmptyTokenInDetokenizeData("%s0 Validation error. Invalid data tokens. Specify a valid data token."),
99
-
TokensSizeExceedError("%s0 Maximum number of tokens exceeded. The limit is 10000."),
99
+
TokensSizeExceedError("%s0 Maximum number of tokens exceeded. The limit is 100000."),
100
100
101
101
// Delete
102
102
DeleteRequestNull("%s0 Validation error. DeleteRequest object is null. Specify a valid DeleteRequest object."),
@@ -105,7 +105,7 @@ public enum ErrorMessage {
105
105
DeleteTokensRequestNull("%s0 Validation error. DeleteTokensRequest object is null. Specify a valid DeleteTokensRequest object."),
106
106
EmptyDeleteTokensData("%s0 Validation error. Tokens list is empty. Specify at least one token to delete."),
107
107
EmptyTokenInDeleteTokensData("%s0 Validation error. Invalid token in delete tokens request. Specify a valid token."),
108
-
DeleteTokensSizeExceedError("%s0 Maximum number of tokens exceeded. The limit is 10000."),
108
+
DeleteTokensSizeExceedError("%s0 Maximum number of tokens exceeded. The limit is 100000."),
109
109
110
110
// Get
111
111
GetRequestNull("%s0 Validation error. GetRequest object is null. Specify a valid GetRequest object."),
@@ -165,7 +165,7 @@ public enum ErrorMessage {
165
165
EmptyValueInTokenizeRecord("%s0 Validation error. Value in TokenizeRecord is null or empty. Specify a valid value."),
166
166
EmptyTokenGroupNamesInTokenizeRecord("%s0 Validation error. TokenGroupNames in TokenizeRecord is null or empty. Specify at least one token group name."),
167
167
EmptyTokenGroupNameInTokenizeRecord("%s0 Validation error. Token group name in TokenizeRecord is null or empty. Specify a valid token group name."),
168
-
TokenizeDataSizeExceedError("%s0 Maximum number of tokenize records exceeded. The limit is 10000."),
168
+
TokenizeDataSizeExceedError("%s0 Maximum number of tokenize records exceeded. The limit is 100000."),
169
169
MissingIndexInBulkTokenizeRecord("%s0 Validation error. Index in BulkTokenizeRequestRecord is null. Specify an index for every record."),
170
170
DuplicateIndexInBulkTokenizeRecord("%s0 Validation error. Duplicate index in BulkTokenizeRequestRecord. Specify a unique index for every record."),
0 commit comments