Versions in this module Expand all Collapse all v0 v0.2.0 Sep 30, 2023 Changes in this version + type APIException struct + Code Code + Message string + func New(code Code, format string, args ...interface{}) APIException + func Wrap(code Code, err error) APIException + func (ae APIException) Error() string + type Code uint16 + const CodeAuth + const CodeInvalidParams + const CodeNotFound + const CodeServerError + const CodeUnknownError + func (ec Code) HttpStatus() int