@brightchain/brightchain-lib 0.10.0 → 0.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/lib/blockPaddingTransform.d.ts.map +1 -1
- package/src/lib/blockPaddingTransform.js +3 -1
- package/src/lib/blockPaddingTransform.js.map +1 -1
- package/src/lib/blocks/cblBase.d.ts.map +1 -1
- package/src/lib/blocks/cblBase.js +2 -2
- package/src/lib/blocks/cblBase.js.map +1 -1
- package/src/lib/blocks/encrypted.d.ts.map +1 -1
- package/src/lib/blocks/encrypted.js.map +1 -1
- package/src/lib/blocks/encryptedBlockCreator.d.ts.map +1 -1
- package/src/lib/blocks/encryptedBlockCreator.js +3 -1
- package/src/lib/blocks/encryptedBlockCreator.js.map +1 -1
- package/src/lib/blocks/extendedCbl.d.ts +5 -44
- package/src/lib/blocks/extendedCbl.d.ts.map +1 -1
- package/src/lib/blocks/extendedCbl.js +7 -130
- package/src/lib/blocks/extendedCbl.js.map +1 -1
- package/src/lib/blocks/handle.d.ts.map +1 -1
- package/src/lib/blocks/handle.js +5 -4
- package/src/lib/blocks/handle.js.map +1 -1
- package/src/lib/blocks/handleTuple.d.ts.map +1 -1
- package/src/lib/blocks/handleTuple.js +14 -2
- package/src/lib/blocks/handleTuple.js.map +1 -1
- package/src/lib/blocks/parity.d.ts.map +1 -1
- package/src/lib/blocks/parity.js +3 -1
- package/src/lib/blocks/parity.js.map +1 -1
- package/src/lib/blocks/random.d.ts.map +1 -1
- package/src/lib/blocks/random.js +4 -2
- package/src/lib/blocks/random.js.map +1 -1
- package/src/lib/blocks/rawData.d.ts.map +1 -1
- package/src/lib/blocks/rawData.js +4 -2
- package/src/lib/blocks/rawData.js.map +1 -1
- package/src/lib/browserConfig.d.ts.map +1 -1
- package/src/lib/browserConfig.js +5 -3
- package/src/lib/browserConfig.js.map +1 -1
- package/src/lib/browserKeyring.d.ts.map +1 -1
- package/src/lib/browserKeyring.js +3 -1
- package/src/lib/browserKeyring.js.map +1 -1
- package/src/lib/bufferUtils.d.ts.map +1 -1
- package/src/lib/bufferUtils.js +3 -1
- package/src/lib/bufferUtils.js.map +1 -1
- package/src/lib/cblStream.d.ts.map +1 -1
- package/src/lib/cblStream.js +3 -1
- package/src/lib/cblStream.js.map +1 -1
- package/src/lib/cpus/instructionFactory.d.ts.map +1 -1
- package/src/lib/cpus/instructionFactory.js +17 -12
- package/src/lib/cpus/instructionFactory.js.map +1 -1
- package/src/lib/cpus/riscvCpu.d.ts.map +1 -1
- package/src/lib/cpus/riscvCpu.js +6 -4
- package/src/lib/cpus/riscvCpu.js.map +1 -1
- package/src/lib/currencyCode.d.ts.map +1 -1
- package/src/lib/currencyCode.js +3 -1
- package/src/lib/currencyCode.js.map +1 -1
- package/src/lib/debug/HanselGretelBreadCrumbTrail.d.ts.map +1 -1
- package/src/lib/debug/HanselGretelBreadCrumbTrail.js +3 -1
- package/src/lib/debug/HanselGretelBreadCrumbTrail.js.map +1 -1
- package/src/lib/documents/base/document.d.ts.map +1 -1
- package/src/lib/documents/base/document.js +9 -7
- package/src/lib/documents/base/document.js.map +1 -1
- package/src/lib/documents/member/baseMemberDocument.d.ts.map +1 -1
- package/src/lib/documents/member/baseMemberDocument.js +4 -2
- package/src/lib/documents/member/baseMemberDocument.js.map +1 -1
- package/src/lib/documents/member/memberDocument.d.ts.map +1 -1
- package/src/lib/documents/member/memberDocument.js +6 -3
- package/src/lib/documents/member/memberDocument.js.map +1 -1
- package/src/lib/documents/member/memberProfileDocument.d.ts.map +1 -1
- package/src/lib/documents/member/memberProfileDocument.js +3 -1
- package/src/lib/documents/member/memberProfileDocument.js.map +1 -1
- package/src/lib/documents/quorumDocument.d.ts.map +1 -1
- package/src/lib/documents/quorumDocument.js +6 -4
- package/src/lib/documents/quorumDocument.js.map +1 -1
- package/src/lib/energyAccount.d.ts.map +1 -1
- package/src/lib/energyAccount.js +10 -2
- package/src/lib/energyAccount.js.map +1 -1
- package/src/lib/enumeration-translations/blockSize.d.ts.map +1 -1
- package/src/lib/enumeration-translations/blockSize.js +63 -0
- package/src/lib/enumeration-translations/blockSize.js.map +1 -1
- package/src/lib/enumeration-translations/blockType.d.ts.map +1 -1
- package/src/lib/enumeration-translations/blockType.js +105 -0
- package/src/lib/enumeration-translations/blockType.js.map +1 -1
- package/src/lib/enumeration-translations/memberType.d.ts.map +1 -1
- package/src/lib/enumeration-translations/memberType.js +42 -0
- package/src/lib/enumeration-translations/memberType.js.map +1 -1
- package/src/lib/enumeration-translations/quorumDataRecordAction.d.ts.map +1 -1
- package/src/lib/enumeration-translations/quorumDataRecordAction.js +49 -0
- package/src/lib/enumeration-translations/quorumDataRecordAction.js.map +1 -1
- package/src/lib/enumeration-translations/security-event-severity.d.ts +5 -0
- package/src/lib/enumeration-translations/security-event-severity.d.ts.map +1 -0
- package/src/lib/enumeration-translations/security-event-severity.js +58 -0
- package/src/lib/enumeration-translations/security-event-severity.js.map +1 -0
- package/src/lib/enumeration-translations/security-event-type.d.ts +5 -0
- package/src/lib/enumeration-translations/security-event-type.d.ts.map +1 -0
- package/src/lib/enumeration-translations/security-event-type.js +210 -0
- package/src/lib/enumeration-translations/security-event-type.js.map +1 -0
- package/src/lib/enumerations/brightChainStrings.d.ts +521 -381
- package/src/lib/enumerations/brightChainStrings.d.ts.map +1 -1
- package/src/lib/enumerations/brightChainStrings.js +599 -392
- package/src/lib/enumerations/brightChainStrings.js.map +1 -1
- package/src/lib/enumerations/cblErrorType.d.ts +3 -1
- package/src/lib/enumerations/cblErrorType.d.ts.map +1 -1
- package/src/lib/enumerations/cblErrorType.js +2 -0
- package/src/lib/enumerations/cblErrorType.js.map +1 -1
- package/src/lib/enumerations/votingDerivationErrorType.js +10 -10
- package/src/lib/enumerations/votingDerivationErrorType.js.map +1 -1
- package/src/lib/errors/block/blockAccess.js +7 -7
- package/src/lib/errors/block/blockAccess.js.map +1 -1
- package/src/lib/errors/block/blockCapacity.js +7 -7
- package/src/lib/errors/block/blockCapacity.js.map +1 -1
- package/src/lib/errors/block/blockError.js +15 -15
- package/src/lib/errors/block/blockError.js.map +1 -1
- package/src/lib/errors/block/blockMetadata.js +7 -7
- package/src/lib/errors/block/blockMetadata.js.map +1 -1
- package/src/lib/errors/block/blockValidation.d.ts.map +1 -1
- package/src/lib/errors/block/blockValidation.js +43 -41
- package/src/lib/errors/block/blockValidation.js.map +1 -1
- package/src/lib/errors/block/cannotDecrypt.js +1 -1
- package/src/lib/errors/block/cannotDecrypt.js.map +1 -1
- package/src/lib/errors/block/cannotEncrypt.js +1 -1
- package/src/lib/errors/block/cannotEncrypt.js.map +1 -1
- package/src/lib/errors/blockServiceError.js +14 -14
- package/src/lib/errors/blockServiceError.js.map +1 -1
- package/src/lib/errors/bufferError.js +1 -1
- package/src/lib/errors/bufferError.js.map +1 -1
- package/src/lib/errors/cblError.d.ts.map +1 -1
- package/src/lib/errors/cblError.js +38 -36
- package/src/lib/errors/cblError.js.map +1 -1
- package/src/lib/errors/checksumMismatch.js +1 -1
- package/src/lib/errors/checksumMismatch.js.map +1 -1
- package/src/lib/errors/disposed.js +2 -2
- package/src/lib/errors/disposed.js.map +1 -1
- package/src/lib/errors/document.js +4 -4
- package/src/lib/errors/document.js.map +1 -1
- package/src/lib/errors/eciesError.d.ts +3 -2
- package/src/lib/errors/eciesError.d.ts.map +1 -1
- package/src/lib/errors/eciesError.js +20 -19
- package/src/lib/errors/eciesError.js.map +1 -1
- package/src/lib/errors/enhancedValidationError.d.ts +3 -1
- package/src/lib/errors/enhancedValidationError.d.ts.map +1 -1
- package/src/lib/errors/enhancedValidationError.js +6 -2
- package/src/lib/errors/enhancedValidationError.js.map +1 -1
- package/src/lib/errors/extendedCblError.js +24 -24
- package/src/lib/errors/extendedCblError.js.map +1 -1
- package/src/lib/errors/failedToHydrate.js +1 -1
- package/src/lib/errors/failedToHydrate.js.map +1 -1
- package/src/lib/errors/failedToSerialize.d.ts.map +1 -1
- package/src/lib/errors/failedToSerialize.js +1 -1
- package/src/lib/errors/failedToSerialize.js.map +1 -1
- package/src/lib/errors/fecError.d.ts +3 -2
- package/src/lib/errors/fecError.d.ts.map +1 -1
- package/src/lib/errors/fecError.js +19 -18
- package/src/lib/errors/fecError.js.map +1 -1
- package/src/lib/errors/handleTupleError.js +4 -4
- package/src/lib/errors/handleTupleError.js.map +1 -1
- package/src/lib/errors/invalidBlockSize.js +1 -1
- package/src/lib/errors/invalidBlockSize.js.map +1 -1
- package/src/lib/errors/invalidBlockSizeLength.js +1 -1
- package/src/lib/errors/invalidBlockSizeLength.js.map +1 -1
- package/src/lib/errors/invalidCredentials.js +1 -1
- package/src/lib/errors/invalidCredentials.js.map +1 -1
- package/src/lib/errors/invalidIDFormat.js +1 -1
- package/src/lib/errors/invalidIDFormat.js.map +1 -1
- package/src/lib/errors/invalidSessionID.js +1 -1
- package/src/lib/errors/invalidSessionID.js.map +1 -1
- package/src/lib/errors/invalidTupleCount.js +1 -1
- package/src/lib/errors/invalidTupleCount.js.map +1 -1
- package/src/lib/errors/isolatedKeyError.js +6 -6
- package/src/lib/errors/isolatedKeyError.js.map +1 -1
- package/src/lib/errors/memberError.d.ts +3 -1
- package/src/lib/errors/memberError.d.ts.map +1 -1
- package/src/lib/errors/memberError.js +28 -26
- package/src/lib/errors/memberError.js.map +1 -1
- package/src/lib/errors/memoryTupleError.js +6 -6
- package/src/lib/errors/memoryTupleError.js.map +1 -1
- package/src/lib/errors/metadataMismatch.js +1 -1
- package/src/lib/errors/metadataMismatch.js.map +1 -1
- package/src/lib/errors/multiEncryptedError.js +10 -10
- package/src/lib/errors/multiEncryptedError.js.map +1 -1
- package/src/lib/errors/notImplemented.js +1 -1
- package/src/lib/errors/notImplemented.js.map +1 -1
- package/src/lib/errors/quorumError.js +7 -7
- package/src/lib/errors/quorumError.js.map +1 -1
- package/src/lib/errors/sealingError.js +8 -8
- package/src/lib/errors/sealingError.js.map +1 -1
- package/src/lib/errors/secureStorage.d.ts +3 -2
- package/src/lib/errors/secureStorage.d.ts.map +1 -1
- package/src/lib/errors/secureStorage.js +4 -4
- package/src/lib/errors/secureStorage.js.map +1 -1
- package/src/lib/errors/storeError.js +19 -19
- package/src/lib/errors/storeError.js.map +1 -1
- package/src/lib/errors/streamError.js +7 -7
- package/src/lib/errors/streamError.js.map +1 -1
- package/src/lib/errors/symmetricError.d.ts +3 -2
- package/src/lib/errors/symmetricError.d.ts.map +1 -1
- package/src/lib/errors/symmetricError.js +3 -3
- package/src/lib/errors/symmetricError.js.map +1 -1
- package/src/lib/errors/systemKeyringError.js +3 -3
- package/src/lib/errors/systemKeyringError.js.map +1 -1
- package/src/lib/errors/translatableBrightChainError.d.ts +8 -0
- package/src/lib/errors/translatableBrightChainError.d.ts.map +1 -0
- package/src/lib/errors/translatableBrightChainError.js +16 -0
- package/src/lib/errors/translatableBrightChainError.js.map +1 -0
- package/src/lib/errors/tupleError.js +12 -12
- package/src/lib/errors/tupleError.js.map +1 -1
- package/src/lib/errors/typedWithReasonError.js +7 -3
- package/src/lib/errors/typedWithReasonError.js.map +1 -1
- package/src/lib/errors/userNotFound.js +1 -1
- package/src/lib/errors/userNotFound.js.map +1 -1
- package/src/lib/errors/whitenedError.js +4 -4
- package/src/lib/errors/whitenedError.js.map +1 -1
- package/src/lib/i18n/index.d.ts +14 -2
- package/src/lib/i18n/index.d.ts.map +1 -1
- package/src/lib/i18n/index.js +101 -20
- package/src/lib/i18n/index.js.map +1 -1
- package/src/lib/i18n/strings/englishUK.d.ts +4 -0
- package/src/lib/i18n/strings/englishUK.d.ts.map +1 -0
- package/src/lib/i18n/strings/englishUK.js +20 -0
- package/src/lib/i18n/strings/englishUK.js.map +1 -0
- package/src/lib/i18n/strings/englishUs.d.ts +5 -0
- package/src/lib/i18n/strings/englishUs.d.ts.map +1 -0
- package/src/lib/i18n/strings/englishUs.js +617 -0
- package/src/lib/i18n/strings/englishUs.js.map +1 -0
- package/src/lib/i18n/strings/french.d.ts +4 -0
- package/src/lib/i18n/strings/french.d.ts.map +1 -0
- package/src/lib/i18n/strings/french.js +606 -0
- package/src/lib/i18n/strings/french.js.map +1 -0
- package/src/lib/i18n/strings/german.d.ts +4 -0
- package/src/lib/i18n/strings/german.d.ts.map +1 -0
- package/src/lib/i18n/strings/german.js +606 -0
- package/src/lib/i18n/strings/german.js.map +1 -0
- package/src/lib/i18n/strings/index.d.ts +9 -0
- package/src/lib/i18n/strings/index.d.ts.map +1 -0
- package/src/lib/i18n/strings/index.js +12 -0
- package/src/lib/i18n/strings/index.js.map +1 -0
- package/src/lib/i18n/strings/japanese.d.ts +4 -0
- package/src/lib/i18n/strings/japanese.d.ts.map +1 -0
- package/src/lib/i18n/strings/japanese.js +567 -0
- package/src/lib/i18n/strings/japanese.js.map +1 -0
- package/src/lib/i18n/strings/mandarin.d.ts +4 -0
- package/src/lib/i18n/strings/mandarin.d.ts.map +1 -0
- package/src/lib/i18n/strings/mandarin.js +606 -0
- package/src/lib/i18n/strings/mandarin.js.map +1 -0
- package/src/lib/i18n/strings/spanish.d.ts +4 -0
- package/src/lib/i18n/strings/spanish.d.ts.map +1 -0
- package/src/lib/i18n/strings/spanish.js +606 -0
- package/src/lib/i18n/strings/spanish.js.map +1 -0
- package/src/lib/i18n/strings/ukrainian.d.ts +4 -0
- package/src/lib/i18n/strings/ukrainian.d.ts.map +1 -0
- package/src/lib/i18n/strings/ukrainian.js +606 -0
- package/src/lib/i18n/strings/ukrainian.js.map +1 -0
- package/src/lib/index.d.ts +1 -5
- package/src/lib/index.d.ts.map +1 -1
- package/src/lib/index.js +0 -4
- package/src/lib/index.js.map +1 -1
- package/src/lib/init.d.ts.map +1 -1
- package/src/lib/init.js +6 -5
- package/src/lib/init.js.map +1 -1
- package/src/lib/interfaces/availability/locationRecord.d.ts.map +1 -1
- package/src/lib/interfaces/availability/locationRecord.js +26 -21
- package/src/lib/interfaces/availability/locationRecord.js.map +1 -1
- package/src/lib/interfaces/blocks/ephemeral.d.ts.map +1 -1
- package/src/lib/isolatedKeyModInverse.d.ts.map +1 -1
- package/src/lib/isolatedKeyModInverse.js +3 -1
- package/src/lib/isolatedKeyModInverse.js.map +1 -1
- package/src/lib/logging/blockLogger.d.ts.map +1 -1
- package/src/lib/logging/blockLogger.js +8 -3
- package/src/lib/logging/blockLogger.js.map +1 -1
- package/src/lib/primeTupleGeneratorStream.d.ts.map +1 -1
- package/src/lib/primeTupleGeneratorStream.js +7 -3
- package/src/lib/primeTupleGeneratorStream.js.map +1 -1
- package/src/lib/quorumDataRecord.d.ts.map +1 -1
- package/src/lib/quorumDataRecord.js +7 -5
- package/src/lib/quorumDataRecord.js.map +1 -1
- package/src/lib/schemas/member/memberSchema.d.ts.map +1 -1
- package/src/lib/schemas/member/memberSchema.js +11 -9
- package/src/lib/schemas/member/memberSchema.js.map +1 -1
- package/src/lib/schemas/messaging/messageMetadataSchema.d.ts.map +1 -1
- package/src/lib/schemas/messaging/messageMetadataSchema.js +8 -6
- package/src/lib/schemas/messaging/messageMetadataSchema.js.map +1 -1
- package/src/lib/schemas/network/networkDocumentSchema.js +5 -5
- package/src/lib/schemas/network/networkDocumentSchema.js.map +1 -1
- package/src/lib/schemas/quorumDocument.d.ts.map +1 -1
- package/src/lib/schemas/quorumDocument.js +7 -5
- package/src/lib/schemas/quorumDocument.js.map +1 -1
- package/src/lib/secureHeapStorage.d.ts.map +1 -1
- package/src/lib/secureHeapStorage.js +3 -1
- package/src/lib/secureHeapStorage.js.map +1 -1
- package/src/lib/security/dosProtectionValidator.d.ts.map +1 -1
- package/src/lib/security/dosProtectionValidator.js +17 -4
- package/src/lib/security/dosProtectionValidator.js.map +1 -1
- package/src/lib/security/rateLimiter.d.ts.map +1 -1
- package/src/lib/security/rateLimiter.js +3 -1
- package/src/lib/security/rateLimiter.js.map +1 -1
- package/src/lib/security/securityAuditLogger.d.ts.map +1 -1
- package/src/lib/security/securityAuditLogger.js +18 -6
- package/src/lib/security/securityAuditLogger.js.map +1 -1
- package/src/lib/services/blockFormatService.d.ts.map +1 -1
- package/src/lib/services/blockFormatService.js +11 -6
- package/src/lib/services/blockFormatService.js.map +1 -1
- package/src/lib/services/blockService.d.ts.map +1 -1
- package/src/lib/services/blockService.js +5 -3
- package/src/lib/services/blockService.js.map +1 -1
- package/src/lib/services/cblService.d.ts.map +1 -1
- package/src/lib/services/cblService.js +35 -21
- package/src/lib/services/cblService.js.map +1 -1
- package/src/lib/services/fec.service.d.ts.map +1 -1
- package/src/lib/services/fec.service.js +14 -4
- package/src/lib/services/fec.service.js.map +1 -1
- package/src/lib/services/globalServiceProvider.d.ts.map +1 -1
- package/src/lib/services/globalServiceProvider.js +5 -4
- package/src/lib/services/globalServiceProvider.js.map +1 -1
- package/src/lib/services/member/memberCblService.d.ts.map +1 -1
- package/src/lib/services/member/memberCblService.js +3 -1
- package/src/lib/services/member/memberCblService.js.map +1 -1
- package/src/lib/services/memberStore.d.ts.map +1 -1
- package/src/lib/services/memberStore.js +3 -1
- package/src/lib/services/memberStore.js.map +1 -1
- package/src/lib/services/messaging/deliveryTimeoutService.d.ts.map +1 -1
- package/src/lib/services/messaging/deliveryTimeoutService.js +6 -1
- package/src/lib/services/messaging/deliveryTimeoutService.js.map +1 -1
- package/src/lib/services/messaging/messageCBLService.d.ts.map +1 -1
- package/src/lib/services/messaging/messageCBLService.js +19 -7
- package/src/lib/services/messaging/messageCBLService.js.map +1 -1
- package/src/lib/services/messaging/messageEncryptionService.d.ts.map +1 -1
- package/src/lib/services/messaging/messageEncryptionService.js +16 -5
- package/src/lib/services/messaging/messageEncryptionService.js.map +1 -1
- package/src/lib/services/messaging/messageLogger.d.ts.map +1 -1
- package/src/lib/services/messaging/messageLogger.js +7 -5
- package/src/lib/services/messaging/messageLogger.js.map +1 -1
- package/src/lib/services/messaging/messageRouter.d.ts.map +1 -1
- package/src/lib/services/messaging/messageRouter.js +13 -5
- package/src/lib/services/messaging/messageRouter.js.map +1 -1
- package/src/lib/services/sealing.service.d.ts +8 -0
- package/src/lib/services/sealing.service.d.ts.map +1 -1
- package/src/lib/services/sealing.service.js +8 -0
- package/src/lib/services/sealing.service.js.map +1 -1
- package/src/lib/services/service.provider.d.ts.map +1 -1
- package/src/lib/services/service.provider.js +3 -1
- package/src/lib/services/service.provider.js.map +1 -1
- package/src/lib/services/serviceLocator.d.ts +1 -1
- package/src/lib/services/serviceLocator.d.ts.map +1 -1
- package/src/lib/services/serviceLocator.js +4 -2
- package/src/lib/services/serviceLocator.js.map +1 -1
- package/src/lib/services/tupleStorageService.d.ts.map +1 -1
- package/src/lib/services/tupleStorageService.js +6 -4
- package/src/lib/services/tupleStorageService.js.map +1 -1
- package/src/lib/services/xor.d.ts.map +1 -1
- package/src/lib/services/xor.js +10 -4
- package/src/lib/services/xor.js.map +1 -1
- package/src/lib/simpleBrightChain.d.ts.map +1 -1
- package/src/lib/simpleBrightChain.js +3 -1
- package/src/lib/simpleBrightChain.js.map +1 -1
- package/src/lib/stores/blockStoreAdapter.d.ts.map +1 -1
- package/src/lib/stores/blockStoreAdapter.js +3 -1
- package/src/lib/stores/blockStoreAdapter.js.map +1 -1
- package/src/lib/stores/memoryBlockStore.d.ts.map +1 -1
- package/src/lib/stores/memoryBlockStore.js +26 -18
- package/src/lib/stores/memoryBlockStore.js.map +1 -1
- package/src/lib/test/testMembers.d.ts.map +1 -1
- package/src/lib/test/testMembers.js +5 -3
- package/src/lib/test/testMembers.js.map +1 -1
- package/src/lib/types/checksum.d.ts.map +1 -1
- package/src/lib/types/checksum.js +11 -3
- package/src/lib/types/checksum.js.map +1 -1
- package/src/lib/utils/constantTime.d.ts +10 -2
- package/src/lib/utils/constantTime.d.ts.map +1 -1
- package/src/lib/utils/constantTime.js +24 -17
- package/src/lib/utils/constantTime.js.map +1 -1
- package/src/lib/utils/constantTimeXor.d.ts.map +1 -1
- package/src/lib/utils/constantTimeXor.js +13 -3
- package/src/lib/utils/constantTimeXor.js.map +1 -1
- package/src/lib/utils/dateUtils.d.ts.map +1 -1
- package/src/lib/utils/dateUtils.js +15 -5
- package/src/lib/utils/dateUtils.js.map +1 -1
- package/src/lib/utils/typeGuards.d.ts.map +1 -1
- package/src/lib/utils/typeGuards.js +26 -21
- package/src/lib/utils/typeGuards.js.map +1 -1
- package/src/lib/utils/validator.d.ts.map +1 -1
- package/src/lib/utils/validator.js +22 -8
- package/src/lib/utils/validator.js.map +1 -1
- package/src/lib/utils/xorUtils.d.ts.map +1 -1
- package/src/lib/utils/xorUtils.js +13 -3
- package/src/lib/utils/xorUtils.js.map +1 -1
- package/src/lib/strings/englishUs.d.ts +0 -4
- package/src/lib/strings/englishUs.d.ts.map +0 -1
- package/src/lib/strings/englishUs.js +0 -427
- package/src/lib/strings/englishUs.js.map +0 -1
- package/src/lib/strings/index.d.ts +0 -2
- package/src/lib/strings/index.d.ts.map +0 -1
- package/src/lib/strings/index.js +0 -5
- package/src/lib/strings/index.js.map +0 -1
- package/src/lib/strings.d.ts +0 -3
- package/src/lib/strings.d.ts.map +0 -1
- package/src/lib/strings.js +0 -8
- package/src/lib/strings.js.map +0 -1
|
@@ -3,374 +3,338 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.BrightChainStrings = void 0;
|
|
4
4
|
var BrightChainStrings;
|
|
5
5
|
(function (BrightChainStrings) {
|
|
6
|
-
//
|
|
7
|
-
|
|
8
|
-
//
|
|
9
|
-
|
|
10
|
-
BrightChainStrings["
|
|
11
|
-
BrightChainStrings["
|
|
12
|
-
BrightChainStrings["Error_UnknownEnumValueForEnumTemplate"] = "Error_UnknownEnumValueForEnumTemplate";
|
|
13
|
-
BrightChainStrings["Error_LanguageNotFoundInStringsTemplate"] = "Error_LanguageNotFoundInStringsTemplate";
|
|
14
|
-
BrightChainStrings["Error_Disposed"] = "Error_Disposed";
|
|
6
|
+
// NOTE: Admin and i18n error strings moved to @digitaldefiance/suite-core-lib SuiteCoreStringKey
|
|
7
|
+
// Use SuiteCoreStringKey for: Admin_StringNotFoundForLanguageTemplate, Error_NoTranslationsForEnumTemplate,
|
|
8
|
+
// Error_LanguageNotFoundForEnumTemplate, Error_NoTranslationsForEnumLanguageTemplate,
|
|
9
|
+
// Error_UnknownEnumValueForEnumTemplate, Error_LanguageNotFoundInStringsTemplate, Error_Disposed
|
|
10
|
+
BrightChainStrings["Common_BlockSize"] = "Common_BlockSize";
|
|
11
|
+
BrightChainStrings["Common_AtIndexTemplate"] = "Common_AtIndexTemplate";
|
|
15
12
|
// Block Access Errors
|
|
16
|
-
BrightChainStrings["
|
|
17
|
-
BrightChainStrings["
|
|
18
|
-
BrightChainStrings["
|
|
19
|
-
BrightChainStrings["
|
|
20
|
-
BrightChainStrings["
|
|
21
|
-
BrightChainStrings["
|
|
22
|
-
BrightChainStrings["
|
|
13
|
+
BrightChainStrings["Error_BlockAccess_Template"] = "Error_BlockAccess_Template";
|
|
14
|
+
BrightChainStrings["Error_BlockAccessError_BlockAlreadyExists"] = "Error_BlockAccessError_BlockAlreadyExists";
|
|
15
|
+
BrightChainStrings["Error_BlockAccessError_BlockIsNotPersistable"] = "Error_BlockAccessError_BlockIsNotPersistable";
|
|
16
|
+
BrightChainStrings["Error_BlockAccessError_BlockIsNotReadable"] = "Error_BlockAccessError_BlockIsNotReadable";
|
|
17
|
+
BrightChainStrings["Error_BlockAccessError_BlockFileNotFoundTemplate"] = "Error_BlockAccessError_BlockFileNotFoundTemplate";
|
|
18
|
+
BrightChainStrings["Error_BlockAccess_CBLCannotBeEncrypted"] = "Error_BlockAccess_CBLCannotBeEncrypted";
|
|
19
|
+
BrightChainStrings["Error_BlockAccessError_CreatorMustBeProvided"] = "Error_BlockAccessError_CreatorMustBeProvided";
|
|
23
20
|
// Block Validation Errors
|
|
24
|
-
BrightChainStrings["
|
|
25
|
-
BrightChainStrings["
|
|
26
|
-
BrightChainStrings["
|
|
27
|
-
BrightChainStrings["
|
|
28
|
-
BrightChainStrings["
|
|
29
|
-
BrightChainStrings["
|
|
30
|
-
BrightChainStrings["
|
|
31
|
-
BrightChainStrings["
|
|
32
|
-
BrightChainStrings["
|
|
33
|
-
BrightChainStrings["
|
|
34
|
-
BrightChainStrings["
|
|
35
|
-
BrightChainStrings["
|
|
36
|
-
BrightChainStrings["
|
|
37
|
-
BrightChainStrings["
|
|
38
|
-
BrightChainStrings["
|
|
39
|
-
BrightChainStrings["
|
|
40
|
-
BrightChainStrings["
|
|
41
|
-
BrightChainStrings["
|
|
42
|
-
BrightChainStrings["
|
|
43
|
-
BrightChainStrings["
|
|
44
|
-
BrightChainStrings["
|
|
45
|
-
BrightChainStrings["
|
|
46
|
-
BrightChainStrings["
|
|
47
|
-
BrightChainStrings["
|
|
48
|
-
BrightChainStrings["
|
|
49
|
-
BrightChainStrings["
|
|
50
|
-
BrightChainStrings["
|
|
51
|
-
BrightChainStrings["
|
|
52
|
-
BrightChainStrings["
|
|
53
|
-
BrightChainStrings["
|
|
54
|
-
BrightChainStrings["
|
|
55
|
-
BrightChainStrings["
|
|
56
|
-
BrightChainStrings["
|
|
57
|
-
BrightChainStrings["
|
|
58
|
-
BrightChainStrings["
|
|
21
|
+
BrightChainStrings["Error_BlockValidationError_Template"] = "Error_BlockValidationError_Template";
|
|
22
|
+
BrightChainStrings["Error_BlockValidationError_ActualDataLengthUnknown"] = "Error_BlockValidationError_ActualDataLengthUnknown";
|
|
23
|
+
BrightChainStrings["Error_BlockValidationError_AddressCountExceedsCapacity"] = "Error_BlockValidationError_AddressCountExceedsCapacity";
|
|
24
|
+
BrightChainStrings["Error_BlockValidationError_BlockDataNotBuffer"] = "Error_BlockValidationError_BlockDataNotBuffer";
|
|
25
|
+
BrightChainStrings["Error_BlockValidationError_BlockSizeNegative"] = "Error_BlockValidationError_BlockSizeNegative";
|
|
26
|
+
BrightChainStrings["Error_BlockValidationError_CreatorIDMismatch"] = "Error_BlockValidationError_CreatorIDMismatch";
|
|
27
|
+
BrightChainStrings["Error_BlockValidationError_DataBufferIsTruncated"] = "Error_BlockValidationError_DataBufferIsTruncated";
|
|
28
|
+
BrightChainStrings["Error_BlockValidationError_DataCannotBeEmpty"] = "Error_BlockValidationError_DataCannotBeEmpty";
|
|
29
|
+
BrightChainStrings["Error_BlockValidationError_DataLengthExceedsCapacity"] = "Error_BlockValidationError_DataLengthExceedsCapacity";
|
|
30
|
+
BrightChainStrings["Error_BlockValidationError_DataLengthTooShort"] = "Error_BlockValidationError_DataLengthTooShort";
|
|
31
|
+
BrightChainStrings["Error_BlockValidationError_DataLengthTooShortForCBLHeader"] = "Error_BlockValidationError_DataLengthTooShortForCBLHeader";
|
|
32
|
+
BrightChainStrings["Error_BlockValidationError_DataLengthTooShortForEncryptedCBL"] = "Error_BlockValidationError_DataLengthTooShortForEncryptedCBL";
|
|
33
|
+
BrightChainStrings["Error_BlockValidationError_EphemeralBlockOnlySupportsBufferData"] = "Error_BlockValidationError_EphemeralBlockOnlySupportsBufferData";
|
|
34
|
+
BrightChainStrings["Error_BlockValidationError_FutureCreationDate"] = "Error_BlockValidationError_FutureCreationDate";
|
|
35
|
+
BrightChainStrings["Error_BlockValidationError_InvalidAddressLengthTemplate"] = "Error_BlockValidationError_InvalidAddressLengthTemplate";
|
|
36
|
+
BrightChainStrings["Error_BlockValidationError_InvalidAuthTagLength"] = "Error_BlockValidationError_InvalidAuthTagLength";
|
|
37
|
+
BrightChainStrings["Error_BlockValidationError_InvalidBlockTypeTemplate"] = "Error_BlockValidationError_InvalidBlockTypeTemplate";
|
|
38
|
+
BrightChainStrings["Error_BlockValidationError_InvalidCBLAddressCount"] = "Error_BlockValidationError_InvalidCBLAddressCount";
|
|
39
|
+
BrightChainStrings["Error_BlockValidationError_InvalidCBLDataLength"] = "Error_BlockValidationError_InvalidCBLDataLength";
|
|
40
|
+
BrightChainStrings["Error_BlockValidationError_InvalidDateCreated"] = "Error_BlockValidationError_InvalidDateCreated";
|
|
41
|
+
BrightChainStrings["Error_BlockValidationError_InvalidEncryptionHeaderLength"] = "Error_BlockValidationError_InvalidEncryptionHeaderLength";
|
|
42
|
+
BrightChainStrings["Error_BlockValidationError_InvalidEphemeralPublicKeyLength"] = "Error_BlockValidationError_InvalidEphemeralPublicKeyLength";
|
|
43
|
+
BrightChainStrings["Error_BlockValidationError_InvalidIVLength"] = "Error_BlockValidationError_InvalidIVLength";
|
|
44
|
+
BrightChainStrings["Error_BlockValidationError_InvalidSignature"] = "Error_BlockValidationError_InvalidSignature";
|
|
45
|
+
BrightChainStrings["Error_BlockValidationError_InvalidTupleSizeTemplate"] = "Error_BlockValidationError_InvalidTupleSizeTemplate";
|
|
46
|
+
BrightChainStrings["Error_BlockValidationError_MethodMustBeImplementedByDerivedClass"] = "Error_BlockValidationError_MethodMustBeImplementedByDerivedClass";
|
|
47
|
+
BrightChainStrings["Error_BlockValidationError_NoChecksum"] = "Error_BlockValidationError_NoChecksum";
|
|
48
|
+
BrightChainStrings["Error_BlockValidationError_OriginalDataLengthNegative"] = "Error_BlockValidationError_OriginalDataLengthNegative";
|
|
49
|
+
BrightChainStrings["Error_BlockValidationError_InvalidRecipientCount"] = "Error_BlockValidationError_InvalidRecipientCount";
|
|
50
|
+
BrightChainStrings["Error_BlockValidationError_InvalidRecipientIds"] = "Error_BlockValidationError_InvalidRecipientIds";
|
|
51
|
+
BrightChainStrings["Error_BlockValidationError_InvalidRecipientKeys"] = "Error_BlockValidationError_InvalidRecipientKeys";
|
|
52
|
+
BrightChainStrings["Error_BlockValidationError_InvalidEncryptionType"] = "Error_BlockValidationError_InvalidEncryptionType";
|
|
53
|
+
BrightChainStrings["Error_BlockValidationError_InvalidCreator"] = "Error_BlockValidationError_InvalidCreator";
|
|
54
|
+
BrightChainStrings["Error_BlockValidationError_EncryptionRecipientNotFoundInRecipients"] = "Error_BlockValidationError_EncryptionRecipientNotFoundInRecipients";
|
|
55
|
+
BrightChainStrings["Error_BlockValidationError_EncryptionRecipientHasNoPrivateKey"] = "Error_BlockValidationError_EncryptionRecipientHasNoPrivateKey";
|
|
59
56
|
// Buffer Errors
|
|
60
|
-
BrightChainStrings["
|
|
57
|
+
BrightChainStrings["Error_BufferError_InvalidBufferTypeTemplate"] = "Error_BufferError_InvalidBufferTypeTemplate";
|
|
58
|
+
// Block Handle Errors
|
|
59
|
+
BrightChainStrings["Error_BlockHandle_BlockConstructorMustBeValid"] = "Error_BlockHandle_BlockConstructorMustBeValid";
|
|
60
|
+
BrightChainStrings["Error_BlockHandle_BlockSizeRequired"] = "Error_BlockHandle_BlockSizeRequired";
|
|
61
|
+
BrightChainStrings["Error_BlockHandle_DataMustBeUint8Array"] = "Error_BlockHandle_DataMustBeUint8Array";
|
|
62
|
+
BrightChainStrings["Error_BlockHandle_ChecksumMustBeChecksum"] = "Error_BlockHandle_ChecksumMustBeChecksum";
|
|
63
|
+
// Block Handle Tuple Errors
|
|
64
|
+
BrightChainStrings["Error_BlockHandleTuple_FailedToLoadBlockTemplate"] = "Error_BlockHandleTuple_FailedToLoadBlockTemplate";
|
|
65
|
+
BrightChainStrings["Error_BlockHandleTuple_FailedToStoreXorResultTemplate"] = "Error_BlockHandleTuple_FailedToStoreXorResultTemplate";
|
|
61
66
|
// Block Metadata Errors
|
|
62
|
-
BrightChainStrings["
|
|
63
|
-
BrightChainStrings["
|
|
64
|
-
BrightChainStrings["
|
|
65
|
-
BrightChainStrings["
|
|
66
|
-
BrightChainStrings["
|
|
67
|
-
BrightChainStrings["
|
|
68
|
-
BrightChainStrings["
|
|
69
|
-
BrightChainStrings["
|
|
67
|
+
BrightChainStrings["Error_BlockMetadata_Template"] = "Error_BlockMetadata_Template";
|
|
68
|
+
BrightChainStrings["Error_BlockMetadataError_CreatorIdMismatch"] = "Error_BlockMetadataError_CreatorIdMismatch";
|
|
69
|
+
BrightChainStrings["Error_BlockMetadataError_CreatorRequired"] = "Error_BlockMetadataError_CreatorRequired";
|
|
70
|
+
BrightChainStrings["Error_BlockMetadataError_EncryptorRequired"] = "Error_BlockMetadataError_EncryptorRequired";
|
|
71
|
+
BrightChainStrings["Error_BlockMetadataError_InvalidBlockMetadata"] = "Error_BlockMetadataError_InvalidBlockMetadata";
|
|
72
|
+
BrightChainStrings["Error_BlockMetadataError_InvalidBlockMetadataTemplate"] = "Error_BlockMetadataError_InvalidBlockMetadataTemplate";
|
|
73
|
+
BrightChainStrings["Error_BlockMetadataError_MetadataRequired"] = "Error_BlockMetadataError_MetadataRequired";
|
|
74
|
+
BrightChainStrings["Error_BlockMetadataError_MissingRequiredMetadata"] = "Error_BlockMetadataError_MissingRequiredMetadata";
|
|
70
75
|
// Block Operation Errors
|
|
71
|
-
BrightChainStrings["
|
|
72
|
-
BrightChainStrings["
|
|
73
|
-
BrightChainStrings["
|
|
76
|
+
BrightChainStrings["Error_Block_CannotBeDecrypted"] = "Error_Block_CannotBeDecrypted";
|
|
77
|
+
BrightChainStrings["Error_Block_CannotBeEncrypted"] = "Error_Block_CannotBeEncrypted";
|
|
78
|
+
BrightChainStrings["Error_BlockCapacity_Template"] = "Error_BlockCapacity_Template";
|
|
74
79
|
// Block Capacity Errors
|
|
75
|
-
BrightChainStrings["
|
|
76
|
-
BrightChainStrings["
|
|
77
|
-
BrightChainStrings["
|
|
78
|
-
BrightChainStrings["
|
|
79
|
-
BrightChainStrings["
|
|
80
|
-
BrightChainStrings["
|
|
81
|
-
BrightChainStrings["
|
|
80
|
+
BrightChainStrings["Error_BlockCapacity_InvalidBlockSize"] = "Error_BlockCapacity_InvalidBlockSize";
|
|
81
|
+
BrightChainStrings["Error_BlockCapacity_InvalidBlockType"] = "Error_BlockCapacity_InvalidBlockType";
|
|
82
|
+
BrightChainStrings["Error_BlockCapacity_CapacityExceeded"] = "Error_BlockCapacity_CapacityExceeded";
|
|
83
|
+
BrightChainStrings["Error_BlockCapacity_InvalidFileName"] = "Error_BlockCapacity_InvalidFileName";
|
|
84
|
+
BrightChainStrings["Error_BlockCapacity_InvalidMimetype"] = "Error_BlockCapacity_InvalidMimetype";
|
|
85
|
+
BrightChainStrings["Error_BlockCapacity_InvalidRecipientCount"] = "Error_BlockCapacity_InvalidRecipientCount";
|
|
86
|
+
BrightChainStrings["Error_BlockCapacity_InvalidExtendedCblData"] = "Error_BlockCapacity_InvalidExtendedCblData";
|
|
82
87
|
// Block Service Errors
|
|
83
|
-
BrightChainStrings["
|
|
84
|
-
BrightChainStrings["
|
|
85
|
-
BrightChainStrings["
|
|
86
|
-
BrightChainStrings["
|
|
87
|
-
BrightChainStrings["
|
|
88
|
-
BrightChainStrings["
|
|
89
|
-
BrightChainStrings["
|
|
90
|
-
BrightChainStrings["
|
|
91
|
-
BrightChainStrings["
|
|
92
|
-
BrightChainStrings["
|
|
93
|
-
BrightChainStrings["
|
|
94
|
-
BrightChainStrings["
|
|
95
|
-
BrightChainStrings["
|
|
96
|
-
BrightChainStrings["
|
|
97
|
-
BrightChainStrings["
|
|
98
|
-
BrightChainStrings["
|
|
99
|
-
//
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
BrightChainStrings["
|
|
103
|
-
BrightChainStrings["
|
|
104
|
-
BrightChainStrings["
|
|
105
|
-
BrightChainStrings["
|
|
106
|
-
BrightChainStrings["Error_MemberErrorInvalidMemberName"] = "Error_MemberErrorInvalidMemberName";
|
|
107
|
-
BrightChainStrings["Error_MemberErrorInvalidMemberNameWhitespace"] = "Error_MemberErrorInvalidMemberNameWhitespace";
|
|
108
|
-
BrightChainStrings["Error_MemberErrorInvalidMnemonic"] = "Error_MemberErrorInvalidMnemonic";
|
|
109
|
-
BrightChainStrings["Error_MemberErrorMissingEmail"] = "Error_MemberErrorMissingEmail";
|
|
110
|
-
BrightChainStrings["Error_MemberErrorMissingMemberName"] = "Error_MemberErrorMissingMemberName";
|
|
111
|
-
BrightChainStrings["Error_MemberErrorMissingVotingPrivateKey"] = "Error_MemberErrorMissingVotingPrivateKey";
|
|
112
|
-
BrightChainStrings["Error_MemberErrorMissingVotingPublicKey"] = "Error_MemberErrorMissingVotingPublicKey";
|
|
113
|
-
BrightChainStrings["Error_MemberErrorMissingPrivateKey"] = "Error_MemberErrorMissingPrivateKey";
|
|
114
|
-
BrightChainStrings["Error_MemberErrorNoWallet"] = "Error_MemberErrorNoWallet";
|
|
115
|
-
BrightChainStrings["Error_MemberErrorPrivateKeyRequiredToDeriveVotingKeyPair"] = "Error_MemberErrorPrivateKeyRequiredToDeriveVotingKeyPair";
|
|
116
|
-
BrightChainStrings["Error_MemberErrorWalletAlreadyLoaded"] = "Error_MemberErrorWalletAlreadyLoaded";
|
|
117
|
-
BrightChainStrings["Error_MemberErrorInsufficientRandomBlocks"] = "Error_MemberErrorInsufficientRandomBlocks";
|
|
118
|
-
BrightChainStrings["Error_MemberErrorFailedToCreateMemberBlocks"] = "Error_MemberErrorFailedToCreateMemberBlocks";
|
|
119
|
-
BrightChainStrings["Error_MemberErrorFailedToHydrateMember"] = "Error_MemberErrorFailedToHydrateMember";
|
|
120
|
-
BrightChainStrings["Error_MemberErrorInvalidMemberData"] = "Error_MemberErrorInvalidMemberData";
|
|
121
|
-
BrightChainStrings["Error_MemberErrorFailedToConvertMemberData"] = "Error_MemberErrorFailedToConvertMemberData";
|
|
122
|
-
BrightChainStrings["Error_MemberErrorInvalidMemberBlocks"] = "Error_MemberErrorInvalidMemberBlocks";
|
|
88
|
+
BrightChainStrings["Error_BlockServiceError_BlockWhitenerCountMismatch"] = "Error_BlockServiceError_BlockWhitenerCountMismatch";
|
|
89
|
+
BrightChainStrings["Error_BlockServiceError_EmptyBlocksArray"] = "Error_BlockServiceError_EmptyBlocksArray";
|
|
90
|
+
BrightChainStrings["Error_BlockServiceError_BlockSizeMismatch"] = "Error_BlockServiceError_BlockSizeMismatch";
|
|
91
|
+
BrightChainStrings["Error_BlockServiceError_NoWhitenersProvided"] = "Error_BlockServiceError_NoWhitenersProvided";
|
|
92
|
+
BrightChainStrings["Error_BlockServiceError_AlreadyInitialized"] = "Error_BlockServiceError_AlreadyInitialized";
|
|
93
|
+
BrightChainStrings["Error_BlockServiceError_Uninitialized"] = "Error_BlockServiceError_Uninitialized";
|
|
94
|
+
BrightChainStrings["Error_BlockServiceError_BlockAlreadyExistsTemplate"] = "Error_BlockServiceError_BlockAlreadyExistsTemplate";
|
|
95
|
+
BrightChainStrings["Error_BlockServiceError_RecipientRequiredForEncryption"] = "Error_BlockServiceError_RecipientRequiredForEncryption";
|
|
96
|
+
BrightChainStrings["Error_BlockServiceError_CannotDetermineBlockSize"] = "Error_BlockServiceError_CannotDetermineBlockSize";
|
|
97
|
+
BrightChainStrings["Error_BlockServiceError_CannotDetermineFileName"] = "Error_BlockServiceError_CannotDetermineFileName";
|
|
98
|
+
BrightChainStrings["Error_BlockServiceError_CannotDetermineFileLength"] = "Error_BlockServiceError_CannotDetermineFileLength";
|
|
99
|
+
BrightChainStrings["Error_BlockServiceError_CannotDetermineMimeType"] = "Error_BlockServiceError_CannotDetermineMimeType";
|
|
100
|
+
BrightChainStrings["Error_BlockServiceError_FilePathNotProvided"] = "Error_BlockServiceError_FilePathNotProvided";
|
|
101
|
+
BrightChainStrings["Error_BlockServiceError_UnableToDetermineBlockSize"] = "Error_BlockServiceError_UnableToDetermineBlockSize";
|
|
102
|
+
BrightChainStrings["Error_BlockServiceError_InvalidBlockData"] = "Error_BlockServiceError_InvalidBlockData";
|
|
103
|
+
BrightChainStrings["Error_BlockServiceError_InvalidBlockType"] = "Error_BlockServiceError_InvalidBlockType";
|
|
104
|
+
// NOTE: Most member error strings moved to @digitaldefiance/ecies-lib EciesStringKey
|
|
105
|
+
// BrightChain-specific member errors (voting-related, blocks-related) remain here
|
|
106
|
+
// NOTE: Error_MemberErrorMissingVotingPrivateKey and Error_MemberErrorMissingVotingPublicKey moved to @digitaldefiance/suite-core-lib SuiteCoreStringKey
|
|
107
|
+
BrightChainStrings["Error_MemberError_InsufficientRandomBlocks"] = "Error_MemberError_InsufficientRandomBlocks";
|
|
108
|
+
BrightChainStrings["Error_MemberError_FailedToCreateMemberBlocks"] = "Error_MemberError_FailedToCreateMemberBlocks";
|
|
109
|
+
BrightChainStrings["Error_MemberError_InvalidMemberBlocks"] = "Error_MemberError_InvalidMemberBlocks";
|
|
110
|
+
BrightChainStrings["Error_MemberError_PrivateKeyRequiredToDeriveVotingKeyPair"] = "Error_MemberError_PrivateKeyRequiredToDeriveVotingKeyPair";
|
|
123
111
|
// Voting Derivation Errors
|
|
124
|
-
BrightChainStrings["
|
|
125
|
-
BrightChainStrings["
|
|
126
|
-
BrightChainStrings["
|
|
127
|
-
BrightChainStrings["
|
|
128
|
-
BrightChainStrings["
|
|
129
|
-
BrightChainStrings["
|
|
130
|
-
BrightChainStrings["
|
|
131
|
-
BrightChainStrings["
|
|
132
|
-
BrightChainStrings["
|
|
133
|
-
BrightChainStrings["
|
|
112
|
+
BrightChainStrings["Error_VotingDerivationError_FailedToGeneratePrime"] = "Error_VotingDerivationError_FailedToGeneratePrime";
|
|
113
|
+
BrightChainStrings["Error_VotingDerivationError_IdenticalPrimes"] = "Error_VotingDerivationError_IdenticalPrimes";
|
|
114
|
+
BrightChainStrings["Error_VotingDerivationError_KeyPairTooSmallTemplate"] = "Error_VotingDerivationError_KeyPairTooSmallTemplate";
|
|
115
|
+
BrightChainStrings["Error_VotingDerivationError_KeyPairValidationFailed"] = "Error_VotingDerivationError_KeyPairValidationFailed";
|
|
116
|
+
BrightChainStrings["Error_VotingDerivationError_ModularInverseDoesNotExist"] = "Error_VotingDerivationError_ModularInverseDoesNotExist";
|
|
117
|
+
BrightChainStrings["Error_VotingDerivationError_PrivateKeyMustBeBuffer"] = "Error_VotingDerivationError_PrivateKeyMustBeBuffer";
|
|
118
|
+
BrightChainStrings["Error_VotingDerivationError_PublicKeyMustBeBuffer"] = "Error_VotingDerivationError_PublicKeyMustBeBuffer";
|
|
119
|
+
BrightChainStrings["Error_VotingDerivationError_InvalidPublicKeyFormat"] = "Error_VotingDerivationError_InvalidPublicKeyFormat";
|
|
120
|
+
BrightChainStrings["Error_VotingDerivationError_InvalidEcdhKeyPair"] = "Error_VotingDerivationError_InvalidEcdhKeyPair";
|
|
121
|
+
BrightChainStrings["Error_VotingDerivationError_FailedToDeriveVotingKeysTemplate"] = "Error_VotingDerivationError_FailedToDeriveVotingKeysTemplate";
|
|
134
122
|
// Voting Errors
|
|
135
|
-
BrightChainStrings["
|
|
136
|
-
BrightChainStrings["
|
|
137
|
-
BrightChainStrings["
|
|
138
|
-
BrightChainStrings["
|
|
139
|
-
BrightChainStrings["
|
|
140
|
-
BrightChainStrings["
|
|
141
|
-
BrightChainStrings["
|
|
142
|
-
BrightChainStrings["
|
|
143
|
-
BrightChainStrings["
|
|
144
|
-
BrightChainStrings["
|
|
145
|
-
BrightChainStrings["
|
|
146
|
-
BrightChainStrings["
|
|
147
|
-
BrightChainStrings["
|
|
148
|
-
BrightChainStrings["
|
|
149
|
-
BrightChainStrings["
|
|
150
|
-
BrightChainStrings["
|
|
151
|
-
BrightChainStrings["
|
|
152
|
-
BrightChainStrings["
|
|
153
|
-
BrightChainStrings["
|
|
154
|
-
BrightChainStrings["
|
|
155
|
-
BrightChainStrings["
|
|
156
|
-
BrightChainStrings["
|
|
157
|
-
BrightChainStrings["
|
|
158
|
-
BrightChainStrings["
|
|
159
|
-
BrightChainStrings["
|
|
160
|
-
BrightChainStrings["
|
|
161
|
-
BrightChainStrings["
|
|
162
|
-
BrightChainStrings["
|
|
163
|
-
BrightChainStrings["
|
|
164
|
-
BrightChainStrings["
|
|
165
|
-
BrightChainStrings["
|
|
166
|
-
BrightChainStrings["
|
|
167
|
-
// FEC
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
BrightChainStrings["
|
|
174
|
-
BrightChainStrings["
|
|
175
|
-
BrightChainStrings["
|
|
176
|
-
BrightChainStrings["
|
|
177
|
-
BrightChainStrings["
|
|
178
|
-
BrightChainStrings["
|
|
179
|
-
BrightChainStrings["
|
|
180
|
-
BrightChainStrings["
|
|
181
|
-
BrightChainStrings["
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
BrightChainStrings["
|
|
185
|
-
BrightChainStrings["Error_FecErrorFecDecodingFailedTemplate"] = "Error_FecErrorFecDecodingFailedTemplate";
|
|
186
|
-
// ECIES Errors
|
|
187
|
-
BrightChainStrings["Error_EciesErrorInvalidMnemonic"] = "Error_EciesErrorInvalidMnemonic";
|
|
188
|
-
BrightChainStrings["Error_EciesErrorInvalidEphemeralPublicKey"] = "Error_EciesErrorInvalidEphemeralPublicKey";
|
|
189
|
-
BrightChainStrings["Error_EciesErrorInvalidSenderPublicKey"] = "Error_EciesErrorInvalidSenderPublicKey";
|
|
190
|
-
BrightChainStrings["Error_EciesErrorInvalidEncryptedDataLength"] = "Error_EciesErrorInvalidEncryptedDataLength";
|
|
191
|
-
BrightChainStrings["Error_EciesErrorInvalidHeaderLength"] = "Error_EciesErrorInvalidHeaderLength";
|
|
192
|
-
BrightChainStrings["Error_EciesErrorMessageLengthMismatch"] = "Error_EciesErrorMessageLengthMismatch";
|
|
193
|
-
BrightChainStrings["Error_EciesErrorInvalidEncryptedKeyLength"] = "Error_EciesErrorInvalidEncryptedKeyLength";
|
|
194
|
-
BrightChainStrings["Error_EciesErrorRecipientNotFound"] = "Error_EciesErrorRecipientNotFound";
|
|
195
|
-
BrightChainStrings["Error_EciesErrorInvalidSignature"] = "Error_EciesErrorInvalidSignature";
|
|
196
|
-
BrightChainStrings["Error_EciesErrorTooManyRecipients"] = "Error_EciesErrorTooManyRecipients";
|
|
197
|
-
BrightChainStrings["Error_EciesErrorPrivateKeyNotLoaded"] = "Error_EciesErrorPrivateKeyNotLoaded";
|
|
198
|
-
BrightChainStrings["Error_EciesErrorRecipientKeyCountMismatch"] = "Error_EciesErrorRecipientKeyCountMismatch";
|
|
199
|
-
BrightChainStrings["Error_EciesErrorInvalidIVLength"] = "Error_EciesErrorInvalidIVLength";
|
|
200
|
-
BrightChainStrings["Error_EciesErrorInvalidAuthTagLength"] = "Error_EciesErrorInvalidAuthTagLength";
|
|
201
|
-
BrightChainStrings["Error_EciesErrorInvalidRecipientCount"] = "Error_EciesErrorInvalidRecipientCount";
|
|
202
|
-
BrightChainStrings["Error_EciesErrorFileSizeTooLarge"] = "Error_EciesErrorFileSizeTooLarge";
|
|
203
|
-
BrightChainStrings["Error_EciesErrorInvalidDataLength"] = "Error_EciesErrorInvalidDataLength";
|
|
204
|
-
BrightChainStrings["Error_EciesErrorInvalidBlockType"] = "Error_EciesErrorInvalidBlockType";
|
|
205
|
-
BrightChainStrings["Error_EciesErrorInvalidMessageCrc"] = "Error_EciesErrorInvalidMessageCrc";
|
|
123
|
+
BrightChainStrings["Error_VotingError_InvalidKeyPairPublicKeyNotIsolated"] = "Error_VotingError_InvalidKeyPairPublicKeyNotIsolated";
|
|
124
|
+
BrightChainStrings["Error_VotingError_InvalidKeyPairPrivateKeyNotIsolated"] = "Error_VotingError_InvalidKeyPairPrivateKeyNotIsolated";
|
|
125
|
+
BrightChainStrings["Error_VotingError_InvalidPublicKeyNotIsolated"] = "Error_VotingError_InvalidPublicKeyNotIsolated";
|
|
126
|
+
BrightChainStrings["Error_VotingError_InvalidPublicKeyBufferTooShort"] = "Error_VotingError_InvalidPublicKeyBufferTooShort";
|
|
127
|
+
BrightChainStrings["Error_VotingError_InvalidPublicKeyBufferWrongMagic"] = "Error_VotingError_InvalidPublicKeyBufferWrongMagic";
|
|
128
|
+
BrightChainStrings["Error_VotingError_UnsupportedPublicKeyVersion"] = "Error_VotingError_UnsupportedPublicKeyVersion";
|
|
129
|
+
BrightChainStrings["Error_VotingError_InvalidPublicKeyBufferIncompleteN"] = "Error_VotingError_InvalidPublicKeyBufferIncompleteN";
|
|
130
|
+
BrightChainStrings["Error_VotingError_InvalidPublicKeyBufferFailedToParseNTemplate"] = "Error_VotingError_InvalidPublicKeyBufferFailedToParseNTemplate";
|
|
131
|
+
BrightChainStrings["Error_VotingError_InvalidPublicKeyIdMismatch"] = "Error_VotingError_InvalidPublicKeyIdMismatch";
|
|
132
|
+
BrightChainStrings["Error_VotingError_ModularInverseDoesNotExist"] = "Error_VotingError_ModularInverseDoesNotExist";
|
|
133
|
+
BrightChainStrings["Error_VotingError_PrivateKeyMustBeBuffer"] = "Error_VotingError_PrivateKeyMustBeBuffer";
|
|
134
|
+
BrightChainStrings["Error_VotingError_PublicKeyMustBeBuffer"] = "Error_VotingError_PublicKeyMustBeBuffer";
|
|
135
|
+
BrightChainStrings["Error_VotingError_InvalidPublicKeyFormat"] = "Error_VotingError_InvalidPublicKeyFormat";
|
|
136
|
+
BrightChainStrings["Error_VotingError_InvalidEcdhKeyPair"] = "Error_VotingError_InvalidEcdhKeyPair";
|
|
137
|
+
BrightChainStrings["Error_VotingError_FailedToDeriveVotingKeysTemplate"] = "Error_VotingError_FailedToDeriveVotingKeysTemplate";
|
|
138
|
+
BrightChainStrings["Error_VotingError_FailedToGeneratePrime"] = "Error_VotingError_FailedToGeneratePrime";
|
|
139
|
+
BrightChainStrings["Error_VotingError_IdenticalPrimes"] = "Error_VotingError_IdenticalPrimes";
|
|
140
|
+
BrightChainStrings["Error_VotingError_KeyPairTooSmallTemplate"] = "Error_VotingError_KeyPairTooSmallTemplate";
|
|
141
|
+
BrightChainStrings["Error_VotingError_KeyPairValidationFailed"] = "Error_VotingError_KeyPairValidationFailed";
|
|
142
|
+
BrightChainStrings["Error_VotingError_InvalidVotingKey"] = "Error_VotingError_InvalidVotingKey";
|
|
143
|
+
BrightChainStrings["Error_VotingError_InvalidKeyPair"] = "Error_VotingError_InvalidKeyPair";
|
|
144
|
+
BrightChainStrings["Error_VotingError_InvalidPublicKey"] = "Error_VotingError_InvalidPublicKey";
|
|
145
|
+
BrightChainStrings["Error_VotingError_InvalidPrivateKey"] = "Error_VotingError_InvalidPrivateKey";
|
|
146
|
+
BrightChainStrings["Error_VotingError_InvalidEncryptedKey"] = "Error_VotingError_InvalidEncryptedKey";
|
|
147
|
+
BrightChainStrings["Error_VotingError_InvalidPrivateKeyBufferTooShort"] = "Error_VotingError_InvalidPrivateKeyBufferTooShort";
|
|
148
|
+
BrightChainStrings["Error_VotingError_InvalidPrivateKeyBufferWrongMagic"] = "Error_VotingError_InvalidPrivateKeyBufferWrongMagic";
|
|
149
|
+
BrightChainStrings["Error_VotingError_UnsupportedPrivateKeyVersion"] = "Error_VotingError_UnsupportedPrivateKeyVersion";
|
|
150
|
+
BrightChainStrings["Error_VotingError_InvalidPrivateKeyBufferIncompleteLambda"] = "Error_VotingError_InvalidPrivateKeyBufferIncompleteLambda";
|
|
151
|
+
BrightChainStrings["Error_VotingError_InvalidPrivateKeyBufferIncompleteMuLength"] = "Error_VotingError_InvalidPrivateKeyBufferIncompleteMuLength";
|
|
152
|
+
BrightChainStrings["Error_VotingError_InvalidPrivateKeyBufferIncompleteMu"] = "Error_VotingError_InvalidPrivateKeyBufferIncompleteMu";
|
|
153
|
+
BrightChainStrings["Error_VotingError_InvalidPrivateKeyBufferFailedToParse"] = "Error_VotingError_InvalidPrivateKeyBufferFailedToParse";
|
|
154
|
+
BrightChainStrings["Error_VotingError_InvalidPrivateKeyBufferFailedToCreate"] = "Error_VotingError_InvalidPrivateKeyBufferFailedToCreate";
|
|
155
|
+
// NOTE: FEC error strings moved to @digitaldefiance/suite-core-lib SuiteCoreStringKey
|
|
156
|
+
// Use SuiteCoreStringKey for: Error_FecErrorDataRequired, Error_FecErrorInvalidShardCounts,
|
|
157
|
+
// Error_FecErrorInvalidShardsAvailableArray, Error_FecErrorParityDataCountMustBePositive,
|
|
158
|
+
// Error_FecErrorInvalidDataLengthTemplate, Error_FecErrorShardSizeExceedsMaximumTemplate,
|
|
159
|
+
// Error_FecErrorNotEnoughShardsAvailableTemplate, Error_FecErrorFecEncodingFailedTemplate,
|
|
160
|
+
// Error_FecErrorFecDecodingFailedTemplate
|
|
161
|
+
BrightChainStrings["Error_FecError_InputBlockRequired"] = "Error_FecError_InputBlockRequired";
|
|
162
|
+
BrightChainStrings["Error_FecError_DamagedBlockRequired"] = "Error_FecError_DamagedBlockRequired";
|
|
163
|
+
BrightChainStrings["Error_FecError_ParityBlocksRequired"] = "Error_FecError_ParityBlocksRequired";
|
|
164
|
+
BrightChainStrings["Error_FecError_InvalidParityBlockSizeTemplate"] = "Error_FecError_InvalidParityBlockSizeTemplate";
|
|
165
|
+
BrightChainStrings["Error_FecError_InvalidRecoveredBlockSizeTemplate"] = "Error_FecError_InvalidRecoveredBlockSizeTemplate";
|
|
166
|
+
BrightChainStrings["Error_FecError_InputDataMustBeBuffer"] = "Error_FecError_InputDataMustBeBuffer";
|
|
167
|
+
BrightChainStrings["Error_FecError_BlockSizeMismatch"] = "Error_FecError_BlockSizeMismatch";
|
|
168
|
+
BrightChainStrings["Error_FecError_DamagedBlockDataMustBeBuffer"] = "Error_FecError_DamagedBlockDataMustBeBuffer";
|
|
169
|
+
BrightChainStrings["Error_FecError_ParityBlockDataMustBeBuffer"] = "Error_FecError_ParityBlockDataMustBeBuffer";
|
|
170
|
+
// NOTE: ECIES error strings moved to @digitaldefiance/suite-core-lib SuiteCoreStringKey
|
|
171
|
+
// Use SuiteCoreStringKey for all Error_EciesError* keys
|
|
172
|
+
BrightChainStrings["Error_EciesError_InvalidBlockType"] = "Error_EciesError_InvalidBlockType";
|
|
206
173
|
// Store Errors
|
|
207
|
-
BrightChainStrings["
|
|
208
|
-
BrightChainStrings["
|
|
209
|
-
BrightChainStrings["
|
|
210
|
-
BrightChainStrings["
|
|
211
|
-
BrightChainStrings["
|
|
212
|
-
BrightChainStrings["
|
|
213
|
-
BrightChainStrings["
|
|
214
|
-
BrightChainStrings["
|
|
215
|
-
BrightChainStrings["
|
|
216
|
-
BrightChainStrings["
|
|
217
|
-
BrightChainStrings["
|
|
218
|
-
BrightChainStrings["
|
|
219
|
-
BrightChainStrings["
|
|
220
|
-
BrightChainStrings["
|
|
221
|
-
BrightChainStrings["
|
|
222
|
-
BrightChainStrings["
|
|
223
|
-
BrightChainStrings["
|
|
224
|
-
BrightChainStrings["
|
|
225
|
-
BrightChainStrings["
|
|
226
|
-
// Secure Storage
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
BrightChainStrings["Error_SecureStorageValueIsNull"] = "Error_SecureStorageValueIsNull";
|
|
174
|
+
BrightChainStrings["Error_StoreError_InvalidBlockMetadataTemplate"] = "Error_StoreError_InvalidBlockMetadataTemplate";
|
|
175
|
+
BrightChainStrings["Error_StoreError_KeyNotFoundTemplate"] = "Error_StoreError_KeyNotFoundTemplate";
|
|
176
|
+
BrightChainStrings["Error_StoreError_StorePathRequired"] = "Error_StoreError_StorePathRequired";
|
|
177
|
+
BrightChainStrings["Error_StoreError_StorePathNotFound"] = "Error_StoreError_StorePathNotFound";
|
|
178
|
+
BrightChainStrings["Error_StoreError_BlockSizeRequired"] = "Error_StoreError_BlockSizeRequired";
|
|
179
|
+
BrightChainStrings["Error_StoreError_BlockIdRequired"] = "Error_StoreError_BlockIdRequired";
|
|
180
|
+
BrightChainStrings["Error_StoreError_InvalidBlockIdTooShort"] = "Error_StoreError_InvalidBlockIdTooShort";
|
|
181
|
+
BrightChainStrings["Error_StoreError_BlockFileSizeMismatch"] = "Error_StoreError_BlockFileSizeMismatch";
|
|
182
|
+
BrightChainStrings["Error_StoreError_BlockValidationFailed"] = "Error_StoreError_BlockValidationFailed";
|
|
183
|
+
BrightChainStrings["Error_StoreError_BlockPathAlreadyExistsTemplate"] = "Error_StoreError_BlockPathAlreadyExistsTemplate";
|
|
184
|
+
BrightChainStrings["Error_StoreError_BlockAlreadyExists"] = "Error_StoreError_BlockAlreadyExists";
|
|
185
|
+
BrightChainStrings["Error_StoreError_NoBlocksProvided"] = "Error_StoreError_NoBlocksProvided";
|
|
186
|
+
BrightChainStrings["Error_StoreError_CannotStoreEphemeralData"] = "Error_StoreError_CannotStoreEphemeralData";
|
|
187
|
+
BrightChainStrings["Error_StoreError_BlockIdMismatchTemplate"] = "Error_StoreError_BlockIdMismatchTemplate";
|
|
188
|
+
BrightChainStrings["Error_StoreError_BlockSizeMismatch"] = "Error_StoreError_BlockSizeMismatch";
|
|
189
|
+
BrightChainStrings["Error_StoreError_BlockDirectoryCreationFailedTemplate"] = "Error_StoreError_BlockDirectoryCreationFailedTemplate";
|
|
190
|
+
BrightChainStrings["Error_StoreError_BlockDeletionFailedTemplate"] = "Error_StoreError_BlockDeletionFailedTemplate";
|
|
191
|
+
BrightChainStrings["Error_StoreError_NotImplemented"] = "Error_StoreError_NotImplemented";
|
|
192
|
+
BrightChainStrings["Error_StoreError_InsufficientRandomBlocksTemplate"] = "Error_StoreError_InsufficientRandomBlocksTemplate";
|
|
193
|
+
// NOTE: Secure Storage error strings moved to @digitaldefiance/suite-core-lib SuiteCoreStringKey
|
|
194
|
+
// Use SuiteCoreStringKey for: Error_SecureStorageDecryptedValueLengthMismatch,
|
|
195
|
+
// Error_SecureStorageDecryptedValueChecksumMismatch, Error_SecureStorageValueIsNull
|
|
230
196
|
// Sealing Errors
|
|
231
|
-
BrightChainStrings["
|
|
232
|
-
BrightChainStrings["
|
|
233
|
-
BrightChainStrings["
|
|
234
|
-
BrightChainStrings["
|
|
235
|
-
BrightChainStrings["
|
|
236
|
-
BrightChainStrings["
|
|
237
|
-
BrightChainStrings["
|
|
238
|
-
BrightChainStrings["
|
|
197
|
+
BrightChainStrings["Error_SealingError_MissingPrivateKeys"] = "Error_SealingError_MissingPrivateKeys";
|
|
198
|
+
BrightChainStrings["Error_SealingError_MemberNotFound"] = "Error_SealingError_MemberNotFound";
|
|
199
|
+
BrightChainStrings["Error_SealingError_TooManyMembersToUnlock"] = "Error_SealingError_TooManyMembersToUnlock";
|
|
200
|
+
BrightChainStrings["Error_SealingError_NotEnoughMembersToUnlock"] = "Error_SealingError_NotEnoughMembersToUnlock";
|
|
201
|
+
BrightChainStrings["Error_SealingError_EncryptedShareNotFound"] = "Error_SealingError_EncryptedShareNotFound";
|
|
202
|
+
BrightChainStrings["Error_SealingError_InvalidBitRange"] = "Error_SealingError_InvalidBitRange";
|
|
203
|
+
BrightChainStrings["Error_SealingError_InvalidMemberArray"] = "Error_SealingError_InvalidMemberArray";
|
|
204
|
+
BrightChainStrings["Error_SealingError_FailedToSealTemplate"] = "Error_SealingError_FailedToSealTemplate";
|
|
239
205
|
// CBL Errors
|
|
240
|
-
BrightChainStrings["
|
|
241
|
-
BrightChainStrings["
|
|
242
|
-
BrightChainStrings["
|
|
243
|
-
BrightChainStrings["
|
|
244
|
-
BrightChainStrings["
|
|
245
|
-
BrightChainStrings["
|
|
246
|
-
BrightChainStrings["
|
|
247
|
-
BrightChainStrings["
|
|
248
|
-
BrightChainStrings["
|
|
249
|
-
BrightChainStrings["
|
|
250
|
-
BrightChainStrings["
|
|
251
|
-
BrightChainStrings["
|
|
252
|
-
BrightChainStrings["
|
|
253
|
-
BrightChainStrings["
|
|
254
|
-
BrightChainStrings["
|
|
255
|
-
BrightChainStrings["
|
|
256
|
-
BrightChainStrings["
|
|
257
|
-
BrightChainStrings["
|
|
258
|
-
BrightChainStrings["
|
|
259
|
-
BrightChainStrings["
|
|
260
|
-
BrightChainStrings["
|
|
261
|
-
BrightChainStrings["
|
|
262
|
-
BrightChainStrings["
|
|
263
|
-
BrightChainStrings["
|
|
264
|
-
BrightChainStrings["
|
|
265
|
-
BrightChainStrings["
|
|
266
|
-
BrightChainStrings["
|
|
267
|
-
BrightChainStrings["
|
|
268
|
-
BrightChainStrings["
|
|
269
|
-
BrightChainStrings["
|
|
270
|
-
BrightChainStrings["
|
|
271
|
-
BrightChainStrings["
|
|
272
|
-
BrightChainStrings["
|
|
273
|
-
BrightChainStrings["
|
|
274
|
-
BrightChainStrings["
|
|
275
|
-
BrightChainStrings["
|
|
276
|
-
BrightChainStrings["
|
|
277
|
-
BrightChainStrings["
|
|
206
|
+
BrightChainStrings["Error_CblError_BlockNotReadable"] = "Error_CblError_BlockNotReadable";
|
|
207
|
+
BrightChainStrings["Error_CblError_CblRequired"] = "Error_CblError_CblRequired";
|
|
208
|
+
BrightChainStrings["Error_CblError_WhitenedBlockFunctionRequired"] = "Error_CblError_WhitenedBlockFunctionRequired";
|
|
209
|
+
BrightChainStrings["Error_CblError_FailedToLoadBlock"] = "Error_CblError_FailedToLoadBlock";
|
|
210
|
+
BrightChainStrings["Error_CblError_ExpectedEncryptedDataBlock"] = "Error_CblError_ExpectedEncryptedDataBlock";
|
|
211
|
+
BrightChainStrings["Error_CblError_ExpectedOwnedDataBlock"] = "Error_CblError_ExpectedOwnedDataBlock";
|
|
212
|
+
BrightChainStrings["Error_CblError_InvalidStructure"] = "Error_CblError_InvalidStructure";
|
|
213
|
+
BrightChainStrings["Error_CblError_CreatorUndefined"] = "Error_CblError_CreatorUndefined";
|
|
214
|
+
BrightChainStrings["Error_CblError_CreatorRequiredForSignature"] = "Error_CblError_CreatorRequiredForSignature";
|
|
215
|
+
BrightChainStrings["Error_CblError_InvalidCreatorId"] = "Error_CblError_InvalidCreatorId";
|
|
216
|
+
BrightChainStrings["Error_CblError_FileNameRequired"] = "Error_CblError_FileNameRequired";
|
|
217
|
+
BrightChainStrings["Error_CblError_FileNameEmpty"] = "Error_CblError_FileNameEmpty";
|
|
218
|
+
BrightChainStrings["Error_CblError_FileNameWhitespace"] = "Error_CblError_FileNameWhitespace";
|
|
219
|
+
BrightChainStrings["Error_CblError_FileNameInvalidChar"] = "Error_CblError_FileNameInvalidChar";
|
|
220
|
+
BrightChainStrings["Error_CblError_FileNameControlChars"] = "Error_CblError_FileNameControlChars";
|
|
221
|
+
BrightChainStrings["Error_CblError_FileNamePathTraversal"] = "Error_CblError_FileNamePathTraversal";
|
|
222
|
+
BrightChainStrings["Error_CblError_MimeTypeRequired"] = "Error_CblError_MimeTypeRequired";
|
|
223
|
+
BrightChainStrings["Error_CblError_MimeTypeEmpty"] = "Error_CblError_MimeTypeEmpty";
|
|
224
|
+
BrightChainStrings["Error_CblError_MimeTypeWhitespace"] = "Error_CblError_MimeTypeWhitespace";
|
|
225
|
+
BrightChainStrings["Error_CblError_MimeTypeLowercase"] = "Error_CblError_MimeTypeLowercase";
|
|
226
|
+
BrightChainStrings["Error_CblError_MimeTypeInvalidFormat"] = "Error_CblError_MimeTypeInvalidFormat";
|
|
227
|
+
BrightChainStrings["Error_CblError_InvalidBlockSize"] = "Error_CblError_InvalidBlockSize";
|
|
228
|
+
BrightChainStrings["Error_CblError_MetadataSizeExceeded"] = "Error_CblError_MetadataSizeExceeded";
|
|
229
|
+
BrightChainStrings["Error_CblError_MetadataSizeNegative"] = "Error_CblError_MetadataSizeNegative";
|
|
230
|
+
BrightChainStrings["Error_CblError_InvalidMetadataBuffer"] = "Error_CblError_InvalidMetadataBuffer";
|
|
231
|
+
BrightChainStrings["Error_CblError_CreationFailedTemplate"] = "Error_CblError_CreationFailedTemplate";
|
|
232
|
+
BrightChainStrings["Error_CblError_InsufficientCapacityTemplate"] = "Error_CblError_InsufficientCapacityTemplate";
|
|
233
|
+
BrightChainStrings["Error_CblError_NotExtendedCbl"] = "Error_CblError_NotExtendedCbl";
|
|
234
|
+
BrightChainStrings["Error_CblError_InvalidSignature"] = "Error_CblError_InvalidSignature";
|
|
235
|
+
BrightChainStrings["Error_CblError_CreatorIdMismatch"] = "Error_CblError_CreatorIdMismatch";
|
|
236
|
+
BrightChainStrings["Error_CblError_FileSizeTooLarge"] = "Error_CblError_FileSizeTooLarge";
|
|
237
|
+
BrightChainStrings["Error_CblError_FileSizeTooLargeForNode"] = "Error_CblError_FileSizeTooLargeForNode";
|
|
238
|
+
BrightChainStrings["Error_CblError_InvalidTupleSize"] = "Error_CblError_InvalidTupleSize";
|
|
239
|
+
BrightChainStrings["Error_CblError_FileNameTooLong"] = "Error_CblError_FileNameTooLong";
|
|
240
|
+
BrightChainStrings["Error_CblError_MimeTypeTooLong"] = "Error_CblError_MimeTypeTooLong";
|
|
241
|
+
BrightChainStrings["Error_CblError_AddressCountExceedsCapacity"] = "Error_CblError_AddressCountExceedsCapacity";
|
|
242
|
+
BrightChainStrings["Error_CblError_CblEncrypted"] = "Error_CblError_CblEncrypted";
|
|
243
|
+
BrightChainStrings["Error_CblError_UserRequiredForDecryption"] = "Error_CblError_UserRequiredForDecryption";
|
|
244
|
+
BrightChainStrings["Error_CblError_NotASuperCbl"] = "Error_CblError_NotASuperCbl";
|
|
245
|
+
BrightChainStrings["Error_CblError_FailedToExtractCreatorId"] = "Error_CblError_FailedToExtractCreatorId";
|
|
246
|
+
BrightChainStrings["Error_CblError_FailedToExtractProvidedCreatorId"] = "Error_CblError_FailedToExtractProvidedCreatorId";
|
|
278
247
|
// Multi-Encrypted Errors
|
|
279
|
-
BrightChainStrings["
|
|
280
|
-
BrightChainStrings["
|
|
281
|
-
BrightChainStrings["
|
|
282
|
-
BrightChainStrings["
|
|
283
|
-
BrightChainStrings["
|
|
284
|
-
BrightChainStrings["
|
|
285
|
-
BrightChainStrings["
|
|
286
|
-
BrightChainStrings["
|
|
287
|
-
BrightChainStrings["
|
|
288
|
-
BrightChainStrings["
|
|
248
|
+
BrightChainStrings["Error_MultiEncryptedError_InvalidEphemeralPublicKeyLength"] = "Error_MultiEncryptedError_InvalidEphemeralPublicKeyLength";
|
|
249
|
+
BrightChainStrings["Error_MultiEncryptedError_DataLengthExceedsCapacity"] = "Error_MultiEncryptedError_DataLengthExceedsCapacity";
|
|
250
|
+
BrightChainStrings["Error_MultiEncryptedError_BlockNotReadable"] = "Error_MultiEncryptedError_BlockNotReadable";
|
|
251
|
+
BrightChainStrings["Error_MultiEncryptedError_DataTooShort"] = "Error_MultiEncryptedError_DataTooShort";
|
|
252
|
+
BrightChainStrings["Error_MultiEncryptedError_CreatorMustBeMember"] = "Error_MultiEncryptedError_CreatorMustBeMember";
|
|
253
|
+
BrightChainStrings["Error_MultiEncryptedError_InvalidIVLength"] = "Error_MultiEncryptedError_InvalidIVLength";
|
|
254
|
+
BrightChainStrings["Error_MultiEncryptedError_InvalidAuthTagLength"] = "Error_MultiEncryptedError_InvalidAuthTagLength";
|
|
255
|
+
BrightChainStrings["Error_MultiEncryptedError_ChecksumMismatch"] = "Error_MultiEncryptedError_ChecksumMismatch";
|
|
256
|
+
BrightChainStrings["Error_MultiEncryptedError_RecipientMismatch"] = "Error_MultiEncryptedError_RecipientMismatch";
|
|
257
|
+
BrightChainStrings["Error_MultiEncryptedError_RecipientsAlreadyLoaded"] = "Error_MultiEncryptedError_RecipientsAlreadyLoaded";
|
|
289
258
|
// Block Errors
|
|
290
|
-
BrightChainStrings["
|
|
291
|
-
BrightChainStrings["
|
|
292
|
-
BrightChainStrings["
|
|
293
|
-
BrightChainStrings["
|
|
294
|
-
BrightChainStrings["
|
|
295
|
-
BrightChainStrings["
|
|
296
|
-
BrightChainStrings["
|
|
297
|
-
BrightChainStrings["
|
|
298
|
-
BrightChainStrings["
|
|
299
|
-
BrightChainStrings["
|
|
300
|
-
BrightChainStrings["
|
|
301
|
-
BrightChainStrings["
|
|
302
|
-
BrightChainStrings["
|
|
303
|
-
BrightChainStrings["
|
|
304
|
-
BrightChainStrings["
|
|
259
|
+
BrightChainStrings["Error_BlockError_DataLengthMustMatchBlockSize"] = "Error_BlockError_DataLengthMustMatchBlockSize";
|
|
260
|
+
BrightChainStrings["Error_BlockError_CreatorRequired"] = "Error_BlockError_CreatorRequired";
|
|
261
|
+
BrightChainStrings["Error_BlockError_DataLengthExceedsCapacity"] = "Error_BlockError_DataLengthExceedsCapacity";
|
|
262
|
+
BrightChainStrings["Error_BlockError_DataRequired"] = "Error_BlockError_DataRequired";
|
|
263
|
+
BrightChainStrings["Error_BlockError_ActualDataLengthExceedsDataLength"] = "Error_BlockError_ActualDataLengthExceedsDataLength";
|
|
264
|
+
BrightChainStrings["Error_BlockError_ActualDataLengthNegative"] = "Error_BlockError_ActualDataLengthNegative";
|
|
265
|
+
BrightChainStrings["Error_BlockError_CreatorRequiredForEncryption"] = "Error_BlockError_CreatorRequiredForEncryption";
|
|
266
|
+
BrightChainStrings["Error_BlockError_UnexpectedEncryptedBlockType"] = "Error_BlockError_UnexpectedEncryptedBlockType";
|
|
267
|
+
BrightChainStrings["Error_BlockError_CannotEncrypt"] = "Error_BlockError_CannotEncrypt";
|
|
268
|
+
BrightChainStrings["Error_BlockError_CannotDecrypt"] = "Error_BlockError_CannotDecrypt";
|
|
269
|
+
BrightChainStrings["Error_BlockError_CreatorPrivateKeyRequired"] = "Error_BlockError_CreatorPrivateKeyRequired";
|
|
270
|
+
BrightChainStrings["Error_BlockError_InvalidMultiEncryptionRecipientCount"] = "Error_BlockError_InvalidMultiEncryptionRecipientCount";
|
|
271
|
+
BrightChainStrings["Error_BlockError_InvalidNewBlockType"] = "Error_BlockError_InvalidNewBlockType";
|
|
272
|
+
BrightChainStrings["Error_BlockError_UnexpectedEphemeralBlockType"] = "Error_BlockError_UnexpectedEphemeralBlockType";
|
|
273
|
+
BrightChainStrings["Error_BlockError_RecipientRequired"] = "Error_BlockError_RecipientRequired";
|
|
274
|
+
BrightChainStrings["Error_BlockError_RecipientKeyRequired"] = "Error_BlockError_RecipientKeyRequired";
|
|
305
275
|
// Whitened Errors
|
|
306
|
-
BrightChainStrings["
|
|
307
|
-
BrightChainStrings["
|
|
308
|
-
BrightChainStrings["
|
|
309
|
-
BrightChainStrings["
|
|
276
|
+
BrightChainStrings["Error_WhitenedError_BlockNotReadable"] = "Error_WhitenedError_BlockNotReadable";
|
|
277
|
+
BrightChainStrings["Error_WhitenedError_BlockSizeMismatch"] = "Error_WhitenedError_BlockSizeMismatch";
|
|
278
|
+
BrightChainStrings["Error_WhitenedError_DataLengthMismatch"] = "Error_WhitenedError_DataLengthMismatch";
|
|
279
|
+
BrightChainStrings["Error_WhitenedError_InvalidBlockSize"] = "Error_WhitenedError_InvalidBlockSize";
|
|
310
280
|
// Tuple Errors
|
|
311
|
-
BrightChainStrings["
|
|
312
|
-
BrightChainStrings["
|
|
313
|
-
BrightChainStrings["
|
|
314
|
-
BrightChainStrings["
|
|
315
|
-
BrightChainStrings["
|
|
316
|
-
BrightChainStrings["
|
|
317
|
-
BrightChainStrings["
|
|
318
|
-
BrightChainStrings["
|
|
319
|
-
BrightChainStrings["
|
|
320
|
-
BrightChainStrings["
|
|
321
|
-
BrightChainStrings["
|
|
322
|
-
BrightChainStrings["
|
|
281
|
+
BrightChainStrings["Error_TupleError_InvalidTupleSize"] = "Error_TupleError_InvalidTupleSize";
|
|
282
|
+
BrightChainStrings["Error_TupleError_BlockSizeMismatch"] = "Error_TupleError_BlockSizeMismatch";
|
|
283
|
+
BrightChainStrings["Error_TupleError_NoBlocksToXor"] = "Error_TupleError_NoBlocksToXor";
|
|
284
|
+
BrightChainStrings["Error_TupleError_InvalidBlockCount"] = "Error_TupleError_InvalidBlockCount";
|
|
285
|
+
BrightChainStrings["Error_TupleError_InvalidBlockType"] = "Error_TupleError_InvalidBlockType";
|
|
286
|
+
BrightChainStrings["Error_TupleError_InvalidSourceLength"] = "Error_TupleError_InvalidSourceLength";
|
|
287
|
+
BrightChainStrings["Error_TupleError_RandomBlockGenerationFailed"] = "Error_TupleError_RandomBlockGenerationFailed";
|
|
288
|
+
BrightChainStrings["Error_TupleError_WhiteningBlockGenerationFailed"] = "Error_TupleError_WhiteningBlockGenerationFailed";
|
|
289
|
+
BrightChainStrings["Error_TupleError_MissingParameters"] = "Error_TupleError_MissingParameters";
|
|
290
|
+
BrightChainStrings["Error_TupleError_XorOperationFailedTemplate"] = "Error_TupleError_XorOperationFailedTemplate";
|
|
291
|
+
BrightChainStrings["Error_TupleError_DataStreamProcessingFailedTemplate"] = "Error_TupleError_DataStreamProcessingFailedTemplate";
|
|
292
|
+
BrightChainStrings["Error_TupleError_EncryptedDataStreamProcessingFailedTemplate"] = "Error_TupleError_EncryptedDataStreamProcessingFailedTemplate";
|
|
323
293
|
// Memory Tuple Errors
|
|
324
|
-
BrightChainStrings["
|
|
325
|
-
BrightChainStrings["
|
|
326
|
-
BrightChainStrings["
|
|
327
|
-
BrightChainStrings["
|
|
328
|
-
BrightChainStrings["
|
|
329
|
-
BrightChainStrings["
|
|
294
|
+
BrightChainStrings["Error_MemoryTupleError_InvalidTupleSizeTemplate"] = "Error_MemoryTupleError_InvalidTupleSizeTemplate";
|
|
295
|
+
BrightChainStrings["Error_MemoryTupleError_BlockSizeMismatch"] = "Error_MemoryTupleError_BlockSizeMismatch";
|
|
296
|
+
BrightChainStrings["Error_MemoryTupleError_NoBlocksToXor"] = "Error_MemoryTupleError_NoBlocksToXor";
|
|
297
|
+
BrightChainStrings["Error_MemoryTupleError_InvalidBlockCount"] = "Error_MemoryTupleError_InvalidBlockCount";
|
|
298
|
+
BrightChainStrings["Error_MemoryTupleError_ExpectedBlockIdsTemplate"] = "Error_MemoryTupleError_ExpectedBlockIdsTemplate";
|
|
299
|
+
BrightChainStrings["Error_MemoryTupleError_ExpectedBlocksTemplate"] = "Error_MemoryTupleError_ExpectedBlocksTemplate";
|
|
330
300
|
// Handle Tuple Errors
|
|
331
|
-
BrightChainStrings["
|
|
332
|
-
BrightChainStrings["
|
|
333
|
-
BrightChainStrings["
|
|
334
|
-
BrightChainStrings["
|
|
301
|
+
BrightChainStrings["Error_HandleTupleError_InvalidTupleSizeTemplate"] = "Error_HandleTupleError_InvalidTupleSizeTemplate";
|
|
302
|
+
BrightChainStrings["Error_HandleTupleError_BlockSizeMismatch"] = "Error_HandleTupleError_BlockSizeMismatch";
|
|
303
|
+
BrightChainStrings["Error_HandleTupleError_NoBlocksToXor"] = "Error_HandleTupleError_NoBlocksToXor";
|
|
304
|
+
BrightChainStrings["Error_HandleTupleError_BlockSizesMustMatch"] = "Error_HandleTupleError_BlockSizesMustMatch";
|
|
335
305
|
// Stream Errors
|
|
336
|
-
BrightChainStrings["
|
|
337
|
-
BrightChainStrings["
|
|
338
|
-
BrightChainStrings["
|
|
339
|
-
BrightChainStrings["
|
|
340
|
-
BrightChainStrings["
|
|
341
|
-
BrightChainStrings["
|
|
342
|
-
BrightChainStrings["
|
|
343
|
-
//
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
BrightChainStrings["
|
|
349
|
-
BrightChainStrings["
|
|
350
|
-
BrightChainStrings["
|
|
351
|
-
BrightChainStrings["
|
|
352
|
-
BrightChainStrings["
|
|
353
|
-
BrightChainStrings["
|
|
354
|
-
BrightChainStrings["
|
|
355
|
-
BrightChainStrings["
|
|
356
|
-
BrightChainStrings["
|
|
357
|
-
BrightChainStrings["
|
|
358
|
-
BrightChainStrings["
|
|
359
|
-
BrightChainStrings["
|
|
360
|
-
BrightChainStrings["
|
|
361
|
-
BrightChainStrings["
|
|
362
|
-
BrightChainStrings["
|
|
363
|
-
BrightChainStrings["
|
|
364
|
-
BrightChainStrings["
|
|
365
|
-
BrightChainStrings["
|
|
366
|
-
BrightChainStrings["
|
|
367
|
-
BrightChainStrings["
|
|
368
|
-
BrightChainStrings["Error_TokenInvalid"] = "Error_TokenInvalid";
|
|
369
|
-
BrightChainStrings["Error_UnexpectedError"] = "Error_UnexpectedError";
|
|
370
|
-
BrightChainStrings["Error_UserNotFound"] = "Error_UserNotFound";
|
|
371
|
-
BrightChainStrings["Error_ValidationError"] = "Error_ValidationError";
|
|
372
|
-
BrightChainStrings["Error_InsufficientCapacity"] = "Error_InsufficientCapacity";
|
|
373
|
-
BrightChainStrings["Error_NotImplemented"] = "Error_NotImplemented";
|
|
306
|
+
BrightChainStrings["Error_StreamError_BlockSizeRequired"] = "Error_StreamError_BlockSizeRequired";
|
|
307
|
+
BrightChainStrings["Error_StreamError_WhitenedBlockSourceRequired"] = "Error_StreamError_WhitenedBlockSourceRequired";
|
|
308
|
+
BrightChainStrings["Error_StreamError_RandomBlockSourceRequired"] = "Error_StreamError_RandomBlockSourceRequired";
|
|
309
|
+
BrightChainStrings["Error_StreamError_InputMustBeBuffer"] = "Error_StreamError_InputMustBeBuffer";
|
|
310
|
+
BrightChainStrings["Error_StreamError_FailedToGetRandomBlock"] = "Error_StreamError_FailedToGetRandomBlock";
|
|
311
|
+
BrightChainStrings["Error_StreamError_FailedToGetWhiteningBlock"] = "Error_StreamError_FailedToGetWhiteningBlock";
|
|
312
|
+
BrightChainStrings["Error_StreamError_IncompleteEncryptedBlock"] = "Error_StreamError_IncompleteEncryptedBlock";
|
|
313
|
+
// NOTE: Common error strings moved to @digitaldefiance/suite-core-lib SuiteCoreStringKey
|
|
314
|
+
// Use SuiteCoreStringKey for: Error_InvalidEmail, Error_InvalidEmailMissing, Error_InvalidEmailWhitespace,
|
|
315
|
+
// Error_InvalidGuid, Error_InvalidGuidTemplate, Error_InvalidGuidUnknownBrandTemplate,
|
|
316
|
+
// Error_InvalidGuidUnknownLengthTemplate, Error_InvalidLanguageCode, Error_LengthExceedsMaximum,
|
|
317
|
+
// Error_LengthIsInvalidType
|
|
318
|
+
BrightChainStrings["Error_Checksum_MismatchTemplate"] = "Error_Checksum_MismatchTemplate";
|
|
319
|
+
BrightChainStrings["Error_Hydration_FailedToHydrateTemplate"] = "Error_Hydration_FailedToHydrateTemplate";
|
|
320
|
+
BrightChainStrings["Error_Serialization_FailedToSerializeTemplate"] = "Error_Serialization_FailedToSerializeTemplate";
|
|
321
|
+
BrightChainStrings["Error_BlockSize_InvalidTemplate"] = "Error_BlockSize_InvalidTemplate";
|
|
322
|
+
BrightChainStrings["Error_Checksum_Invalid"] = "Error_Checksum_Invalid";
|
|
323
|
+
BrightChainStrings["Error_Creator_Invalid"] = "Error_Creator_Invalid";
|
|
324
|
+
BrightChainStrings["Error_Credentials_Invalid"] = "Error_Credentials_Invalid";
|
|
325
|
+
BrightChainStrings["Error_ID_InvalidFormat"] = "Error_ID_InvalidFormat";
|
|
326
|
+
BrightChainStrings["Error_TupleCount_InvalidTemplate"] = "Error_TupleCount_InvalidTemplate";
|
|
327
|
+
BrightChainStrings["Error_References_Invalid"] = "Error_References_Invalid";
|
|
328
|
+
BrightChainStrings["Error_SessionID_Invalid"] = "Error_SessionID_Invalid";
|
|
329
|
+
BrightChainStrings["Error_Signature_Invalid"] = "Error_Signature_Invalid";
|
|
330
|
+
BrightChainStrings["Error_Metadata_Mismatch"] = "Error_Metadata_Mismatch";
|
|
331
|
+
BrightChainStrings["Error_Token_Expired"] = "Error_Token_Expired";
|
|
332
|
+
BrightChainStrings["Error_Token_Invalid"] = "Error_Token_Invalid";
|
|
333
|
+
BrightChainStrings["Error_Unexpected_Error"] = "Error_Unexpected_Error";
|
|
334
|
+
BrightChainStrings["Error_User_NotFound"] = "Error_User_NotFound";
|
|
335
|
+
BrightChainStrings["Error_Validation_Error"] = "Error_Validation_Error";
|
|
336
|
+
BrightChainStrings["Error_Capacity_Insufficient"] = "Error_Capacity_Insufficient";
|
|
337
|
+
BrightChainStrings["Error_Implementation_NotImplemented"] = "Error_Implementation_NotImplemented";
|
|
374
338
|
// Block Sizes
|
|
375
339
|
BrightChainStrings["BlockSize_Unknown"] = "BlockSize_Unknown";
|
|
376
340
|
BrightChainStrings["BlockSize_Message"] = "BlockSize_Message";
|
|
@@ -379,59 +343,302 @@ var BrightChainStrings;
|
|
|
379
343
|
BrightChainStrings["BlockSize_Medium"] = "BlockSize_Medium";
|
|
380
344
|
BrightChainStrings["BlockSize_Large"] = "BlockSize_Large";
|
|
381
345
|
BrightChainStrings["BlockSize_Huge"] = "BlockSize_Huge";
|
|
382
|
-
// UI
|
|
346
|
+
// NOTE: UI strings moved to @digitaldefiance/suite-core-lib SuiteCoreStringKey
|
|
347
|
+
// Use SuiteCoreStringKey for: Common_ChangePassword, Common_Dashboard, Common_Logo,
|
|
348
|
+
// Common_NoActiveRequest, Common_NoActiveResponse, Common_NoUserOnRequest, Common_Unauthorized,
|
|
349
|
+
// LanguageUpdate_Success, Login_LoginButton, LogoutButton, Validation_InvalidLanguage,
|
|
350
|
+
// Validation_InvalidPassword, Validation_PasswordRegexErrorTemplate
|
|
383
351
|
BrightChainStrings["ChangePassword_Success"] = "ChangePassword_Success";
|
|
384
|
-
BrightChainStrings["Common_ChangePassword"] = "Common_ChangePassword";
|
|
385
|
-
BrightChainStrings["Common_Dashboard"] = "Common_Dashboard";
|
|
386
|
-
BrightChainStrings["Common_Logo"] = "Common_Logo";
|
|
387
|
-
BrightChainStrings["Common_NoActiveRequest"] = "Common_NoActiveRequest";
|
|
388
|
-
BrightChainStrings["Common_NoActiveResponse"] = "Common_NoActiveResponse";
|
|
389
|
-
BrightChainStrings["Common_NoUserOnRequest"] = "Common_NoUserOnRequest";
|
|
390
352
|
BrightChainStrings["Common_Site"] = "Common_Site";
|
|
391
|
-
BrightChainStrings["Common_Unauthorized"] = "Common_Unauthorized";
|
|
392
353
|
BrightChainStrings["ForgotPassword_Title"] = "ForgotPassword_Title";
|
|
393
|
-
BrightChainStrings["LanguageUpdate_Success"] = "LanguageUpdate_Success";
|
|
394
|
-
BrightChainStrings["Login_LoginButton"] = "Login_LoginButton";
|
|
395
|
-
BrightChainStrings["LogoutButton"] = "LogoutButton";
|
|
396
354
|
BrightChainStrings["Register_Button"] = "Register_Button";
|
|
397
355
|
BrightChainStrings["Register_Error"] = "Register_Error";
|
|
398
356
|
BrightChainStrings["Register_Success"] = "Register_Success";
|
|
399
|
-
BrightChainStrings["Validation_InvalidLanguage"] = "Validation_InvalidLanguage";
|
|
400
|
-
BrightChainStrings["Validation_InvalidPassword"] = "Validation_InvalidPassword";
|
|
401
|
-
BrightChainStrings["Validation_PasswordRegexErrorTemplate"] = "Validation_PasswordRegexErrorTemplate";
|
|
402
357
|
// Document Errors
|
|
403
|
-
BrightChainStrings["
|
|
404
|
-
BrightChainStrings["
|
|
405
|
-
BrightChainStrings["
|
|
406
|
-
BrightChainStrings["
|
|
358
|
+
BrightChainStrings["Error_DocumentError_InvalidValueTemplate"] = "Error_DocumentError_InvalidValueTemplate";
|
|
359
|
+
BrightChainStrings["Error_DocumentError_FieldRequiredTemplate"] = "Error_DocumentError_FieldRequiredTemplate";
|
|
360
|
+
BrightChainStrings["Error_DocumentError_AlreadyInitialized"] = "Error_DocumentError_AlreadyInitialized";
|
|
361
|
+
BrightChainStrings["Error_DocumentError_Uninitialized"] = "Error_DocumentError_Uninitialized";
|
|
407
362
|
// Isolated Key Errors
|
|
408
|
-
BrightChainStrings["
|
|
409
|
-
BrightChainStrings["
|
|
410
|
-
BrightChainStrings["
|
|
411
|
-
BrightChainStrings["
|
|
412
|
-
BrightChainStrings["
|
|
413
|
-
BrightChainStrings["
|
|
414
|
-
// PBKDF2
|
|
415
|
-
|
|
416
|
-
BrightChainStrings["Error_Pbkdf2InvalidHashLength"] = "Error_Pbkdf2InvalidHashLength";
|
|
363
|
+
BrightChainStrings["Error_IsolatedKeyError_InvalidPublicKey"] = "Error_IsolatedKeyError_InvalidPublicKey";
|
|
364
|
+
BrightChainStrings["Error_IsolatedKeyError_InvalidKeyId"] = "Error_IsolatedKeyError_InvalidKeyId";
|
|
365
|
+
BrightChainStrings["Error_IsolatedKeyError_InvalidKeyFormat"] = "Error_IsolatedKeyError_InvalidKeyFormat";
|
|
366
|
+
BrightChainStrings["Error_IsolatedKeyError_InvalidKeyLength"] = "Error_IsolatedKeyError_InvalidKeyLength";
|
|
367
|
+
BrightChainStrings["Error_IsolatedKeyError_InvalidKeyType"] = "Error_IsolatedKeyError_InvalidKeyType";
|
|
368
|
+
BrightChainStrings["Error_IsolatedKeyError_KeyIsolationViolation"] = "Error_IsolatedKeyError_KeyIsolationViolation";
|
|
369
|
+
// NOTE: PBKDF2 error strings moved to @digitaldefiance/suite-core-lib SuiteCoreStringKey
|
|
370
|
+
// Use SuiteCoreStringKey for: Error_Pbkdf2InvalidSaltLength, Error_Pbkdf2InvalidHashLength
|
|
417
371
|
// Quorum Errors
|
|
418
|
-
BrightChainStrings["
|
|
419
|
-
BrightChainStrings["
|
|
420
|
-
BrightChainStrings["
|
|
421
|
-
BrightChainStrings["
|
|
422
|
-
BrightChainStrings["
|
|
423
|
-
BrightChainStrings["
|
|
424
|
-
BrightChainStrings["
|
|
372
|
+
BrightChainStrings["Error_QuorumError_InvalidQuorumId"] = "Error_QuorumError_InvalidQuorumId";
|
|
373
|
+
BrightChainStrings["Error_QuorumError_DocumentNotFound"] = "Error_QuorumError_DocumentNotFound";
|
|
374
|
+
BrightChainStrings["Error_QuorumError_UnableToRestoreDocument"] = "Error_QuorumError_UnableToRestoreDocument";
|
|
375
|
+
BrightChainStrings["Error_QuorumError_NotImplemented"] = "Error_QuorumError_NotImplemented";
|
|
376
|
+
BrightChainStrings["Error_QuorumError_Uninitialized"] = "Error_QuorumError_Uninitialized";
|
|
377
|
+
BrightChainStrings["Error_QuorumError_MemberNotFound"] = "Error_QuorumError_MemberNotFound";
|
|
378
|
+
BrightChainStrings["Error_QuorumError_NotEnoughMembers"] = "Error_QuorumError_NotEnoughMembers";
|
|
425
379
|
// System Keyring Errors
|
|
426
|
-
BrightChainStrings["
|
|
427
|
-
BrightChainStrings["
|
|
428
|
-
// Symmetric Encryption
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
//
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
BrightChainStrings["
|
|
380
|
+
BrightChainStrings["Error_SystemKeyringError_KeyNotFoundTemplate"] = "Error_SystemKeyringError_KeyNotFoundTemplate";
|
|
381
|
+
BrightChainStrings["Error_SystemKeyringError_RateLimitExceeded"] = "Error_SystemKeyringError_RateLimitExceeded";
|
|
382
|
+
// NOTE: Symmetric Encryption error strings moved to @digitaldefiance/suite-core-lib SuiteCoreStringKey
|
|
383
|
+
// Use SuiteCoreStringKey for: Error_SymmetricDataNullOrUndefined, Error_SymmetricInvalidKeyLengthTemplate
|
|
384
|
+
// NOTE: Member Encryption error strings moved to @digitaldefiance/suite-core-lib SuiteCoreStringKey
|
|
385
|
+
// Use SuiteCoreStringKey for: Error_MemberErrorMissingEncryptionData, Error_MemberErrorEncryptionDataTooLarge,
|
|
386
|
+
// Error_MemberErrorInvalidEncryptionData
|
|
387
|
+
// XOR Service Errors
|
|
388
|
+
BrightChainStrings["Error_Xor_LengthMismatchTemplate"] = "Error_Xor_LengthMismatchTemplate";
|
|
389
|
+
BrightChainStrings["Error_Xor_NoArraysProvided"] = "Error_Xor_NoArraysProvided";
|
|
390
|
+
BrightChainStrings["Error_Xor_ArrayLengthMismatchTemplate"] = "Error_Xor_ArrayLengthMismatchTemplate";
|
|
391
|
+
BrightChainStrings["Error_Xor_CryptoApiNotAvailable"] = "Error_Xor_CryptoApiNotAvailable";
|
|
392
|
+
// Tuple Storage Service Errors
|
|
393
|
+
BrightChainStrings["Error_TupleStorage_DataExceedsBlockSizeTemplate"] = "Error_TupleStorage_DataExceedsBlockSizeTemplate";
|
|
394
|
+
BrightChainStrings["Error_TupleStorage_InvalidMagnetProtocol"] = "Error_TupleStorage_InvalidMagnetProtocol";
|
|
395
|
+
BrightChainStrings["Error_TupleStorage_InvalidMagnetType"] = "Error_TupleStorage_InvalidMagnetType";
|
|
396
|
+
BrightChainStrings["Error_TupleStorage_MissingMagnetParameters"] = "Error_TupleStorage_MissingMagnetParameters";
|
|
397
|
+
// Location Record Errors
|
|
398
|
+
BrightChainStrings["Error_LocationRecord_NodeIdRequired"] = "Error_LocationRecord_NodeIdRequired";
|
|
399
|
+
BrightChainStrings["Error_LocationRecord_LastSeenRequired"] = "Error_LocationRecord_LastSeenRequired";
|
|
400
|
+
BrightChainStrings["Error_LocationRecord_IsAuthoritativeRequired"] = "Error_LocationRecord_IsAuthoritativeRequired";
|
|
401
|
+
BrightChainStrings["Error_LocationRecord_InvalidLastSeenDate"] = "Error_LocationRecord_InvalidLastSeenDate";
|
|
402
|
+
BrightChainStrings["Error_LocationRecord_InvalidLatencyMs"] = "Error_LocationRecord_InvalidLatencyMs";
|
|
403
|
+
// Metadata Errors
|
|
404
|
+
BrightChainStrings["Error_Metadata_BlockIdRequired"] = "Error_Metadata_BlockIdRequired";
|
|
405
|
+
BrightChainStrings["Error_Metadata_CreatedAtRequired"] = "Error_Metadata_CreatedAtRequired";
|
|
406
|
+
BrightChainStrings["Error_Metadata_LastAccessedAtRequired"] = "Error_Metadata_LastAccessedAtRequired";
|
|
407
|
+
BrightChainStrings["Error_Metadata_LocationUpdatedAtRequired"] = "Error_Metadata_LocationUpdatedAtRequired";
|
|
408
|
+
BrightChainStrings["Error_Metadata_InvalidCreatedAtDate"] = "Error_Metadata_InvalidCreatedAtDate";
|
|
409
|
+
BrightChainStrings["Error_Metadata_InvalidLastAccessedAtDate"] = "Error_Metadata_InvalidLastAccessedAtDate";
|
|
410
|
+
BrightChainStrings["Error_Metadata_InvalidLocationUpdatedAtDate"] = "Error_Metadata_InvalidLocationUpdatedAtDate";
|
|
411
|
+
BrightChainStrings["Error_Metadata_InvalidExpiresAtDate"] = "Error_Metadata_InvalidExpiresAtDate";
|
|
412
|
+
BrightChainStrings["Error_Metadata_InvalidAvailabilityStateTemplate"] = "Error_Metadata_InvalidAvailabilityStateTemplate";
|
|
413
|
+
BrightChainStrings["Error_Metadata_LocationRecordsMustBeArray"] = "Error_Metadata_LocationRecordsMustBeArray";
|
|
414
|
+
BrightChainStrings["Error_Metadata_InvalidLocationRecordTemplate"] = "Error_Metadata_InvalidLocationRecordTemplate";
|
|
415
|
+
BrightChainStrings["Error_Metadata_InvalidAccessCount"] = "Error_Metadata_InvalidAccessCount";
|
|
416
|
+
BrightChainStrings["Error_Metadata_InvalidTargetReplicationFactor"] = "Error_Metadata_InvalidTargetReplicationFactor";
|
|
417
|
+
BrightChainStrings["Error_Metadata_InvalidSize"] = "Error_Metadata_InvalidSize";
|
|
418
|
+
BrightChainStrings["Error_Metadata_ParityBlockIdsMustBeArray"] = "Error_Metadata_ParityBlockIdsMustBeArray";
|
|
419
|
+
BrightChainStrings["Error_Metadata_ReplicaNodeIdsMustBeArray"] = "Error_Metadata_ReplicaNodeIdsMustBeArray";
|
|
420
|
+
// Service Provider Errors
|
|
421
|
+
BrightChainStrings["Error_ServiceProvider_UseSingletonInstance"] = "Error_ServiceProvider_UseSingletonInstance";
|
|
422
|
+
BrightChainStrings["Error_ServiceProvider_NotInitialized"] = "Error_ServiceProvider_NotInitialized";
|
|
423
|
+
BrightChainStrings["Error_ServiceLocator_NotSet"] = "Error_ServiceLocator_NotSet";
|
|
424
|
+
// Block Service Errors (additional hardcoded errors)
|
|
425
|
+
BrightChainStrings["Error_BlockService_CannotEncrypt"] = "Error_BlockService_CannotEncrypt";
|
|
426
|
+
BrightChainStrings["Error_BlockService_BlocksArrayEmpty"] = "Error_BlockService_BlocksArrayEmpty";
|
|
427
|
+
BrightChainStrings["Error_BlockService_BlockSizesMustMatch"] = "Error_BlockService_BlockSizesMustMatch";
|
|
428
|
+
// Message Router Errors
|
|
429
|
+
BrightChainStrings["Error_MessageRouter_MessageNotFoundTemplate"] = "Error_MessageRouter_MessageNotFoundTemplate";
|
|
430
|
+
// Browser Config Errors
|
|
431
|
+
BrightChainStrings["Error_BrowserConfig_NotImplementedTemplate"] = "Error_BrowserConfig_NotImplementedTemplate";
|
|
432
|
+
// Debug Errors
|
|
433
|
+
BrightChainStrings["Error_Debug_UnsupportedFormat"] = "Error_Debug_UnsupportedFormat";
|
|
434
|
+
// Secure Heap Storage Errors
|
|
435
|
+
BrightChainStrings["Error_SecureHeap_KeyNotFound"] = "Error_SecureHeap_KeyNotFound";
|
|
436
|
+
// I18n Errors
|
|
437
|
+
BrightChainStrings["Error_I18n_KeyConflictObjectTemplate"] = "Error_I18n_KeyConflictObjectTemplate";
|
|
438
|
+
BrightChainStrings["Error_I18n_KeyConflictValueTemplate"] = "Error_I18n_KeyConflictValueTemplate";
|
|
439
|
+
BrightChainStrings["Error_I18n_StringsNotFoundTemplate"] = "Error_I18n_StringsNotFoundTemplate";
|
|
440
|
+
// Document Errors (additional hardcoded errors)
|
|
441
|
+
BrightChainStrings["Error_Document_CreatorRequiredForSaving"] = "Error_Document_CreatorRequiredForSaving";
|
|
442
|
+
BrightChainStrings["Error_Document_CreatorRequiredForEncrypting"] = "Error_Document_CreatorRequiredForEncrypting";
|
|
443
|
+
BrightChainStrings["Error_Document_NoEncryptedData"] = "Error_Document_NoEncryptedData";
|
|
444
|
+
BrightChainStrings["Error_Document_FieldShouldBeArrayTemplate"] = "Error_Document_FieldShouldBeArrayTemplate";
|
|
445
|
+
BrightChainStrings["Error_Document_InvalidArrayValueTemplate"] = "Error_Document_InvalidArrayValueTemplate";
|
|
446
|
+
BrightChainStrings["Error_Document_FieldRequiredTemplate"] = "Error_Document_FieldRequiredTemplate";
|
|
447
|
+
BrightChainStrings["Error_Document_FieldInvalidTemplate"] = "Error_Document_FieldInvalidTemplate";
|
|
448
|
+
BrightChainStrings["Error_Document_InvalidValueTemplate"] = "Error_Document_InvalidValueTemplate";
|
|
449
|
+
BrightChainStrings["Error_MemberDocument_PublicCblIdNotSet"] = "Error_MemberDocument_PublicCblIdNotSet";
|
|
450
|
+
BrightChainStrings["Error_MemberDocument_PrivateCblIdNotSet"] = "Error_MemberDocument_PrivateCblIdNotSet";
|
|
451
|
+
BrightChainStrings["Error_BaseMemberDocument_PublicCblIdNotSet"] = "Error_BaseMemberDocument_PublicCblIdNotSet";
|
|
452
|
+
BrightChainStrings["Error_BaseMemberDocument_PrivateCblIdNotSet"] = "Error_BaseMemberDocument_PrivateCblIdNotSet";
|
|
453
|
+
// SimpleBrightChain Errors
|
|
454
|
+
BrightChainStrings["Error_SimpleBrightChain_BlockNotFoundTemplate"] = "Error_SimpleBrightChain_BlockNotFoundTemplate";
|
|
455
|
+
// Currency Code Errors
|
|
456
|
+
BrightChainStrings["Error_CurrencyCode_Invalid"] = "Error_CurrencyCode_Invalid";
|
|
457
|
+
// Console Output Warnings
|
|
458
|
+
BrightChainStrings["Warning_BufferUtils_InvalidBase64String"] = "Warning_BufferUtils_InvalidBase64String";
|
|
459
|
+
BrightChainStrings["Warning_Keyring_FailedToLoad"] = "Warning_Keyring_FailedToLoad";
|
|
460
|
+
BrightChainStrings["Warning_I18n_TranslationFailedTemplate"] = "Warning_I18n_TranslationFailedTemplate";
|
|
461
|
+
// Console Output Errors
|
|
462
|
+
BrightChainStrings["Error_MemberStore_RollbackFailed"] = "Error_MemberStore_RollbackFailed";
|
|
463
|
+
BrightChainStrings["Error_MemberCblService_CreateMemberCblFailed"] = "Error_MemberCblService_CreateMemberCblFailed";
|
|
464
|
+
BrightChainStrings["Error_DeliveryTimeout_HandleTimeoutFailedTemplate"] = "Error_DeliveryTimeout_HandleTimeoutFailedTemplate";
|
|
465
|
+
// Error Validator Errors
|
|
466
|
+
BrightChainStrings["Error_Validator_InvalidBlockSizeTemplate"] = "Error_Validator_InvalidBlockSizeTemplate";
|
|
467
|
+
BrightChainStrings["Error_Validator_InvalidBlockTypeTemplate"] = "Error_Validator_InvalidBlockTypeTemplate";
|
|
468
|
+
BrightChainStrings["Error_Validator_InvalidEncryptionTypeTemplate"] = "Error_Validator_InvalidEncryptionTypeTemplate";
|
|
469
|
+
BrightChainStrings["Error_Validator_RecipientCountMustBeAtLeastOne"] = "Error_Validator_RecipientCountMustBeAtLeastOne";
|
|
470
|
+
BrightChainStrings["Error_Validator_RecipientCountMaximumTemplate"] = "Error_Validator_RecipientCountMaximumTemplate";
|
|
471
|
+
BrightChainStrings["Error_Validator_FieldRequiredTemplate"] = "Error_Validator_FieldRequiredTemplate";
|
|
472
|
+
BrightChainStrings["Error_Validator_FieldCannotBeEmptyTemplate"] = "Error_Validator_FieldCannotBeEmptyTemplate";
|
|
473
|
+
// Miscellaneous Block Errors
|
|
474
|
+
BrightChainStrings["Error_BlockError_BlockSizesMustMatch"] = "Error_BlockError_BlockSizesMustMatch";
|
|
475
|
+
BrightChainStrings["Error_BlockError_DataCannotBeNullOrUndefined"] = "Error_BlockError_DataCannotBeNullOrUndefined";
|
|
476
|
+
BrightChainStrings["Error_BlockError_DataLengthExceedsBlockSizeTemplate"] = "Error_BlockError_DataLengthExceedsBlockSizeTemplate";
|
|
477
|
+
// CPU
|
|
478
|
+
BrightChainStrings["Error_CPU_DuplicateOpcodeErrorTemplate"] = "Error_CPU_DuplicateOpcodeErrorTemplate";
|
|
479
|
+
BrightChainStrings["Error_CPU_NotImplementedTemplate"] = "Error_CPU_NotImplementedTemplate";
|
|
480
|
+
BrightChainStrings["Error_CPU_InvalidReadSizeTemplate"] = "Error_CPU_InvalidReadSizeTemplate";
|
|
481
|
+
BrightChainStrings["Error_CPU_StackOverflow"] = "Error_CPU_StackOverflow";
|
|
482
|
+
BrightChainStrings["Error_CPU_StackUnderflow"] = "Error_CPU_StackUnderflow";
|
|
483
|
+
// Document
|
|
484
|
+
BrightChainStrings["Error_Document_InvalidValueInArrayTemplate"] = "Error_Document_InvalidValueInArrayTemplate";
|
|
485
|
+
BrightChainStrings["Error_Document_FieldIsRequiredTemplate"] = "Error_Document_FieldIsRequiredTemplate";
|
|
486
|
+
BrightChainStrings["Error_Document_FieldIsInvalidTemplate"] = "Error_Document_FieldIsInvalidTemplate";
|
|
487
|
+
// Member CBL Errors
|
|
488
|
+
BrightChainStrings["Error_MemberCBL_PublicCBLIdNotSet"] = "Error_MemberCBL_PublicCBLIdNotSet";
|
|
489
|
+
BrightChainStrings["Error_MemberCBL_PrivateCBLIdNotSet"] = "Error_MemberCBL_PrivateCBLIdNotSet";
|
|
490
|
+
// Member Document Errors
|
|
491
|
+
BrightChainStrings["Error_MemberDocument_Hint"] = "Error_MemberDocument_Hint";
|
|
492
|
+
// Member Profile Document Errors
|
|
493
|
+
BrightChainStrings["Error_MemberProfileDocument_Hint"] = "Error_MemberProfileDocument_Hint";
|
|
494
|
+
// Quorum Document Errors
|
|
495
|
+
BrightChainStrings["Error_QuorumDocument_CreatorMustBeSetBeforeSaving"] = "Error_QuorumDocument_CreatorMustBeSetBeforeSaving";
|
|
496
|
+
BrightChainStrings["Error_QuorumDocument_CreatorMustBeSetBeforeEncrypting"] = "Error_QuorumDocument_CreatorMustBeSetBeforeEncrypting";
|
|
497
|
+
BrightChainStrings["Error_QuorumDocument_DocumentHasNoEncryptedData"] = "Error_QuorumDocument_DocumentHasNoEncryptedData";
|
|
498
|
+
BrightChainStrings["Error_QuorumDocument_InvalidEncryptedDataFormat"] = "Error_QuorumDocument_InvalidEncryptedDataFormat";
|
|
499
|
+
BrightChainStrings["Error_QuorumDocument_InvalidMemberIdsFormat"] = "Error_QuorumDocument_InvalidMemberIdsFormat";
|
|
500
|
+
BrightChainStrings["Error_QuorumDocument_InvalidSignatureFormat"] = "Error_QuorumDocument_InvalidSignatureFormat";
|
|
501
|
+
BrightChainStrings["Error_QuorumDocument_InvalidCreatorIdFormat"] = "Error_QuorumDocument_InvalidCreatorIdFormat";
|
|
502
|
+
BrightChainStrings["Error_QuorumDocument_InvalidChecksumFormat"] = "Error_QuorumDocument_InvalidChecksumFormat";
|
|
503
|
+
// Quorum Data Record
|
|
504
|
+
BrightChainStrings["QuorumDataRecord_MustShareWithAtLeastTwoMembers"] = "QuorumDataRecord_MustShareWithAtLeastTwoMembers";
|
|
505
|
+
BrightChainStrings["QuorumDataRecord_SharesRequiredExceedsMembers"] = "QuorumDataRecord_SharesRequiredExceedsMembers";
|
|
506
|
+
BrightChainStrings["QuorumDataRecord_SharesRequiredMustBeAtLeastTwo"] = "QuorumDataRecord_SharesRequiredMustBeAtLeastTwo";
|
|
507
|
+
BrightChainStrings["QuorumDataRecord_InvalidChecksum"] = "QuorumDataRecord_InvalidChecksum";
|
|
508
|
+
BrightChainStrings["QuorumDataRecord_InvalidSignature"] = "QuorumDataRecord_InvalidSignature";
|
|
509
|
+
// Block Logger
|
|
510
|
+
BrightChainStrings["BlockLogger_Redacted"] = "BlockLogger_Redacted";
|
|
511
|
+
// Member Schema Errors
|
|
512
|
+
BrightChainStrings["Error_MemberSchema_InvalidIdFormat"] = "Error_MemberSchema_InvalidIdFormat";
|
|
513
|
+
BrightChainStrings["Error_MemberSchema_InvalidPublicKeyFormat"] = "Error_MemberSchema_InvalidPublicKeyFormat";
|
|
514
|
+
BrightChainStrings["Error_MemberSchema_InvalidVotingPublicKeyFormat"] = "Error_MemberSchema_InvalidVotingPublicKeyFormat";
|
|
515
|
+
BrightChainStrings["Error_MemberSchema_InvalidEmailFormat"] = "Error_MemberSchema_InvalidEmailFormat";
|
|
516
|
+
BrightChainStrings["Error_MemberSchema_InvalidRecoveryDataFormat"] = "Error_MemberSchema_InvalidRecoveryDataFormat";
|
|
517
|
+
BrightChainStrings["Error_MemberSchema_InvalidTrustedPeersFormat"] = "Error_MemberSchema_InvalidTrustedPeersFormat";
|
|
518
|
+
BrightChainStrings["Error_MemberSchema_InvalidBlockedPeersFormat"] = "Error_MemberSchema_InvalidBlockedPeersFormat";
|
|
519
|
+
BrightChainStrings["Error_MemberSchema_InvalidActivityLogFormat"] = "Error_MemberSchema_InvalidActivityLogFormat";
|
|
520
|
+
// Message Metadata Schema Errors
|
|
521
|
+
BrightChainStrings["Error_MessageMetadataSchema_InvalidRecipientsFormat"] = "Error_MessageMetadataSchema_InvalidRecipientsFormat";
|
|
522
|
+
BrightChainStrings["Error_MessageMetadataSchema_InvalidPriorityFormat"] = "Error_MessageMetadataSchema_InvalidPriorityFormat";
|
|
523
|
+
BrightChainStrings["Error_MessageMetadataSchema_InvalidDeliveryStatusFormat"] = "Error_MessageMetadataSchema_InvalidDeliveryStatusFormat";
|
|
524
|
+
BrightChainStrings["Error_MessageMetadataSchema_InvalidAcknowledgementsFormat"] = "Error_MessageMetadataSchema_InvalidAcknowledgmentsFormat";
|
|
525
|
+
BrightChainStrings["Error_MessageMetadataSchema_InvalidEncryptionSchemeFormat"] = "Error_MessageMetadataSchema_InvalidEncryptionSchemeFormat";
|
|
526
|
+
BrightChainStrings["Error_MessageMetadataSchema_InvalidCBLBlockIDsFormat"] = "Error_MessageMetadataSchema_InvalidCBLBlockIDsFormat";
|
|
527
|
+
// Security Strings
|
|
528
|
+
BrightChainStrings["Security_DOS_InputSizeExceedsLimitErrorTemplate"] = "Security_DOS_InputSizeExceedsLimitErrorTemplate";
|
|
529
|
+
BrightChainStrings["Security_DOS_OperationExceededTimeLimitErrorTemplate"] = "Security_DOS_OperationExceededTimeLimitErrorTemplate";
|
|
530
|
+
BrightChainStrings["Security_RateLimiter_RateLimitExceededErrorTemplate"] = "Security_RateLimiter_RateLimitExceededErrorTemplate";
|
|
531
|
+
BrightChainStrings["Security_AuditLogger_SignatureValidationResultTemplate"] = "Security_AuditLogger_SignatureValidationResultTemplate";
|
|
532
|
+
BrightChainStrings["Security_AuditLogger_Success"] = "Security_AuditLogger_Success";
|
|
533
|
+
BrightChainStrings["Security_AuditLogger_Failure"] = "Security_AuditLogger_Failure";
|
|
534
|
+
BrightChainStrings["Security_AuditLogger_BlockCreated"] = "Security_AuditLogger_BlockCreated";
|
|
535
|
+
BrightChainStrings["Security_AuditLogger_EncryptionPerformed"] = "Security_AuditLogger_EncryptionPerformed";
|
|
536
|
+
BrightChainStrings["Security_AuditLogger_DecryptionResultTemplate"] = "Security_AuditLogger_DecryptionResultTemplate";
|
|
537
|
+
BrightChainStrings["Security_AuditLogger_AccessDeniedTemplate"] = "Security_AuditLogger_AccessDeniedTemplate";
|
|
538
|
+
BrightChainStrings["Security_AuditLogger_Security"] = "Security_AuditLogger_Security";
|
|
539
|
+
// Delivery Timeout Strings
|
|
540
|
+
BrightChainStrings["DeliveryTimeout_FailedToHandleTimeoutTemplate"] = "DeliveryTimeout_FailedToHandleTimeoutTemplate";
|
|
541
|
+
// Message CBL Service
|
|
542
|
+
BrightChainStrings["MessageCBLService_MessageSizeExceedsMaximumTemplate"] = "MessageCBLService_MessageSizeExceedsMaximumTemplate";
|
|
543
|
+
BrightChainStrings["MessageCBLService_FailedToCreateMessageAfterRetries"] = "MessageCBLService_FailedToCreateMessageAfterRetries";
|
|
544
|
+
BrightChainStrings["MessageCBLService_FailedToRetrieveMessageTemplate"] = "MessageCBLService_FailedToRetrieveMessageTemplate";
|
|
545
|
+
BrightChainStrings["MessageCBLService_MessageTypeIsRequired"] = "MessageCBLService_MessageTypeIsRequired";
|
|
546
|
+
BrightChainStrings["MessageCBLService_SenderIDIsRequired"] = "MessageCBLService_SenderIDIsRequired";
|
|
547
|
+
BrightChainStrings["MessageCBLService_RecipientCountExceedsMaximumTemplate"] = "MessageCBLService_RecipientCountExceedsMaximumTemplate";
|
|
548
|
+
// Message Encryption Service
|
|
549
|
+
BrightChainStrings["MessageEncryptionService_NoRecipientPublicKeysProvided"] = "MessageEncryptionService_NoRecipientPublicKeysProvided";
|
|
550
|
+
BrightChainStrings["MessageEncryptionService_FailedToEncryptTemplate"] = "MessageEncryptionService_FailedToEncryptTemplate";
|
|
551
|
+
BrightChainStrings["MessageEncryptionService_BroadcastEncryptionFailedTemplate"] = "MessageEncryptionService_BroadcastEncryptionFailedTemplate";
|
|
552
|
+
BrightChainStrings["MessageEncryptionService_DecryptionFailedTemplate"] = "MessageEncryptionService_DecryptionFailedTemplate";
|
|
553
|
+
BrightChainStrings["MessageEncryptionService_KeyDecryptionFailedTemplate"] = "MessageEncryptionService_KeyDecryptionFailedTemplate";
|
|
554
|
+
// Message Logger
|
|
555
|
+
BrightChainStrings["MessageLogger_MessageCreated"] = "MessageLogger_MessageCreated";
|
|
556
|
+
BrightChainStrings["MessageLogger_RoutingDecision"] = "MessageLogger_RoutingDecision";
|
|
557
|
+
BrightChainStrings["MessageLogger_DeliveryFailure"] = "MessageLogger_DeliveryFailure";
|
|
558
|
+
BrightChainStrings["MessageLogger_EncryptionFailure"] = "MessageLogger_EncryptionFailure";
|
|
559
|
+
BrightChainStrings["MessageLogger_SlowQueryDetected"] = "MessageLogger_SlowQueryDetected";
|
|
560
|
+
// Message Router
|
|
561
|
+
BrightChainStrings["MessageRouter_RoutingTimeout"] = "MessageRouter_RoutingTimeout";
|
|
562
|
+
BrightChainStrings["MessageRouter_FailedToRouteToAnyRecipient"] = "MessageRouter_FailedToRouteToAnyRecipient";
|
|
563
|
+
BrightChainStrings["MessageRouter_ForwardingLoopDetected"] = "MessageRouter_ForwardingLoopDetected";
|
|
564
|
+
// Block Format Service
|
|
565
|
+
BrightChainStrings["BlockFormatService_DataTooShort"] = "BlockFormatService_DataTooShort";
|
|
566
|
+
BrightChainStrings["BlockFormatService_InvalidStructuredBlockFormatTemplate"] = "BlockFormatService_InvalidStructuredBlockFormatTemplate";
|
|
567
|
+
BrightChainStrings["BlockFormatService_CannotDetermineHeaderSize"] = "BlockFormatService_CannotDetermineHeaderSize";
|
|
568
|
+
BrightChainStrings["BlockFormatService_Crc8MismatchTemplate"] = "BlockFormatService_Crc8MismatchTemplate";
|
|
569
|
+
BrightChainStrings["BlockFormatService_DataAppearsEncrypted"] = "BlockFormatService_DataAppearsEncrypted";
|
|
570
|
+
BrightChainStrings["BlockFormatService_UnknownBlockFormat"] = "BlockFormatService_UnknownBlockFormat";
|
|
571
|
+
// CBL Service
|
|
572
|
+
BrightChainStrings["CBLService_NotAMessageCBL"] = "CBLService_NotAMessageCBL";
|
|
573
|
+
BrightChainStrings["CBLService_CreatorIDByteLengthMismatchTemplate"] = "CBLService_CreatorIDByteLengthMismatchTemplate";
|
|
574
|
+
BrightChainStrings["CBLService_CreatorIDProviderReturnedBytesLengthMismatchTemplate"] = "CBLService_CreatorIDProviderReturnedBytesLengthMismatchTemplate";
|
|
575
|
+
BrightChainStrings["CBLService_SignatureLengthMismatchTemplate"] = "CBLService_SignatureLengthMismatchTemplate";
|
|
576
|
+
BrightChainStrings["CBLService_DataAppearsRaw"] = "CBLService_DataAppearsRaw";
|
|
577
|
+
BrightChainStrings["CBLService_InvalidBlockFormat"] = "CBLService_InvalidBlockFormat";
|
|
578
|
+
BrightChainStrings["CBLService_SubCBLCountChecksumMismatchTemplate"] = "CBLService_SubCBLCountChecksumMismatchTemplate";
|
|
579
|
+
BrightChainStrings["CBLService_InvalidDepthTemplate"] = "CBLService_InvalidDepthTemplate";
|
|
580
|
+
BrightChainStrings["CBLService_ExpectedSuperCBLTemplate"] = "CBLService_ExpectedSuperCBLTemplate";
|
|
581
|
+
// Global Service Provider
|
|
582
|
+
BrightChainStrings["GlobalServiceProvider_NotInitialized"] = "GlobalServiceProvider_NotInitialized";
|
|
583
|
+
// Block Store Adapter
|
|
584
|
+
BrightChainStrings["BlockStoreAdapter_DataLengthExceedsBlockSizeTemplate"] = "BlockStoreAdapter_DataLengthExceedsBlockSizeTemplate";
|
|
585
|
+
// Memory Block Store
|
|
586
|
+
BrightChainStrings["MemoryBlockStore_FECServiceUnavailable"] = "MemoryBlockStore_FECServiceUnavailable";
|
|
587
|
+
BrightChainStrings["MemoryBlockStore_FECServiceUnavailableInThisEnvironment"] = "MemoryBlockStore_FECServiceUnavailableInThisEnvironment";
|
|
588
|
+
BrightChainStrings["MemoryBlockStore_NoParityDataAvailable"] = "MemoryBlockStore_NoParityDataAvailable";
|
|
589
|
+
BrightChainStrings["MemoryBlockStore_BlockMetadataNotFound"] = "MemoryBlockStore_BlockMetadataNotFound";
|
|
590
|
+
BrightChainStrings["MemoryBlockStore_RecoveryFailedInsufficientParityData"] = "MemoryBlockStore_RecoveryFailedInsufficientParityData";
|
|
591
|
+
BrightChainStrings["MemoryBlockStore_UnknownRecoveryError"] = "MemoryBlockStore_UnknownRecoveryError";
|
|
592
|
+
BrightChainStrings["MemoryBlockStore_CBLDataCannotBeEmpty"] = "MemoryBlockStore_CBLDataCannotBeEmpty";
|
|
593
|
+
BrightChainStrings["MemoryBlockStore_CBLDataTooLargeTemplate"] = "MemoryBlockStore_CBLDataTooLargeTemplate";
|
|
594
|
+
BrightChainStrings["MemoryBlockStore_Block1NotFound"] = "MemoryBlockStore_Block1NotFound";
|
|
595
|
+
BrightChainStrings["MemoryBlockStore_Block2NotFound"] = "MemoryBlockStore_Block2NotFound";
|
|
596
|
+
BrightChainStrings["MemoryBlockStore_InvalidMagnetURL"] = "MemoryBlockStore_InvalidMagnetURL";
|
|
597
|
+
BrightChainStrings["MemoryBlockStore_InvalidMagnetURLXT"] = "MemoryBlockStore_InvalidMagnetURLXT";
|
|
598
|
+
BrightChainStrings["MemoryBlockStore_InvalidMagnetURLMissingTemplate"] = "MemoryBlockStore_InvalidMagnetURLMissingTemplate";
|
|
599
|
+
BrightChainStrings["MemoryBlockStore_InvalidMagnetURL_InvalidBlockSize"] = "MemoryBlockStore_InvalidMagnetURL_InvalidBlockSize";
|
|
600
|
+
// Checksum
|
|
601
|
+
BrightChainStrings["Checksum_InvalidTemplate"] = "Checksum_InvalidTemplate";
|
|
602
|
+
BrightChainStrings["Checksum_InvalidHexString"] = "Checksum_InvalidHexString";
|
|
603
|
+
BrightChainStrings["Checksum_InvalidHexStringTemplate"] = "Checksum_InvalidHexStringTemplate";
|
|
604
|
+
// XorLengthMismatchErrorTemplate
|
|
605
|
+
BrightChainStrings["Error_XorLengthMismatchTemplate"] = "Error_XorLengthMismatchTemplate";
|
|
606
|
+
BrightChainStrings["Error_XorAtLeastOneArrayRequired"] = "Error_XorAtLeastOneArrayRequired";
|
|
607
|
+
BrightChainStrings["Error_InvalidUnixTimestampTemplate"] = "Error_InvalidUnixTimestampTemplate";
|
|
608
|
+
BrightChainStrings["Error_InvalidDateStringTemplate"] = "Error_InvalidDateStringTemplate";
|
|
609
|
+
BrightChainStrings["Error_InvalidDateValueTypeTemplate"] = "Error_InvalidDateValueTypeTemplate";
|
|
610
|
+
BrightChainStrings["Error_InvalidDateObjectTemplate"] = "Error_InvalidDateObjectTemplate";
|
|
611
|
+
BrightChainStrings["Error_InvalidDateNaN"] = "Error_InvalidDateNaN";
|
|
612
|
+
BrightChainStrings["Error_JsonValidationErrorTemplate"] = "Error_JsonValidationErrorTemplate";
|
|
613
|
+
BrightChainStrings["Error_JsonValidationError_MustBeNonNull"] = "Error_JsonValidationError_MustBeNonNull";
|
|
614
|
+
BrightChainStrings["Error_JsonValidationError_FieldRequired"] = "Error_JsonValidationError_FieldRequired";
|
|
615
|
+
BrightChainStrings["Error_JsonValidationError_MustBeValidBlockSize"] = "Error_JsonValidationError_MustBeValidBlockSize";
|
|
616
|
+
BrightChainStrings["Error_JsonValidationError_MustBeValidBlockType"] = "Error_JsonValidationError_MustBeValidBlockType";
|
|
617
|
+
BrightChainStrings["Error_JsonValidationError_MustBeValidBlockDataType"] = "Error_JsonValidationError_MustBeValidBlockDataType";
|
|
618
|
+
BrightChainStrings["Error_JsonValidationError_MustBeNumber"] = "Error_JsonValidationError_MustBeNumber";
|
|
619
|
+
BrightChainStrings["Error_JsonValidationError_MustBeNonNegative"] = "Error_JsonValidationError_MustBeNonNegative ";
|
|
620
|
+
BrightChainStrings["Error_JsonValidationError_MustBeInteger"] = "Error_JsonValidationError_MustBeInteger";
|
|
621
|
+
BrightChainStrings["Error_JsonValidationError_MustBeISO8601DateStringOrUnixTimestamp"] = "Error_JsonValidationError_MustBeISO8601DateStringOrUnixTimestamp";
|
|
622
|
+
BrightChainStrings["Error_JsonValidationError_MustBeString"] = "Error_JsonValidationError_MustBeString";
|
|
623
|
+
BrightChainStrings["Error_JsonValidationError_MustNotBeEmpty"] = "Error_JsonValidationError_MustNotBeEmpty";
|
|
624
|
+
BrightChainStrings["Error_JsonValidationError_JSONParsingFailed"] = "Error_JsonValidationError_JSONParsingFailed";
|
|
625
|
+
BrightChainStrings["Error_JsonValidationError_ValidationFailed"] = "Error_JsonValidationError_ValidationFailed";
|
|
626
|
+
BrightChainStrings["XorUtils_BlockSizeMustBePositiveTemplate"] = "XorUtils_BlockSizeMustBePositiveTemplate";
|
|
627
|
+
BrightChainStrings["XorUtils_InvalidPaddedDataTemplate"] = "XorUtils_InvalidPaddedDataTemplate";
|
|
628
|
+
BrightChainStrings["XorUtils_InvalidLengthPrefixTemplate"] = "XorUtils_InvalidLengthPrefixTemplate";
|
|
629
|
+
BrightChainStrings["BlockPaddingTransform_MustBeArray"] = "BlockPaddingTransform_MustBeAnArray";
|
|
630
|
+
BrightChainStrings["CblStream_UnknownErrorReadingData"] = "CblStream_UnknownErrorReadingData";
|
|
631
|
+
BrightChainStrings["CurrencyCode_InvalidCurrencyCode"] = "CurrencyCode_InvalidCurrencyCode";
|
|
632
|
+
BrightChainStrings["EnergyAccount_InsufficientBalanceTemplate"] = "EnergyAccount_InsufficientBalanceTemplate";
|
|
633
|
+
BrightChainStrings["Init_BrowserCompatibleConfiguration"] = "Init_BrowserCompatibleConfiguration";
|
|
634
|
+
BrightChainStrings["Init_NotInitialized"] = "Init_NotInitialized";
|
|
635
|
+
BrightChainStrings["ModInverse_MultiplicativeInverseDoesNotExist"] = "ModInverse_MultiplicativeInverseDoesNotExist";
|
|
636
|
+
BrightChainStrings["PrimeTupleGeneratorStream_UnknownErrorInTransform"] = "PrimeTupleGeneratorStream_UnknownErrorInTransform";
|
|
637
|
+
BrightChainStrings["PrimeTupleGeneratorStream_UnknownErrorInMakeTuple"] = "Unknown error in makeTuple";
|
|
638
|
+
BrightChainStrings["PrimeTupleGeneratorStream_UnknownErrorInFlush"] = "Unknown error in flush";
|
|
639
|
+
BrightChainStrings["SimpleBrowserStore_BlockNotFoundTemplate"] = "SimpleBrowserStore_BlockNotFoundTemplate";
|
|
640
|
+
BrightChainStrings["EncryptedBlockCreator_NoCreatorRegisteredTemplate"] = "EncryptedBlockCreator_NoCreatorRegisteredTemplate";
|
|
641
|
+
BrightChainStrings["TestMember_MemberNotFoundTemplate"] = "TestMember_MemberNotFoundTemplate";
|
|
435
642
|
})(BrightChainStrings || (exports.BrightChainStrings = BrightChainStrings = {}));
|
|
436
643
|
exports.default = BrightChainStrings;
|
|
437
644
|
//# sourceMappingURL=brightChainStrings.js.map
|