Versions in this module Expand all Collapse all v0 v0.1.0 Jun 9, 2016 Changes in this version + func ParseError(res *http.Response) error + type Error interface + Status func() int + func Custom(code int, param string) Error + func InternalServerError() Error + func InvalidIncomingJSON() Error + func ParamInvalid(param string) Error + func ParamNotUnique(param string) Error + type StatusError struct + Code int + Err error + func (se StatusError) Error() string + func (se StatusError) Status() int