Versions in this module Expand all Collapse all v1 v1.0.0 Apr 14, 2020 Changes in this version + type HttpCodeError struct + func (e *HttpCodeError) Error() string + func (e *HttpCodeError) StatusCode() int + type HttpJsonError struct + Message interface{} + func (e *HttpJsonError) Error() string + func (e *HttpJsonError) StatusCode() int + type XHTTPError interface + StatusCode func() int + func NewHTTPStatusCodeError(status int) XHTTPError + func NewJsonHTTPError(status int, message interface{}) XHTTPError