Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrHttpRequestFailed ¶
Shows the actual status code, as well as the response body. Shows the error instead if it can't read the response body.
func NewErrHttpRequestFailed ¶
func NewErrHttpRequestFailed(status int, resBody io.ReadCloser) *ErrHttpRequestFailed
func (*ErrHttpRequestFailed) Error ¶
func (e *ErrHttpRequestFailed) Error() string
type UUIDCacheItem ¶
Click to show internal directories.
Click to hide internal directories.