Versions in this module Expand all Collapse all v0 v0.0.1 Mar 6, 2019 Changes in this version + const Closed + const Corrupted + const Deprecated + const Internal + const Invalid + const Unknown + func IsClosed(err error) bool + func IsCorrupted(err error) bool + func IsDeprecated(err error) bool + func IsInternal(err error) bool + func IsInvalid(err error) bool + func Panic(err error) + func Recover(err *error) + type Error struct + Code int + Msg string + Pkg string + func (e Error) CompressError() + func (e Error) Error() string + func (e Error) IsClosed() bool + func (e Error) IsCorrupted() bool + func (e Error) IsDeprecated() bool + func (e Error) IsInternal() bool + func (e Error) IsInvalid() bool