Versions in this module Expand all Collapse all v1 v1.8.1 Mar 10, 2020 Changes in this version + const ErrorChecksumFail + const ErrorInternal + const ErrorInvalidArgument + const ErrorNameExists + const ErrorNoSpace + const ErrorNotAuthorized + const ErrorNotFound + const ErrorNotImplmented + const ErrorRequestTimeout + const ErrorSizeLimitExceeded + func GetHTTPError(err error) (int, string) + func IsNotFound(err error) bool + func MakeErrorFromHTTP(resp *http.Response) error + type Error struct + Code errorCode + Message string + func MakeError(code int, msg string) Error + func (err Error) Description() string + func (err Error) Error() string + func (err Error) HTTPStatus() int