|
1 | | -#! /usr/bin/env python3 |
2 | 1 | """ |
3 | 2 | DO NOT EDIT. This code is generated. |
4 | 3 | Generated by: sz-sdk-errors/bin/generate_python.py |
5 | 4 | Generated for: sz-sdk-python/src/senzing/szerror.py |
6 | | -Generated date: 2025-07-29T15:02:55.924080+00:00 |
| 5 | +Generated date: 2025-08-07T16:57:13.726146+00:00 |
7 | 6 | """ |
| 7 | + |
8 | 8 | # Metadata |
9 | 9 |
|
10 | 10 | __all__ = [ |
|
27 | 27 | "SzUnknownDataSourceError", |
28 | 28 | "SzUnrecoverableError", |
29 | 29 | ] |
30 | | -__version__ = "4.0.0" |
| 30 | +__version__ = "4.0.1" |
31 | 31 | __date__ = "2025-08-05" |
32 | | -__updated__ = "2025-08-05" |
| 32 | +__updated__ = "2025-08-07" |
33 | 33 |
|
34 | 34 |
|
35 | 35 | # ----------------------------------------------------------------------------- |
@@ -529,6 +529,8 @@ class SzUnhandledError(SzUnrecoverableError): |
529 | 529 | 9220: SzConfigurationError, # EAS_ERR_FTYPE_CANNOT_BE_HASHED "FType configured to be hashed, but cannot be scored. FTYPE_ID[{0}] FTYPE_CODE[{1}]" |
530 | 530 | 9222: SzConfigurationError, # EAS_ERR_FTYPE_CONFIGURED_TO_BE_HASHED_MISSING_SALT "A Feature Type is marked for hashing, but a valid salt value was not found. FTYPE_ID[{0}] FTYPE_CODE[{1}]" |
531 | 531 | 9224: SzConfigurationError, # EAS_ERR_FTYPE_CONFIGURED_TO_BE_HASHED "FType configured to be hashed, but no hashable data found. FTYPE_ID[{0}] FTYPE_CODE[{1}]" |
| 532 | + 9225: SzConfigurationError, # EAS_ERR_EMBEDDING_CANDIDATE_LICENSE_DISALLOWS "Embedding FType [{0}] configured for candidates but not allowed by license." |
| 533 | + 9226: SzBadInputError, # EAS_ERR_FORCED_CANDIDATES_LICENSE_DISALLOWS "Forced candidates are not allowed by license." |
532 | 534 | 9228: SzConfigurationError, # EAS_ERR_UNEXPECTED_SALT_CHECKSUM_LIST "The SALT checksum on the Observation does not match the EXPECTED SALT checksum: EXPECTED=[{0}] Observation=[{1}]" |
533 | 535 | 9240: SzConfigurationError, # EAS_ERR_CIPHER_CONTEXT_INIT_FAILED "Unable to initialize an ICC Context." |
534 | 536 | 9241: SzConfigurationError, # EAS_ERR_CIPHER_OP_FAILED "Unable to perform a required ICC operation." |
|
0 commit comments