Versions in this module Expand all Collapse all v0 v0.1.2 Aug 6, 2021 v0.1.1 Jul 8, 2021 Changes in this version + var LOGGER = logging.MustGetLogger("errorMessageconfig") + func LoadErrorConfig(fileName string) error + func LoadMessage(locale, errorCode string) model.WorldWireError + func Translate(r *http.Request, errorCode string, err error) model.WorldWireError + type ErrorMessageConfig struct + WWError map[string]WWErrorMessage + var ERROR_MESSAGE_CONFIG ErrorMessageConfig + type WWErrorMessage struct + Details string + ShortMessage string