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: skyflow/utils/_skyflow_messages.py
+44-44Lines changed: 44 additions & 44 deletions
Original file line number
Diff line number
Diff line change
@@ -147,50 +147,50 @@ class Error(Enum):
147
147
FILE_INVALID_JSON=f"{error_prefix} Initialization failed. File at {{}} is not in valid JSON format. Verify the file contents."
148
148
INVALID_JSON_FORMAT_IN_CREDENTIALS_ENV=f"{error_prefix} Validation error. Invalid JSON format in SKYFLOW_CREDENTIALS environment variable."
149
149
150
-
INVALID_TEXT_IN_DEIDENTIFY:f"{error_prefix} Validation error. The text field is required and must be a non-empty string. Specify a valid text."
151
-
INVALID_ENTITIES_IN_DEIDENTIFY:f"{error_prefix} Validation error. The entities field must be an array of DetectEntities enums. Specify a valid entities."
152
-
INVALID_ALLOW_REGEX_LIST:f"{error_prefix} Validation error. The allowRegexList field must be an array of strings. Specify a valid allowRegexList."
153
-
INVALID_RESTRICT_REGEX_LIST:f"{error_prefix} Validation error. The restrictRegexList field must be an array of strings. Specify a valid restrictRegexList."
154
-
INVALID_TOKEN_FORMAT:f"{error_prefix} Validation error. The tokenFormat key must be an instance of TokenFormat. Specify a valid token format."
155
-
INVALID_TRANSFORMATIONS:f"{error_prefix} Validation error. The transformations key must be an instance of Transformations. Specify a valid transformations."
156
-
157
-
INVALID_TEXT_IN_REIDENTIFY:f"{error_prefix} Validation error. The text field is required and must be a non-empty string. Specify a valid text."
158
-
INVALID_REDACTED_ENTITIES_IN_REIDENTIFY:f"{error_prefix} Validation error. The redactedEntities field must be an array of DetectEntities enums. Specify a valid redactedEntities."
159
-
INVALID_MASKED_ENTITIES_IN_REIDENTIFY:f"{error_prefix} Validation error. The maskedEntities field must be an array of DetectEntities enums. Specify a valid maskedEntities."
160
-
INVALID_PLAIN_TEXT_ENTITIES_IN_REIDENTIFY:f"{error_prefix} Validation error. The plainTextEntities field must be an array of DetectEntities enums. Specify a valid plainTextEntities."
INVALID_WAIT_TIME:f"{error_prefix} Validation error. Invalid wait time. Specify a valid wait time as number and should not be greater than 20 secs."
189
-
INVALID_OUTPUT_DIRECTORY:f"{error_prefix} Validation error. Invalid output directory. Specify a valid output directory as string."
190
-
INVALID_OUTPUT_DIRECTORY_PATH:f"{error_prefix} Validation error. Invalid output directory path. Specify a valid output directory path as string."
191
-
EMPTY_RUN_ID:f"{error_prefix} Validation error. Run id cannot be empty. Specify a valid run id."
192
-
INVALID_RUN_ID:f"{error_prefix} Validation error. Invalid run id. Specify a valid run id as string."
193
-
INTERNAL_SERVER_ERROR:f"{error_prefix}. Internal server error. {{}}."
150
+
INVALID_TEXT_IN_DEIDENTIFY=f"{error_prefix} Validation error. The text field is required and must be a non-empty string. Specify a valid text."
151
+
INVALID_ENTITIES_IN_DEIDENTIFY=f"{error_prefix} Validation error. The entities field must be an array of DetectEntities enums. Specify a valid entities."
152
+
INVALID_ALLOW_REGEX_LIST=f"{error_prefix} Validation error. The allowRegexList field must be an array of strings. Specify a valid allowRegexList."
153
+
INVALID_RESTRICT_REGEX_LIST=f"{error_prefix} Validation error. The restrictRegexList field must be an array of strings. Specify a valid restrictRegexList."
154
+
INVALID_TOKEN_FORMAT=f"{error_prefix} Validation error. The tokenFormat key must be an instance of TokenFormat. Specify a valid token format."
155
+
INVALID_TRANSFORMATIONS=f"{error_prefix} Validation error. The transformations key must be an instance of Transformations. Specify a valid transformations."
156
+
157
+
INVALID_TEXT_IN_REIDENTIFY=f"{error_prefix} Validation error. The text field is required and must be a non-empty string. Specify a valid text."
158
+
INVALID_REDACTED_ENTITIES_IN_REIDENTIFY=f"{error_prefix} Validation error. The redactedEntities field must be an array of DetectEntities enums. Specify a valid redactedEntities."
159
+
INVALID_MASKED_ENTITIES_IN_REIDENTIFY=f"{error_prefix} Validation error. The maskedEntities field must be an array of DetectEntities enums. Specify a valid maskedEntities."
160
+
INVALID_PLAIN_TEXT_ENTITIES_IN_REIDENTIFY=f"{error_prefix} Validation error. The plainTextEntities field must be an array of DetectEntities enums. Specify a valid plainTextEntities."
0 commit comments