errors

package
v1.0.7 Latest Latest
Warning

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

Go to latest
Published: Jul 8, 2019 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrBadInitOfNode = errors.New("bad init of node")

ErrBadInitOfNode signals the node is could not be started correctly

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

ErrCouldNotGetAccount signals that a requested account could not be retrieved

View Source
var ErrCouldNotParsePubKey = errors.New("could not parse node's public key")

ErrCouldNotParsePubKey signals that a given public key could not be parsed

View Source
var ErrCouldNotStopNode = errors.New("could not stop node")

ErrCouldNotStopNode signals the node is already stopped

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

ErrEmptyAddress signals an empty address 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 ErrGetTransaction = errors.New("transaction getting failed")

ErrGetTransaction signals an error happend trying to fetch a transaction

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

ErrInvalidAppContext signals an invalid context passed to the routing system

View Source
var ErrInvalidSignatureHex = errors.New("invalid signature, could not decode hex value")

ErrInvalidSignatureHex signals a wrong hex value was provided for the signature

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

ErrMultipleTxGenerationFailed signals an error generating multiple transactions

View Source
var ErrNodeAlreadyRunning = errors.New("node already running")

ErrNodeAlreadyRunning signals the node is already running

View Source
var ErrNodeAlreadyStopped = errors.New("node already stopped")

ErrNodeAlreadyStopped signals the node is already stopped

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

ErrTxGenerationFailed signals an error generating a transaction

View Source
var ErrTxNotFound = errors.New("transaction was not found")

ErrTxNotFound signals an error happend trying to fetch a transaction

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

ErrValidation signals an error in validation

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