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
47: SzError, # EAS_ERR_SESSION_IS_INVALID "Session is invalid"
191
-
48: SzNotInitializedError, # EAS_ERR_SZ_NOT_INITIALIZED "Sz is not initialized"
191
+
48: SzNotInitializedError, # EAS_ERR_SZ_NOT_INITIALIZED "API is not initialized"
192
192
50: SzNotInitializedError, # EAS_ERR_SZHASHER_NOT_INITIALIZED "SzHasher is not initialized"
193
193
51: SzBadInputError, # EAS_ERR_BOTH_RECORD_ID_AND_ENT_SRC_KEY_SPECIFIED "Cannot use both Record ID and Entity Source Key in record"
194
194
52: SzError, # EAS_ERR_UNKNOWN_RELATIONSHIP_ID_VALUE "Unknown relationship ID value '{0}'"
195
-
53: SzBadInputError, # EAS_ERR_SZDIAGNOSTIC_NOT_INITIALIZED "SzDiagnostic is not initialized"
195
+
53: SzNotInitializedError,# EAS_ERR_SZDIAGNOSTIC_NOT_INITIALIZED "SzDiagnostic is not initialized"
196
196
54: SzDatabaseError, # EAS_ERR_SZ_DATA_REPOSITORY_WAS_PURGED "Data repository was purged"
197
197
55: SzError, # EAS_ERR_NO_RESOLVED_ENTITY_FOR_DSRC_ENTITY_KEY "No resolved entity for entity key: dsrc[{0}], record_id[{1}], key[{2}]"
198
198
56: SzError, # EAS_ERR_NO_RECORDS_EXIST_FOR_RESOLVED_ENTITY "No data source records exist for entity ID: entityID[{0}]"
@@ -433,6 +433,7 @@ class SzUnhandledError(SzUnrecoverableError):
433
433
7216: SzConfigurationError, # EAS_ERR_DB_BAD_CLUSTER_DEFINITION "Cluster [{0}] is not properly configured"
434
434
7217: SzConfigurationError, # EAS_ERR_DB_CONFLICTING_DEFAULT_SHARD_CONFIG "Cannot specify both default backend database and default backend cluster"
435
435
7218: SzConfigurationError, # EAS_ERR_DB_CLUSTER_DOES_NOT_EXIST "Cluster [{0}] does not exist"
436
+
7219: SzError, # EAS_ERR_DB_TYPE_DOES_NOT_SUPPORT_EMBEDDING_DATA_TYPES "Database type [{0}] does not support embedding data types"
436
437
7220: SzConfigurationError, # EAS_ERR_NO_CONFIG_REGISTERED_IN_DATASTORE "No engine configuration registered in datastore"
437
438
7221: SzConfigurationError, # EAS_ERR_NO_CONFIG_REGISTERED_FOR_DATA_ID "No engine configuration registered with data ID [{0}]."
438
439
7222: SzError, # EAS_ERR_FAILED_TO_SET_SYS_VAR_IN_DATASTORE "Could not set system variable value in database for Group[{0}],Code[{1}],Value[{2}]."
@@ -449,7 +450,7 @@ class SzUnhandledError(SzUnrecoverableError):
449
450
7236: SzConfigurationError, # EAS_ERR_DUPLICATE_BEHAVIOR_OVERRIDE_KEY_IN_CFG_FBOVR "Duplicate behavior override keys in CFG_FBOVR -- FTYPE_ID[{0}], UTYPE_CODE[{1}] referenced in CFG_FBOVR."
450
451
7237: SzConfigurationError, # EAS_ERR_UNKNOWN_FTYPE_IN_TABLE "Unknown FTYPE_ID[{0}] referenced in {1}."
451
452
7238: SzError, # EAS_ERR_DATASTORE_ENCRYPTION_CONFIGURATION_DOES_NOT_MATCH_DATASTORE "Datastore encryption configuration does not match data store: '{0}'"
452
-
7239: SzConfigurationError, # EAS_ERR_INVALID_GENERIC_THRESHOLD_CANDIDATE_CAP "Invalid generic threshold {0} cap [{1}] for [GPLAN_ID[{2}], BEHAVIOR[{3}], FTYPE_ID[{4}]]."
453
+
7239: SzConfigurationError, # EAS_ERR_INVALID_GENERIC_THRESHOLD_CAP "Invalid generic threshold {0} cap [{1}] for [GPLAN_ID[{2}], BEHAVIOR[{3}], FTYPE_ID[{4}]]."
453
454
7240: SzConfigurationError, # EAS_ERR_INCORRECT_BEHAVIOR_REFERENCED "Incorrect BEHAVIOR[{0}] referenced in CFG_GENERIC_THRESHOLD for [GPLAN_ID[{1}], FTYPE_ID[{2}]]. FType configured for behavior [{3}]"
454
455
7241: SzConfigurationError, # EAS_ERR_UNKNOWN_GPLAN_IN_TABLE "Unknown GPLAN_ID[{0}] referenced in {1}."
@@ -499,7 +500,7 @@ class SzUnhandledError(SzUnrecoverableError):
499
500
8545: SzConfigurationError, # EAS_ERR_SALT_ADMIN_NAME_REQUIRED "Specify -name and the name to use for the salt"
500
501
8556: SzConfigurationError, # EAS_ERR_SALT_ADMIN_METHOD_NOT_RECOGNISED "Hashing method {0} not supported."
501
502
8557: SzConfigurationError, # EAS_ERR_SALT_METHOD_DOES_NOT_MATCH "The hashing method in the configuration ({1}) does not match the method ({2}) of the salt {0}"
502
-
8593: SzError, # EAS_ERR_SALT_HMAC_CONTEXT_INIT_FAILED "Failed {0} to initialise an HMAC context."
503
+
8593: SzError, # EAS_ERR_SALT_HMAC_CONTEXT_INIT_FAILED "Failed {0} to initialize an HMAC context."
503
504
8594: SzError, # EAS_ERR_SALT_HMAC_FAILED "Failed {0} to HMAC block {1}."
504
505
8595: SzError, # EAS_ERR_SALT_HMAC_FINAL_FAILED "Failed {0} to complete HMAC."
0 commit comments