Versions in this module Expand all Collapse all v4 v4.3.0 Feb 20, 2025 v4.2.0 Nov 11, 2024 v4.1.3 Aug 28, 2024 v4.1.2 Jun 19, 2024 v4.1.1 Jun 4, 2024 v4.1.0 May 24, 2024 v4.0.0 May 16, 2024 Changes in this version + var Separator = ":\n\t" + func As(err error, target any) bool + func E(args ...any) error + func Errorf(format string, args ...any) error + func Is(err, target error) bool + func Join(errs ...error) error + func New(text string) error + func Stacks(err error) [][]byte + func WithStack(args ...any) error + type Error struct + Err error + Kind Kind + Op Op + func (e *Error) As(target any) 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 any) bool + func (k Kind) Error() string + func (k Kind) String() string + type Op string + func Opf(format string, a ...any) Op Other modules containing this package decred.org/dcrwallet decred.org/dcrwallet/v2 decred.org/dcrwallet/v3