Skip to end of banner
Go to start of banner

Data Export Error Codes/Messages

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »


Error CodeError Message
GENERIC_ERROR_CODEerror.genericErrorGeneric error
FILE_DEFINITION_NOT_FOUNDerror.fileDefinition.notFoundFile Definition not found
S3_BUCKET_NAME_NOT_FOUNDerror.s3.bucketNameNotFoundS3 bucket name is not found in System Properties
NO_FILE_GENERATEDerror.binaryFile.notGeneratedNothing to export: no binary file generated
USER_NOT_FOUNDerror.user.notFoundUser not found
INVALID_UPLOADED_FILE_EXTENSIONerror.uploadedFile.invalidExtensionFile name extension does not corresponds csv format
INVALID_UPLOADED_FILE_EXTENSION_FOR_HOLDING_ID_TYPEerror.uploadedFile.invalidExtensionOnly csv format is supported for holdings export
INVALID_UPLOADED_FILE_EXTENSION_FOR_AUTHORITY_ID_TYPEerror.uploadedFile.invalidExtensionOnly csv format is supported for authority export
FILE_ALREADY_UPLOADEDerror.fileDefinition.fileAlreadyUploadedFile already uploaded for this FileDefinition
NOTHING_TO_EXPORTerror.nothingToExportNo exported records, nothing to export
FAIL_TO_UPDATE_JOBerror.jobExecution.failToUpdateJobFail to prepare job execution for export
ERROR_QUERY_RULES_FROM_CONFIGURATIONSerror.configurations.queryRulesError while query the rules from mod configuration: %s
ERROR_QUERY_CONFIGURATIONSerror.configurations.queryConfigsError while query the configs from mod configuration by query: %s, %s
ERROR_QUERY_HOSTerror.configurations.queryHostNo configuration for host found in mod-config. There will be no links to the failed records for this job
ERROR_GETTING_INSTANCES_BY_IDSerror.inventory.gettingInstancesByIdsError while getting instances by ids. %s
ERROR_GETTING_HOLDINGS_BY_IDSerror.messagePlaceholderError while getting holdings by ids. %s
ERROR_GETTING_REFERENCE_DATAerror.inventory.gettingReferenceDataError while getting reference data from inventory during the export process by calling %s
ERROR_GETTING_HOLDINGS_BY_INSTANCE_IDerror.inventory.gettingHoldingsByInstanceIdError while getting holdings by instance id: %s, message: %s
ERROR_GETTING_ITEM_BY_HOLDINGS_IDerror.inventory.gettingItemsByHoldingsIdError while getting items by holding ids %s
ERROR_CALLING_URIerror.callingUriException while calling %s, message: %s
ERROR_GETTING_USERerror.user.gettingByIdError while getting user with id = %s, message: %s
ERROR_SAVING_RECORD_TO_FILEerror.savingRecordToFileError during saving record to file
INVALID_EXPORT_FILE_DEFINITION_IDerror.fileDefinition.invalidWithIdInvalid export file definition with id: %s
INVALID_EXPORT_FILE_DEFINITIONerror.fileDefinition.invalidInvalid export file definition
S3_BUCKET_IS_NOT_PROVIDEDerror.s3.bucketIsNotProvidedS3 bucket is not provided
INVALID_UUID_FORMATerror.invalidUuidFormatInvalid UUID format: %s
DEFAULT_MAPPING_PROFILE_NOT_FOUNDerror.mappingProfile.defaultNotFoundDefault mapping profile not found
ERROR_READING_FROM_INPUT_FILEerror.readingFromInputFileError while reading from input file with uuids or file is empty
ERROR_INVALID_CQL_SYNTAXerror.invalidCqlSyntaxInvalid CQL syntax in %s
SOME_UUIDS_NOT_FOUNDerror.uuidsNotFoundUUIDs not found in SRS or inventory: %s
SOME_RECORDS_FAILEDerror.someRecordsFailedExport is completed with errors, some records have failed to export, number of failed records: %s
DATE_PARSE_ERROR_CODEerror.mapping.dateParseAn error occurs during parsing the date while the mapping process
UNDEFINEDerror.mapping.undefinedUndefined error during the mapping process
ERROR_FIELDS_MAPPING_INVENTORYerror.mapping.fieldsMappingInventoryAn error occurred during fields mapping for inventory record
ERROR_FIELDS_MAPPING_INVENTORY_WITH_REASONerror.mapping.fieldsMappingInventoryWithReasonAn error occurred during fields mapping for inventory record, affected field: fieldName - %s, fieldValue - $s
ERROR_FIELDS_MAPPING_SRSerror.mapping.fieldsMappingSrsAn error occurred during fields mapping for srs record with id: %s, reason: %s, cause: %s
ERROR_MESSAGE_PLACEHOLDERerror.messagePlaceholder%s
ERROR_MARC_RECORD_CANNOT_BE_CONVERTEDerror.messagePlaceholderJson record cannot be converted to marc format, cause: %s
INVALID_SRS_MAPPING_PROFILE_RECORD_TYPEerror.mappingProfile.invalidSrsRecordTypeCombinationSRS record type cannot be combined together with INSTANCE record type
ERROR_ONLY_DEFAULT_HOLDING_JOB_PROFILE_IS_SUPPORTEDerror.messagePlaceholderFor exporting holding records only the default holding job profile is supported
ERROR_ONLY_DEFAULT_AUTHORITY_JOB_PROFILE_IS_SUPPORTEDerror.messagePlaceholderFor exporting authority records only the default authority job profile is supported
ERROR_JOB_IS_EXPIREDerror.messagePlaceholderJob was expired: no updates for more than 1 hour
ERROR_FILE_BEING_UPLOADED_IS_TOO_LARGEerror.fileIsTooLargeFile being uploaded is too large
ERROR_DUPLICATE_SRS_RECORDerror.duplicateSRSInstance 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

  • No labels