Versions in this module Expand all Collapse all v8 v8.0.10 Jun 23, 2022 v8.0.3 Jun 27, 2022 v8.0.2 Jun 27, 2022 v8.0.1 Jun 27, 2022 v8.0.0 Jun 27, 2022 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