Versions in this module Expand all Collapse all v0 v0.3.1 Feb 18, 2021 Changes in this version + const BadRequest + const InternalServer + const Invalid + const NotFound + type AppError struct + Code int + Err error + Message string + func AppErrorf(code int, format string, a ...interface{}) *AppError + func NewAppError(value ...interface{}) *AppError + func (e AppError) Error() string