errors

package
v1.7.11 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 17, 2024 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrAccountsAdapterCreation = errors.New("error creating accounts adapter")

ErrAccountsAdapterCreation signals that the accounts adapter cannot be created based on provided data

View Source
var ErrBlockchainCreation = errors.New("can not create blockchain")

ErrBlockchainCreation signals that the blockchain cannot be created

View Source
var ErrBootstrap = errors.New("bootstrap process has failed")

ErrBootstrap signals the bootstrapping process has failed

View Source
var ErrBootstrapDataComponentsFactoryCreate = errors.New("bootstrapDataComponentsFactory create() failed")

ErrBootstrapDataComponentsFactoryCreate signals that an error occured on bootstrapDataComponentsFactory create

View Source
var ErrConsensusComponentsFactoryCreate = errors.New("consensusComponentsFactory create failed")

ErrConsensusComponentsFactoryCreate signals that an error occured on consensusComponentsFactory create

View Source
var ErrCoreComponentsFactoryCreate = errors.New("coreComponentsFactory create failed")

ErrCoreComponentsFactoryCreate signals that an error occured on coreComponentsFactory create

View Source
var ErrCryptoComponentsFactoryCreate = errors.New("cryptoComponentsFactory create failed")

ErrCryptoComponentsFactoryCreate signals that an error occured on cryptoComponentsFactory create

View Source
var ErrDataComponentsFactoryCreate = errors.New("dataComponentsFactory create failed")

ErrDataComponentsFactoryCreate signals that an error occured on dataComponentsFactory create

View Source
var ErrDataPoolCreation = errors.New("can not create data pool")

ErrDataPoolCreation signals that the data pool cannot be created

View Source
var ErrDataStoreCreation = errors.New("can not create data store")

ErrDataStoreCreation signals that the data store cannot be created

View Source
var ErrEmptyAddress = errors.New("empty Address")

ErrEmptyAddress defines the error when trying to work with an empty address

View Source
var ErrGenesisBlockNotInitialized = errors.New("genesis block is not initialized")

ErrGenesisBlockNotInitialized signals that genesis block is not initialized

View Source
var ErrHasherCreation = errors.New("error creating hasher")

ErrHasherCreation signals that the hasher cannot be created based on provided data

View Source
var ErrInsufficientFunds = errors.New("insufficient funds")

ErrInsufficientFunds signals the funds are insufficient for the move balance operation but the transaction fee is covered by the current balance

View Source
var ErrInvalidAddressLength = errors.New("invalid address length")

ErrInvalidAddressLength signals that address length is invalid

View Source
var ErrInvalidChainID = errors.New("invalid chain ID in consensus")

ErrInvalidChainID signals that an invalid chain ID has been provided

View Source
var ErrInvalidConsensusConfig = errors.New("invalid consensus type provided in config file")

ErrInvalidConsensusConfig signals that an invalid consensus type is specified in the configuration file

View Source
var ErrInvalidHeartbeatV2Config = errors.New("invalid heartbeat v2 configuration")

ErrInvalidHeartbeatV2Config signals that an invalid heartbeat v2 configuration has been provided

View Source
var ErrInvalidNodeOperationMode = errors.New("invalid node operation mode")

ErrInvalidNodeOperationMode signals that an invalid node operation mode has been provided

View Source
var ErrInvalidPID = errors.New("invalid PID")

ErrInvalidPID signals that given PID is invalid

View Source
var ErrInvalidRoundDuration = errors.New("invalid round duration provided")

ErrInvalidRoundDuration signals that an invalid round duration has been provided

View Source
var ErrInvalidSignature = errors.New("invalid signature")

ErrInvalidSignature signals that the given signature is invalid

View Source
var ErrInvalidTransactionVersion = errors.New("invalid transaction version")

ErrInvalidTransactionVersion signals that an invalid transaction version has been provided

View Source
var ErrInvalidTrieNodeVersion = errors.New("invalid trie node version")

ErrInvalidTrieNodeVersion signals that an invalid trie node version has been provided

View Source
var ErrInvalidWorkingDir = errors.New("invalid working directory")

ErrInvalidWorkingDir signals that an invalid working directory has been provided

View Source
var ErrMarshalizerCreation = errors.New("error creating marshalizer")

ErrMarshalizerCreation signals that the marshalizer cannot be created based on provided data

View Source
var ErrMissingEpochZeroMultiSignerConfig = errors.New("multisigner configuration missing for epoch zero")

ErrMissingEpochZeroMultiSignerConfig signals that the multisigner config for epoch zero is missing

View Source
var ErrMissingMultiHasherConfig = errors.New("no multisig hasher provided in config file")

ErrMissingMultiHasherConfig signals that the multihasher type isn't specified in the configuration file

View Source
var ErrMissingMultiSigner = errors.New("multisigner instance missing")

ErrMissingMultiSigner signals that there is no multisigner instance available

View Source
var ErrMissingMultiSignerConfig = errors.New("multisigner configuration missing")

ErrMissingMultiSignerConfig signals that the multisigner config is missing

View Source
var ErrMultiSigHasherMissmatch = errors.New("wrong multisig hasher provided for bls consensus type")

ErrMultiSigHasherMissmatch signals that an invalid multisig hasher was provided

View Source
var ErrNetworkComponentsFactoryCreate = errors.New("networkComponentsFactory create failed")

ErrNetworkComponentsFactoryCreate signals that an error occured on networkComponentsFactory create

View Source
var ErrNewBootstrapDataProvider = errors.New("bootstrapDataProvider creation has failed")

ErrNewBootstrapDataProvider signals a new bootstrapDataProvider creation has failed

View Source
var ErrNewEpochStartBootstrap = errors.New("epochStartBootstrap creation has failed")

ErrNewEpochStartBootstrap signals a new epochStartBootstrap creation has failed

View Source
var ErrNewStorageEpochStartBootstrap = errors.New("storageEpochStartBootstrap creation has failed")

ErrNewStorageEpochStartBootstrap signals that a new storageEpochStartBootstrap creation has failed

View Source
var ErrNilAccountsAdapter = errors.New("nil accounts adapter")

ErrNilAccountsAdapter signals that a nil accounts adapter has been provided

View Source
var ErrNilAccountsParser = errors.New("nil accounts parser")

ErrNilAccountsParser signals that a nil accounts parser has been provided

View Source
var ErrNilAddress = errors.New("nil address")

ErrNilAddress defines the error when trying to work with a nil address

View Source
var ErrNilAddressPublicKeyConverter = errors.New("nil address pubkey converter")

ErrNilAddressPublicKeyConverter signals that an operation has been attempted to or with a nil public key converter implementation

View Source
var ErrNilAlarmScheduler = errors.New("nil alarm scheduler")

ErrNilAlarmScheduler is raised when a valid alarm scheduler is expected but nil is used

View Source
var ErrNilAppStatusHandler = errors.New("nil app status handler")

ErrNilAppStatusHandler signals that a nil app status handler was provided

View Source
var ErrNilBLSPublicKey = errors.New("bls public key is nil")

ErrNilBLSPublicKey signals that the provided BLS public key is nil

View Source
var ErrNilBlackListHandler = errors.New("nil black list handler")

ErrNilBlackListHandler signals that a nil black list handler was provided

View Source
var ErrNilBlockChainHandler = errors.New("blockchain handler is nil")

ErrNilBlockChainHandler is raised when a valid blockchain handler is expected but nil used

View Source
var ErrNilBlockProcessor = errors.New("block processor is nil")

ErrNilBlockProcessor is raised when a valid block processor is expected but nil used

View Source
var ErrNilBlockSignKeyGen = errors.New("block sign key generator is nil")

ErrNilBlockSignKeyGen is raised when a valid block sign key generator is expected but nil used

View Source
var ErrNilBlockSigner = errors.New("nil block signer")

ErrNilBlockSigner signals the nil block signer was provided

View Source
var ErrNilBlockTracker = errors.New("trying to set nil block tracker")

ErrNilBlockTracker signals that a nil block tracker has been provided

View Source
var ErrNilBootStorer = errors.New("nil boot storer")

ErrNilBootStorer signals that the provided boot storer is nil

View Source
var ErrNilBootstrapComponents = errors.New("nil bootstrap components")

ErrNilBootstrapComponents signals that the provided instance of bootstrap components is nil

View Source
var ErrNilBootstrapComponentsFactory = errors.New("nil bootstrap components factory")

ErrNilBootstrapComponentsFactory signals that the provided bootstrap components factory is nil

View Source
var ErrNilBootstrapComponentsHolder = errors.New("nil bootstrap components holder")

ErrNilBootstrapComponentsHolder signals that the provided bootstrap components holder is nil

View Source
var ErrNilBootstrapParamsHandler = errors.New("nil bootstrap parameters handler")

ErrNilBootstrapParamsHandler signals that the provided bootstrap parameters handler is nil

View Source
var ErrNilBroadcastMessenger = errors.New("broadcast messenger is nil")

ErrNilBroadcastMessenger is raised when a valid broadcast messenger is expected but nil used

View Source
var ErrNilCacher = errors.New("nil cacher")

ErrNilCacher signals that a nil cacher has been provided

View Source
var ErrNilChronologyHandler = errors.New("chronology handler is nil")

ErrNilChronologyHandler is raised when a valid chronology handler is expected but nil used

View Source
var ErrNilConsensusComponentsFactory = errors.New("nil consensus components factory")

ErrNilConsensusComponentsFactory signals that the provided consensus components factory is nil

View Source
var ErrNilConsensusComponentsHolder = errors.New("nil consensus components holder")

ErrNilConsensusComponentsHolder signals that a nil consensus components holder was provided

View Source
var ErrNilConsensusWorker = errors.New("nil consensus worker")

ErrNilConsensusWorker signals that a nil consensus worker was provided

View Source
var ErrNilCoreComponents = errors.New("nil core components provided")

ErrNilCoreComponents signals that an operation has been attempted with nil core components

View Source
var ErrNilCoreComponentsFactory = errors.New("nil core components factory")

ErrNilCoreComponentsFactory signals that the provided core components factory is nil

View Source
var ErrNilCoreComponentsHolder = errors.New("nil core components holder")

ErrNilCoreComponentsHolder signals that a nil core components holder was provided

View Source
var ErrNilCryptoComponents = errors.New("nil crypto components provided")

ErrNilCryptoComponents signals that a nil crypto components has been provided

View Source
var ErrNilCryptoComponentsFactory = errors.New("nil crypto components factory")

ErrNilCryptoComponentsFactory signals that the provided crypto components factory is nil

View Source
var ErrNilCryptoComponentsHolder = errors.New("nil crypto components holder")

ErrNilCryptoComponentsHolder signals that a nil crypto components holder was provided

View Source
var ErrNilCurrentEpochProvider = errors.New("nil current epoch provider")

ErrNilCurrentEpochProvider signals that a nil current epoch provider was provided

View Source
var ErrNilDataComponents = errors.New("nil data components provided")

ErrNilDataComponents signals that a nil data components instance was provided

View Source
var ErrNilDataComponentsFactory = errors.New("nil data components factory")

ErrNilDataComponentsFactory signals that the provided data components factory is nil

View Source
var ErrNilDataComponentsHolder = errors.New("nil data components holder")

ErrNilDataComponentsHolder signals that a nil data components holder has been provided

View Source
var ErrNilDataPoolsHolder = errors.New("nil data pools holder")

ErrNilDataPoolsHolder signals that a nil data pools holder was provided

View Source
var ErrNilESDTDataStorage = errors.New("nil esdt data storage")

ErrNilESDTDataStorage signals that a nil esdt data storage has been provided

View Source
var ErrNilEconomicsData = errors.New("nil economics data provided")

ErrNilEconomicsData signals that a nil economics data handler has been provided

View Source
var ErrNilEconomicsHandler = errors.New("nil economics handler")

ErrNilEconomicsHandler signals that a nil economics handler has been provided

View Source
var ErrNilEnableEpochsHandler = errors.New("nil enable epochs handler")

ErrNilEnableEpochsHandler signals that a nil enable epochs handler was provided

View Source
var ErrNilEpochNotifier = errors.New("nil epoch notifier")

ErrNilEpochNotifier signals that a nil epoch notifier has been provided

View Source
var ErrNilEpochStartBootstrapper = errors.New("nil epoch start bootstrapper")

ErrNilEpochStartBootstrapper signals that a nil epoch start bootstrapper was provided

View Source
var ErrNilEpochStartNotifier = errors.New("nil epoch start notifier provided")

ErrNilEpochStartNotifier signals that a nil epoch start notifier was provided

View Source
var ErrNilEpochStartTrigger = errors.New("nil start of epoch trigger")

ErrNilEpochStartTrigger signals that a nil start of epoch trigger has been provided

View Source
var ErrNilEpochSystemSCProcessor = errors.New("nil epoch system SC processor")

ErrNilEpochSystemSCProcessor defines the error for setting a nil EpochSystemSCProcessor

View Source
var ErrNilFallbackHeaderValidator = errors.New("nil fallback header validator")

ErrNilFallbackHeaderValidator signals that a nil fallback header validator has been provided

View Source
var ErrNilForkDetector = errors.New("fork detector is nil")

ErrNilForkDetector is raised when a valid fork detector is expected but nil used

View Source
var ErrNilGasSchedule = errors.New("nil gas schedule")

ErrNilGasSchedule signals that an operation has been attempted with a nil gas schedule

View Source
var ErrNilGenesisNodesSetupHandler = errors.New("nil genesis nodes setup handler")

ErrNilGenesisNodesSetupHandler signals that a nil genesis nodes setup handler has been provided

View Source
var ErrNilHardforkTrigger = errors.New("nil hardfork trigger")

ErrNilHardforkTrigger signals that a nil hardfork trigger was provided

View Source
var ErrNilHasher = errors.New("nil hasher provided")

ErrNilHasher is raised when a valid hasher is expected but nil used

View Source
var ErrNilHeaderConstructionValidator = errors.New("nil header construction validator")

ErrNilHeaderConstructionValidator signals that a nil header construction validator was provided

View Source
var ErrNilHeaderIntegrityVerifier = errors.New("nil header integrity verifier")

ErrNilHeaderIntegrityVerifier signals that a nil header integrity verifier has been provided

View Source
var ErrNilHeaderSigVerifier = errors.New("")

ErrNilHeaderSigVerifier signals that a nil header sig verifier has been provided

View Source
var ErrNilHeartbeatV2Components = errors.New("nil heartbeatV2 component")

ErrNilHeartbeatV2Components signals that a nil heartbeatV2 components instance was provided

View Source
var ErrNilHeartbeatV2ComponentsFactory = errors.New("nil heartbeatV2 components factory")

ErrNilHeartbeatV2ComponentsFactory signals that the provided heartbeatV2 components factory is nil

View Source
var ErrNilHeartbeatV2Sender = errors.New("nil heartbeatV2 sender")

ErrNilHeartbeatV2Sender signals that a nil heartbeatV2 sender was provided

View Source
var ErrNilHistoryRepository = errors.New("history repository is nil")

ErrNilHistoryRepository signals that history processor is nil

View Source
var ErrNilInputAntiFloodHandler = errors.New("nil input antiflood handler")

ErrNilInputAntiFloodHandler signals that a nil input antiflood handler was provided

View Source
var ErrNilInterceptorsContainer = errors.New("nil interceptors container")

ErrNilInterceptorsContainer signals that a nil interceptors container was provided

View Source
var ErrNilInternalMarshalizer = errors.New("nil internal marshalizer")

ErrNilInternalMarshalizer signals that a nil internal marshalizer was provided

View Source
var ErrNilKeyLoader = errors.New("nil key loader")

ErrNilKeyLoader signals that a nil key loader was provided

View Source
var ErrNilLogger = errors.New("nil logger")

ErrNilLogger signals that a nil logger instance has been provided

View Source
var ErrNilManagedPeersHolder = errors.New("nil managed peers holder")

ErrNilManagedPeersHolder signals that a nil managed peers holder has been provided

View Source
var ErrNilManagedPeersMonitor = errors.New("nil managed peers monitor")

ErrNilManagedPeersMonitor signals that a nil managed peers monitor has been provided

View Source
var ErrNilMarshalizer = errors.New("nil marshalizer provided")

ErrNilMarshalizer signals that a nil marshalizer was provided

View Source
var ErrNilMessageSignVerifier = errors.New("nil message sign verifier")

ErrNilMessageSignVerifier signals that a nil message signiature verifier was provided

View Source
var ErrNilMessenger = errors.New("nil messenger")

ErrNilMessenger signals that a nil messenger was provided

View Source
var ErrNilMiniBlocksProvider = errors.New("nil miniBlocks provider")

ErrNilMiniBlocksProvider signals a nil miniBlocks provider

View Source
var ErrNilMissingTrieNodesNotifier = errors.New("nil missing trie nodes notifier")

ErrNilMissingTrieNodesNotifier signals that a nil missing trie nodes notifier was provided

View Source
var ErrNilMultiSigner = errors.New("nil multi signer")

ErrNilMultiSigner signals that a nil multi-signer was provided

View Source
var ErrNilMultiSignerContainer = errors.New("multisigner container is nil")

ErrNilMultiSignerContainer signals that the multisigner container is nil

View Source
var ErrNilNetworkComponents = errors.New("nil network components")

ErrNilNetworkComponents signals that a nil network components instance was provided

View Source
var ErrNilNetworkComponentsFactory = errors.New("nil network components factory")

ErrNilNetworkComponentsFactory signals that the provided network components factory is nil

View Source
var ErrNilNetworkComponentsHolder = errors.New("nil network components holder")

ErrNilNetworkComponentsHolder signals that a nil network components holder was provided

View Source
var ErrNilNetworkStatistics = errors.New("nil network statistics")

ErrNilNetworkStatistics signals that a nil network statistics was provided

View Source
var ErrNilNodeRedundancyHandler = errors.New("nil node redundancy handler")

ErrNilNodeRedundancyHandler signals that a nil node redundancy handler was provided

View Source
var ErrNilNodesConfig = errors.New("nil nodes config")

ErrNilNodesConfig signals that a nil nodes configuration was provided

View Source
var ErrNilNodesCoordinator = errors.New("nil nodes coordinator")

ErrNilNodesCoordinator signals that a nil nodes coordinator was provided

View Source
var ErrNilOutportHandler = errors.New("nil outport handler")

ErrNilOutportHandler signals that a nil outport handler has been provided

View Source
var ErrNilOutputAntiFloodHandler = errors.New("nil output antiflood handler")

ErrNilOutputAntiFloodHandler signals that a nil output antiflood handler was provided

View Source
var ErrNilP2pKeyGen = errors.New("nil p2p key generator")

ErrNilP2pKeyGen signals that a nil p2p key generator was provided

View Source
var ErrNilP2pPrivateKey = errors.New("nil p2p private key")

ErrNilP2pPrivateKey signals that a nil p2p private key was provided

View Source
var ErrNilP2pPublicKey = errors.New("nil p2p public key")

ErrNilP2pPublicKey signals that a nil p2p public key was provided

View Source
var ErrNilP2pSigner = errors.New("nil p2p single signer")

ErrNilP2pSigner signals the nil p2p signer was provided

View Source
var ErrNilPath = errors.New("nil path provided")

ErrNilPath signals that a nil path was provided

View Source
var ErrNilPathHandler = errors.New("nil path handler")

ErrNilPathHandler signals that a nil path handler was provided

View Source
var ErrNilPeerAccounts = errors.New("nil peer accounts")

ErrNilPeerAccounts signals that a nil peer accounts instance was provided

View Source
var ErrNilPeerBlackListHandler = errors.New("nil peer black list handler")

ErrNilPeerBlackListHandler signals that a nil peer black list handler was provided

View Source
var ErrNilPeerHonestyHandler = errors.New("nil peer honesty handler")

ErrNilPeerHonestyHandler signals that a nil peer honesty handler was provided

View Source
var ErrNilPeerShardMapper = errors.New("nil peer shard mapper")

ErrNilPeerShardMapper signals that a nil peer shard mapper was provided

View Source
var ErrNilPeerSignHandler = errors.New("nil peer signature handler")

ErrNilPeerSignHandler signals that a nil peer sign handler was provided

View Source
var ErrNilPeersRatingHandler = errors.New("nil peers rating handler")

ErrNilPeersRatingHandler signals that a nil peers rating handler implementation has been provided

View Source
var ErrNilPeersRatingMonitor = errors.New("nil peers rating monitor")

ErrNilPeersRatingMonitor signals that a nil peers rating monitor implementation has been provided

View Source
var ErrNilPendingMiniBlocksHandler = errors.New("nil pending miniBlocks handler")

ErrNilPendingMiniBlocksHandler signals that a nil pending miniBlocks handler

View Source
var ErrNilPersistentHandler = errors.New("nil persistent handler")

ErrNilPersistentHandler signals that a nil persistent handler was provided

View Source
var ErrNilPoolsHolder = errors.New("nil pools holder")

ErrNilPoolsHolder signals that a nil pools holder was provided

View Source
var ErrNilPrivateKey = errors.New("nil private key")

ErrNilPrivateKey signals that a nil private key was provided

View Source
var ErrNilProcessComponents = errors.New("nil process components")

ErrNilProcessComponents signals that a nil process components instance was provided

View Source
var ErrNilProcessComponentsFactory = errors.New("nil process components factory")

ErrNilProcessComponentsFactory signals that the provided process components factory is nil

View Source
var ErrNilProcessComponentsHolder = errors.New("nil process components holder")

ErrNilProcessComponentsHolder signals that a nil procss components holder was provided

View Source
var ErrNilProcessStatusHandler = errors.New("nil process status handler")

ErrNilProcessStatusHandler signals that a nil process status handler was provided

View Source
var ErrNilPubKeyConverter = errors.New("nil public key converter")

ErrNilPubKeyConverter signals that a nil public key converter was provided

View Source
var ErrNilPublicKey = errors.New("nil public key")

ErrNilPublicKey signals that a nil public key was provided

View Source
var ErrNilRater = errors.New("nil rater")

ErrNilRater signals that a nil rater was provided

View Source
var ErrNilRatingsInfoHandler = errors.New("nil ratings info handler")

ErrNilRatingsInfoHandler signals that nil ratings data information was provided

View Source
var ErrNilRequestHandler = errors.New("nil request handler")

ErrNilRequestHandler signals that a nil request handler was provided

View Source
var ErrNilRequestersFinder = errors.New("nil requesters finder")

ErrNilRequestersFinder signals that a nil requesters finder was provided

View Source
var ErrNilResolversContainer = errors.New("nil resolvers container")

ErrNilResolversContainer signals that a nil resolvers container was provided

View Source
var ErrNilResourceMonitor = errors.New("nil resource monitor")

ErrNilResourceMonitor signals that a nil resource monitor was provided

View Source
var ErrNilRoundHandler = errors.New("nil roundHandler")

ErrNilRoundHandler signals that a nil roundHandler was provided

View Source
var ErrNilRoundNotifier = errors.New("nil round notifier")

ErrNilRoundNotifier signals that a nil round notifier has been provided

View Source
var ErrNilScheduledProcessor = errors.New("nil scheduled processor")

ErrNilScheduledProcessor signals that a nil scheduled processor was provided

View Source
var ErrNilScheduledTxsExecutionHandler = errors.New("nil scheduled transactions execution handler")

ErrNilScheduledTxsExecutionHandler signals that a nil scheduled transactions execution handler was provided

View Source
var ErrNilSentSignatureTracker = errors.New("nil sent signature tracker")

ErrNilSentSignatureTracker defines the error for setting a nil SentSignatureTracker

View Source
var ErrNilShardCoordinator = errors.New("nil shard coordinator provided")

ErrNilShardCoordinator signals that a nil shard coordinator was provided

View Source
var ErrNilShuffleOutCloser = errors.New("nil shuffle out closer")

ErrNilShuffleOutCloser signals that a nil shuffle out closer has been provided

View Source
var ErrNilSingleSigner = errors.New("singleSigner is nil")

ErrNilSingleSigner is raised when a valid singleSigner is expected but nil used

View Source
var ErrNilSoftwareVersion = errors.New("nil software version")

ErrNilSoftwareVersion signals that a nil software version was provided

View Source
var ErrNilStateComponents = errors.New("nil state components")

ErrNilStateComponents signals that a nil state components was provided

View Source
var ErrNilStateComponentsFactory = errors.New("nil state components factory")

ErrNilStateComponentsFactory signals that the provided state components factory is nil

View Source
var ErrNilStateComponentsHolder = errors.New("nil state components holder")

ErrNilStateComponentsHolder signals that a nil state components holder was provided

View Source
var ErrNilStatusComponents = errors.New("nil status components")

ErrNilStatusComponents signals that a nil status components instance was provided

View Source
var ErrNilStatusComponentsFactory = errors.New("nil status components factory")

ErrNilStatusComponentsFactory signals that the provided status components factory is nil

View Source
var ErrNilStatusComponentsHolder = errors.New("nil status components holder")

ErrNilStatusComponentsHolder signals that a nil status components holder was provided

View Source
var ErrNilStatusCoreComponents = errors.New("nil status core components provided")

ErrNilStatusCoreComponents signals that an operation has been attempted with nil status core components

View Source
var ErrNilStatusCoreComponentsFactory = errors.New("nil status core components factory provided")

ErrNilStatusCoreComponentsFactory signals that an operation has been attempted with nil status core components factory

View Source
var ErrNilStatusHandler = errors.New("nil status handler provided")

ErrNilStatusHandler signals that a nil status handler was provided

View Source
var ErrNilStatusMetrics = errors.New("nil status metrics")

ErrNilStatusMetrics signals that a nil status metrics was provided

View Source
var ErrNilStorageManagers = errors.New("nil storage managers")

ErrNilStorageManagers signals that a nil storage managers instance was provided

View Source
var ErrNilStorageService = errors.New("nil storage service")

ErrNilStorageService signals that a nil storage service was provided

View Source
var ErrNilSyncTimer = errors.New("nil sync timer provided")

ErrNilSyncTimer signals that a nil ntp synchronized timer was provided

View Source
var ErrNilSystemSCConfig = errors.New("nil system smart contract configuration")

ErrNilSystemSCConfig signals that a nil system smart contracts cofiguration was provided

View Source
var ErrNilTrackableDataTrie = errors.New("nil trackable data trie")

ErrNilTrackableDataTrie signals that a nil trackable data trie has been provided

View Source
var ErrNilTrie = errors.New("trie is nil")

ErrNilTrie signals that a trie is nil and no operation can be made

View Source
var ErrNilTrieLeafParser = errors.New("nil trie leaf parser")

ErrNilTrieLeafParser signals that a nil trie leaf parser has been provided

View Source
var ErrNilTrieMigrator = errors.New("nil trie migrator")

ErrNilTrieMigrator signals that a nil trie migrator has been provided

View Source
var ErrNilTrieStorageManager = errors.New("nil trie storage manager")

ErrNilTrieStorageManager signals that a nil trie storage manager was provided

View Source
var ErrNilTrieSyncStatistics = errors.New("nil trie sync statistics")

ErrNilTrieSyncStatistics signals that a nil trie sync statistics was provided

View Source
var ErrNilTriesContainer = errors.New("nil tries container provided")

ErrNilTriesContainer signals that a nil tries container was provided

View Source
var ErrNilTriesStorageManagers = errors.New("nil tries storage managers provided")

ErrNilTriesStorageManagers signals that nil tries storage managers were provided

View Source
var ErrNilTxLogsProcessor = errors.New("nil transaction logs processor")

ErrNilTxLogsProcessor signals that a nil transaction logs processor was provided

View Source
var ErrNilTxSignHasher = errors.New("nil tx signing hasher")

ErrNilTxSignHasher is raised when a nil tx sign hasher is provided

View Source
var ErrNilTxSignKeyGen = errors.New("nil transaction signing key generator")

ErrNilTxSignKeyGen signals that a nil transaction signer key generator was provided

View Source
var ErrNilTxSignMarshalizer = errors.New("nil transaction marshalizer")

ErrNilTxSignMarshalizer signals that a nil transaction sign marshalizer was provided

View Source
var ErrNilTxSigner = errors.New("nil transaction signer")

ErrNilTxSigner signals that a nil transaction signer was provided

View Source
var ErrNilTxsSender = errors.New("nil transactions sender has been provided")

ErrNilTxsSender signals that a nil transactions sender has been provided

View Source
var ErrNilUint64ByteSliceConverter = errors.New("nil byte slice converter")

ErrNilUint64ByteSliceConverter signals that a nil byte slice converter was provided

View Source
var ErrNilValidatorPublicKeyConverter = errors.New("validator public key converter")

ErrNilValidatorPublicKeyConverter signals that a nil validator public key converter was provided

View Source
var ErrNilValidatorsProvider = errors.New("nil validator provider")

ErrNilValidatorsProvider signals a nil validators provider

View Source
var ErrNilValidatorsStatistics = errors.New("nil validator statistics")

ErrNilValidatorsStatistics signals a that nil validators statistics was handler was provided

View Source
var ErrNilVmMarshalizer = errors.New("nil vm marshalizer")

ErrNilVmMarshalizer signals that a nil vm marshalizer was provided

View Source
var ErrNilWatchdog = errors.New("nil watchdog")

ErrNilWatchdog signals that a nil watchdog was provided

View Source
var ErrOperationNotPermitted = errors.New("operation in account not permitted")

ErrOperationNotPermitted signals that operation is not permitted

View Source
var ErrPIDMismatch = errors.New("pid mismatch")

ErrPIDMismatch signals that the pid from the message is different from the cached pid associated to a certain pk

View Source
var ErrPollingFunctionRegistration = errors.New("cannot register handler func for num of connected peers")

ErrPollingFunctionRegistration signals an error while registering the polling function registration

View Source
var ErrPublicKeyMismatch = errors.New("public key mismatch between the computed and the one read from the file")

ErrPublicKeyMismatch signals a mismatch between two public keys that should have matched

View Source
var ErrSignatureMismatch = errors.New("signature mismatch")

ErrSignatureMismatch signals that the signature from the message is different from the cached signature associated to a certain pk

View Source
var ErrSignerNotSupported = errors.New("signer not supported")

ErrSignerNotSupported signals that a not supported signer was provided

View Source
var ErrStateComponentsFactoryCreate = errors.New("stateComponentsFactory create failed")

ErrStateComponentsFactoryCreate signals that an error occured on stateComponentsFactory create

View Source
var ErrStatusComponentsFactoryCreate = errors.New("statusComponentsFactory create failed")

ErrStatusComponentsFactoryCreate signals that an error occured on statusComponentsFactory create

View Source
var ErrStatusCoreComponentsFactoryCreate = errors.New("statusCoreComponentsFactory create failed")

ErrStatusCoreComponentsFactoryCreate signals that an error occured on statusCoreComponentsFactory create

View Source
var ErrStatusPollingInit = errors.New("cannot init AppStatusPolling")

ErrStatusPollingInit signals an error while initializing the application status polling

View Source
var ErrWrongTypeAssertion = errors.New("wrong type assertion")

ErrWrongTypeAssertion signals a wrong type assertion

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL