Error Code | Error Message | |
---|---|---|
GENERIC_ERROR_CODE | error.genericError | Generic error |
FILE_DEFINITION_NOT_FOUND | error.fileDefinition.notFound | File Definition not found |
S3_BUCKET_NAME_NOT_FOUND | error.s3.bucketNameNotFound | S3 bucket name is not found in System Properties |
NO_FILE_GENERATED | error.binaryFile.notGenerated | Nothing to export: no binary file generated |
USER_NOT_FOUND | error.user.notFound | User not found |
INVALID_UPLOADED_FILE_EXTENSION | error.uploadedFile.invalidExtension | File name extension does not corresponds csv format |
INVALID_UPLOADED_FILE_EXTENSION_FOR_HOLDING_ID_TYPE | error.uploadedFile.invalidExtension | Only csv format is supported for holdings export |
INVALID_UPLOADED_FILE_EXTENSION_FOR_AUTHORITY_ID_TYPE | error.uploadedFile.invalidExtension | Only csv format is supported for authority export |
FILE_ALREADY_UPLOADED | error.fileDefinition.fileAlreadyUploaded | File already uploaded for this FileDefinition |
NOTHING_TO_EXPORT | error.nothingToExport | No exported records, nothing to export |
FAIL_TO_UPDATE_JOB | error.jobExecution.failToUpdateJob | Fail to prepare job execution for export |
ERROR_QUERY_RULES_FROM_CONFIGURATIONS | error.configurations.queryRules | Error while query the rules from mod configuration: %s |
ERROR_QUERY_CONFIGURATIONS | error.configurations.queryConfigs | Error while query the configs from mod configuration by query: %s, %s |
ERROR_QUERY_HOST | error.configurations.queryHost | No configuration for host found in mod-config. There will be no links to the failed records for this job |
ERROR_GETTING_INSTANCES_BY_IDS | error.inventory.gettingInstancesByIds | Error while getting instances by ids. %s |
ERROR_GETTING_HOLDINGS_BY_IDS | error.messagePlaceholder | Error while getting holdings by ids. %s |
ERROR_GETTING_REFERENCE_DATA | error.inventory.gettingReferenceData | Error while getting reference data from inventory during the export process by calling %s |
ERROR_GETTING_HOLDINGS_BY_INSTANCE_ID | error.inventory.gettingHoldingsByInstanceId | Error while getting holdings by instance id: %s, message: %s |
ERROR_GETTING_ITEM_BY_HOLDINGS_ID | error.inventory.gettingItemsByHoldingsIdError while getting items by holding ids %s | |
ERROR_CALLING_URI | error.callingUri | Exception while calling %s, message: %s |
ERROR_GETTING_USER | error.user.gettingById | Error while getting user with id = %s, message: %s |
ERROR_SAVING_RECORD_TO_FILE | error.savingRecordToFile | Error during saving record to file |
INVALID_EXPORT_FILE_DEFINITION_ID | error.fileDefinition.invalidWithId | Invalid export file definition with id: %s |
INVALID_EXPORT_FILE_DEFINITION | error.fileDefinition.invalid | Invalid export file definition |
S3_BUCKET_IS_NOT_PROVIDED | error.s3.bucketIsNotProvided | S3 bucket is not provided |
INVALID_UUID_FORMAT | error.invalidUuidFormat | Invalid UUID format: %s |
DEFAULT_MAPPING_PROFILE_NOT_FOUND | error.mappingProfile.defaultNotFoundDefault mapping profile not found | |
ERROR_READING_FROM_INPUT_FILE | error.readingFromInputFile | Error while reading from input file with uuids or file is empty |
ERROR_INVALID_CQL_SYNTAX | error.invalidCqlSyntax | Invalid CQL syntax in %s |
SOME_UUIDS_NOT_FOUND | error.uuidsNotFound | UUIDs not found in SRS or inventory: %s |
SOME_RECORDS_FAILED | error.someRecordsFailed | Export is completed with errors, some records have failed to export, number of failed records: %s |
DATE_PARSE_ERROR_CODE | error.mapping.dateParse | An error occurs during parsing the date while the mapping process |
UNDEFINED | error.mapping.undefined | Undefined error during the mapping process |
ERROR_FIELDS_MAPPING_INVENTORY | error.mapping.fieldsMappingInventory | An error occurred during fields mapping for inventory record |
ERROR_FIELDS_MAPPING_INVENTORY_WITH_REASON | error.mapping.fieldsMappingInventoryWithReason | An error occurred during fields mapping for inventory record, affected field: fieldName - %s, fieldValue - $s |
ERROR_FIELDS_MAPPING_SRS | error.mapping.fieldsMappingSrs | An error occurred during fields mapping for srs record with id: %s, reason: %s, cause: %s |
ERROR_MESSAGE_PLACEHOLDER | error.messagePlaceholder | %s |
ERROR_MARC_RECORD_CANNOT_BE_CONVERTED | error.messagePlaceholder | Json record cannot be converted to marc format, cause: %s |
INVALID_SRS_MAPPING_PROFILE_RECORD_TYPE | error.mappingProfile.invalidSrsRecordTypeCombination | SRS record type cannot be combined together with INSTANCE record type |
ERROR_ONLY_DEFAULT_HOLDING_JOB_PROFILE_IS_SUPPORTED | error.messagePlaceholder | For exporting holding records only the default holding job profile is supported |
ERROR_ONLY_DEFAULT_AUTHORITY_JOB_PROFILE_IS_SUPPORTED | error.messagePlaceholder | For exporting authority records only the default authority job profile is supported |
ERROR_JOB_IS_EXPIRED | error.messagePlaceholder | Job was expired: no updates for more than 1 hour |
ERROR_FILE_BEING_UPLOADED_IS_TOO_LARGE | error.fileIsTooLarge | File being uploaded is too large |
ERROR_DUPLICATE_SRS_RECORD | error.duplicateSRS | Instance with HRID: %s has following SRS records associated: %s |
Additional information: https://github.com/folio-org/mod-data-export/blob/master/src/main/java/org/folio/dataexp/util/ErrorCode.java