Versions in this module Expand all Collapse all v0 v0.3.0 Apr 26, 2025 Changes in this version + const StringErrSource + func New(aErr error, aLines int) error v0.2.1 Jun 30, 2024 Changes in this version + var NOSTACK bool v0.2.0 Jun 29, 2024 Changes in this version + const StringSourceLocation + func Wrap(aErr error, aLines int) error + type ErrSource struct + File string + Function string + Line int + Stack []byte + func (se ErrSource) Error() string + func (se ErrSource) String() string + func (se ErrSource) Unwrap() error v0.1.1 Jun 28, 2024 Changes in this version type ErrSourceLocation + Stack string v0.1.0 Jun 28, 2024 Changes in this version + const StrCodeLocation + var NODEBUG bool + func SourceError(aErr error, aLines int) error + type ErrSourceLocation struct + File string + Function string + Line int + func (se ErrSourceLocation) Error() string + func (se ErrSourceLocation) String() string + func (se ErrSourceLocation) Unwrap() error