Versions in this module Expand all Collapse all v1 v1.7.1 May 10, 2021 v1.7.0 Mar 30, 2021 v1.6.2 Feb 22, 2021 v1.6.1 Feb 19, 2021 v1.6.0 Jan 14, 2021 Changes in this version + var Separator = ":\n\t" + func As(err error, target interface{}) bool + func Cause(err error) error + func E(args ...interface{}) error + func Errorf(format string, args ...interface{}) error + func Is(err, target error) bool + func New(text string) error + func Stacks(err error) [][]byte + func WithStack(args ...interface{}) error + type Error struct + Err error + Kind Kind + Op Op + func (e *Error) As(target interface{}) bool + func (e *Error) Error() string + func (e *Error) Is(target error) bool + func (e *Error) Unwrap() error + type Kind int + const Bug + const Consensus + const Crypto + const Deployment + const DoubleSpend + const Encoding + const Exist + const IO + const InsufficientBalance + const Invalid + const Locked + const NoPeers + const NotExist + const Other + const Passphrase + const Permission + const Policy + const Protocol + const ScriptFailure + const Seed + const WatchingOnly + func (k Kind) As(target interface{}) bool + func (k Kind) Error() string + func (k Kind) String() string + type Op string + func Opf(format string, a ...interface{}) Op v1.6.0-rc4 Nov 24, 2020 v1.6.0-rc3 Nov 9, 2020 v1.6.0-rc2 Oct 29, 2020 v1.6.0-rc1 Oct 20, 2020 Other modules containing this package decred.org/dcrwallet/v2 decred.org/dcrwallet/v3 decred.org/dcrwallet/v4