Versions in this module Expand all Collapse all v0 v0.5.0 Aug 8, 2018 Changes in this version + const CodeAlreadyExists + const CodeInternal + const CodeNotFound + const CodeUpstreamServerCallFailed + const CodeWrongInput + type AppError interface + Code func() int + Error func() string + func AlreadyExists(format string, a ...interface{}) AppError + func Internal(format string, a ...interface{}) AppError + func NotFound(format string, a ...interface{}) AppError + func UpstreamServerCallFailed(format string, a ...interface{}) AppError + func WrongInput(format string, a ...interface{}) AppError