errors

package
v1.999.10 Latest Latest
Warning

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

Go to latest
Published: Nov 28, 2022 License: GPL-3.0 Imports: 1 Imported by: 0

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 an that 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 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 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 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 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 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 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 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 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