Versions in this module Expand all Collapse all v0 v0.0.7 Aug 11, 2022 Changes in this version + func Encode(codespace string, errorcode uint32, description string, params ...Param) *sdkerrors.Error + type Err struct + Codespace string + Description string + Params map[string]string + type Param struct + Key string + Value string + func NewParam(key, value string) Param