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: 3

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrBadUrlParams = errors.New("bad url parameter(s)")

ErrBadUrlParams signals one or more incorrectly provided URL params (generic error)

View Source
var ErrCannotCreateGinWebServer = errors.New("cannot create gin web server")

ErrCannotCreateGinWebServer signals that the gin web server cannot be created

View Source
var ErrCouldNotGetAccount = errors.New("could not get requested account")

ErrCouldNotGetAccount signals that a requested account could not be retrieved

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

ErrEmptyAddress signals that an empty address was provided

View Source
var ErrEmptyKey = errors.New("key is empty")

ErrEmptyKey signals that an empty key was provided

View Source
var ErrEmptyRole = errors.New("role is empty")

ErrEmptyRole signals that an empty role was provided

View Source
var ErrEmptySenderToGetLatestNonce = errors.New("empty sender to get latest nonce")

ErrEmptySenderToGetLatestNonce signals that an error happened when trying to fetch latest nonce

View Source
var ErrEmptySenderToGetNonceGaps = errors.New("empty sender to get nonce gaps")

ErrEmptySenderToGetNonceGaps signals that an error happened when trying to fetch nonce gaps

View Source
var ErrEmptyTokenIdentifier = errors.New("token identifier is empty")

ErrEmptyTokenIdentifier signals that an empty token identifier was provided

View Source
var ErrFacadeWrongTypeAssertion = errors.New("facade - wrong type assertion")

ErrFacadeWrongTypeAssertion signals that a type conversion to a facade type failed

View Source
var ErrFetchingLatestNonceCannotIncludeFields = errors.New("fetching latest nonce cannot include fields")

ErrFetchingLatestNonceCannotIncludeFields signals that an error happened when trying to fetch latest nonce

View Source
var ErrFetchingNonceGapsCannotIncludeFields = errors.New("fetching nonce gaps cannot include fields")

ErrFetchingNonceGapsCannotIncludeFields signals that an error happened when trying to fetch nonce gaps

View Source
var ErrGetAlteredAccountsForBlock = errors.New("getting altered accounts for block failed")

ErrGetAlteredAccountsForBlock signals an error happening when trying to fetch the altered accounts for a block

View Source
var ErrGetBalance = errors.New("get balance error")

ErrGetBalance signals an error in getting the balance for an account

View Source
var ErrGetBlock = errors.New("getting block failed")

ErrGetBlock signals an error happening when trying to fetch a block

View Source
var ErrGetCodeHash = errors.New("get code hash error")

ErrGetCodeHash signals an error in getting the code hash for an account

View Source
var ErrGetESDTBalance = errors.New("get esdt balance for account error")

ErrGetESDTBalance signals an error in getting esdt balance for given address

View Source
var ErrGetESDTNFTData = errors.New("get esdt nft data for account error")

ErrGetESDTNFTData signals an error in getting esdt nft data for given address, tokenID and nonce

View Source
var ErrGetESDTTokensWithRole = errors.New("getting esdt tokens with role error")

ErrGetESDTTokensWithRole signals an error in getting the esdt tokens with the given role for given address

View Source
var ErrGetEligibleManagedKeys = errors.New("error getting the eligible managed keys")

ErrGetEligibleManagedKeys signals that an error occurred while getting the eligible managed keys

View Source
var ErrGetEpochStartData = errors.New("error getting epoch start data for epoch")

ErrGetEpochStartData signals that an error occurred while getting the epoch start data for a provided epoch

View Source
var ErrGetGasConfigs = errors.New("getting gas configs failed")

ErrGetGasConfigs signals that an error occurred while trying to fetch gas configs

View Source
var ErrGetGenesisBalances = errors.New("getting genesis balances failed")

ErrGetGenesisBalances signals that an error happened when trying to fetch genesis balances config

View Source
var ErrGetGenesisNodes = errors.New("getting genesis nodes failed")

ErrGetGenesisNodes signals that an error occurred while trying to fetch genesis nodes config

View Source
var ErrGetGuardianData = errors.New("get guardian data for account error")

ErrGetGuardianData signals an error in getting the guardian data for given address

View Source
var ErrGetKeyValuePairs = errors.New("get key-value pairs error")

ErrGetKeyValuePairs signals an error in getting the key-value pairs of a key for an account

View Source
var ErrGetPidInfo = errors.New("error getting peer id info")

ErrGetPidInfo signals that an error occurred while getting peer ID info

View Source
var ErrGetProof = errors.New("getting proof failed")

ErrGetProof signals an error happening when trying to compute a Merkle proof

View Source
var ErrGetRolesForAccount = errors.New("get roles for account error")

ErrGetRolesForAccount signals an error in getting esdt tokens and roles for a given address

View Source
var ErrGetTransaction = errors.New("getting transaction failed")

ErrGetTransaction signals an error happening when trying to fetch a transaction

View Source
var ErrGetUsername = errors.New("get username error")

ErrGetUsername signals an error in getting the username for an account

View Source
var ErrGetValidatorsInfo = errors.New("validators info failed")

ErrGetValidatorsInfo signals an error happening when trying to fetch validators info

View Source
var ErrGetValueForKey = errors.New("get value for key error")

ErrGetValueForKey signals an error in getting the value of a key for an account

View Source
var ErrGetWaitingEpochsLeftForPublicKey = errors.New("error getting the waiting epochs left for public key")

ErrGetWaitingEpochsLeftForPublicKey signals that an error occurred while getting the waiting epochs left for public key

View Source
var ErrGetWaitingManagedKeys = errors.New("error getting the waiting managed keys")

ErrGetWaitingManagedKeys signals that an error occurred while getting the waiting managed keys

View Source
var ErrInvalidAppContext = errors.New("invalid app context")

ErrInvalidAppContext signals an invalid context passed to the routing system

View Source
var ErrInvalidBlockNonce = errors.New("invalid block nonce")

ErrInvalidBlockNonce signals that an invalid block nonce was provided

View Source
var ErrInvalidBlockRound = errors.New("invalid block round")

ErrInvalidBlockRound signals that an invalid block round was provided

View Source
var ErrInvalidEpoch = errors.New("invalid epoch parameter")

ErrInvalidEpoch signals that an invalid epoch parameter was provided

View Source
var ErrInvalidFields = errors.New("invalid fields")

ErrInvalidFields signals that invalid fields were provided

View Source
var ErrInvalidJSONRequest = errors.New("invalid json request")

ErrInvalidJSONRequest signals an error in json request formatting

View Source
var ErrInvalidRole = errors.New("invalid role")

ErrInvalidRole signals that an invalid role was provided

View Source
var ErrIsDataTrieMigrated = errors.New("could not verify the migration status of the data trie")

ErrIsDataTrieMigrated signals that an error occurred while trying to verify the migration status of the data trie

View Source
var ErrNilFacadeHandler = errors.New("nil facade handler")

ErrNilFacadeHandler signals that a nil facade handler has been provided

View Source
var ErrNilHttpServer = errors.New("nil http server")

ErrNilHttpServer signals that a nil http server has been provided

View Source
var ErrNonceInvalid = errors.New("nonce is invalid")

ErrNonceInvalid signals that nonce is invalid

View Source
var ErrQueryError = errors.New("query error")

ErrQueryError signals a general query error

View Source
var ErrRegisteredNFTTokenIDs = errors.New("getting registered nft token ids error")

ErrRegisteredNFTTokenIDs signals an error in getting the registered nft token ids by the given address

View Source
var ErrTooManyRequests = errors.New("too many requests")

ErrTooManyRequests signals that too many requests were simultaneously received

View Source
var ErrTxGenerationFailed = errors.New("transaction generation failed")

ErrTxGenerationFailed signals an error generating a transaction

View Source
var ErrValidation = errors.New("validation error")

ErrValidation signals an error in validation

View Source
var ErrValidationEmptyAddress = errors.New("address is empty")

ErrValidationEmptyAddress signals that an empty address was provided

View Source
var ErrValidationEmptyBlockHash = errors.New("block hash is empty")

ErrValidationEmptyBlockHash signals an empty block hash was provided

View Source
var ErrValidationEmptyKey = errors.New("key is empty")

ErrValidationEmptyKey signals that an empty key was provided

View Source
var ErrValidationEmptyRootHash = errors.New("rootHash is empty")

ErrValidationEmptyRootHash signals that an empty root hash was provided

View Source
var ErrValidationEmptyTxHash = errors.New("TxHash is empty")

ErrValidationEmptyTxHash signals that an empty tx hash was provided

View Source
var ErrVerifyProof = errors.New("verifying proof failed")

ErrVerifyProof signals an error happening when trying to verify a Merkle proof

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