Versions in this module Expand all Collapse all v1 v1.0.1 Feb 26, 2021 Changes in this version + type Error struct + Err error + func E(args ...interface{}) *Error + func T(args ...interface{}) *Error + func (e *Error) Error() string + func (e *Error) IsEmpty() bool + func (e *Error) JSON() interface{} + func (e *Error) MarshalJSON() ([]byte, error) + func (e *Error) Meta() string + func (e *Error) SetMeta(data Params) *Error + func (e *Error) String() string + type Params map[string]interface v1.0.0 Sep 16, 2020