Versions in this module Expand all Collapse all v0 v0.0.5 Nov 10, 2023 Changes in this version + func DeferError(callback func(err error, stackTrace string)) + type Err struct + func FromError(e error) (err Err) + func New(message string, params ...string) (err Err) + func NewBuild() *Err + func (e *Err) Build() error + func (e *Err) Code(code string) *Err + func (e *Err) Error() error + func (e *Err) GetCode() string + func (e *Err) GetError() string + func (e *Err) GetStackTrace() string + func (e *Err) GetTechnical() string + func (e *Err) Message(message string) *Err + func (e *Err) Technical(technical string) *Err + type Error string + func (e *Error) GetStackTarce() string + func (e Error) Error() string