Versions in this module Expand all Collapse all v0 v0.2.0 Aug 15, 2020 v0.1.0 Aug 9, 2020 Changes in this version + const ErrorCodeRouter + const LevelFatal + const LevelNormal + func Fatal(code int, msg string) error + func New(code int, msg string) error + type Error struct + Code int + Msg string + func (e Error) Error() string + func (e Error) IsFatal() bool + func (e Error) IsNormal() bool