Versions in this module Expand all Collapse all v3 v3.1.0 Sep 27, 2023 v3.0.1 Jun 12, 2023 v3.0.0 Jun 9, 2023 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 Other modules containing this package decred.org/dcrwallet decred.org/dcrwallet/v2 decred.org/dcrwallet/v4