Versions in this module Expand all Collapse all v0 v0.0.2 Oct 16, 2018 v0.0.1 Sep 4, 2018 Changes in this version + type Error interface + Code func() int + Error func() string + ReasonError func() error + type Error404 struct + func (err Error404) Code() int + func (err Error404) Error() string + type HasPraiseError struct + func (err HasPraiseError) Code() int + func (err HasPraiseError) Error() string + type NoUserError struct + func (err NoUserError) Code() int + func (err NoUserError) Error() string + type UnKnowError struct + func NewError(msg string, err2 error) UnKnowError + func (err UnKnowError) Code() int + func (err UnKnowError) Error() string + func (err UnKnowError) ReasonError() error