errors

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Oct 31, 2023 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

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 an empty address was provided

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

ErrEmptyKey signals an empty key was provided

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 ErrGetPidInfo = errors.New("error getting peer id info")

ErrGetPidInfo signals that an error occurred while getting peer ID info

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

ErrGetTransaction signals an error happening when trying to fetch a transaction

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 an invalid block nonce was provided

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

ErrInvalidJSONRequest signals an error in json request formatting

View Source
var ErrInvalidQueryParameter = errors.New("invalid query parameter")

ErrInvalidQueryParameter signals and invalid query parameter was provided

View Source
var ErrNilAppContext = errors.New("nil app context")

ErrNilAppContext signals that no context was passed to the routing system

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 ErrValidationEmptyBlockHash = errors.New("block hash is empty")

ErrValidationEmptyBlockHash signals an empty block hash was provided

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

ErrValidationEmptyTxHash signals an empty tx hash was provided

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