Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrContextExpired ¶
type ErrContextExpired struct {
// contains filtered or unexported fields
}
func NewErrContextExpired ¶
func NewErrContextExpired(err error) ErrContextExpired
func (ErrContextExpired) Error ¶
func (e ErrContextExpired) Error() string
type ErrInternal ¶
type ErrInternal struct {
// contains filtered or unexported fields
}
func NewErrInternal ¶
func NewErrInternal(err error) ErrInternal
func (ErrInternal) Error ¶
func (e ErrInternal) Error() string
type ErrNotFound ¶
type ErrNotFound struct {
// contains filtered or unexported fields
}
func NewErrNotFound ¶
func NewErrNotFound(err error) ErrNotFound
func (ErrNotFound) Error ¶
func (e ErrNotFound) Error() string
type ErrOpenHttpRequest ¶
type ErrOpenHttpRequest struct {
// contains filtered or unexported fields
}
func NewErrOpenHttpRequest ¶
func NewErrOpenHttpRequest(err error) ErrOpenHttpRequest
func (ErrOpenHttpRequest) Error ¶
func (e ErrOpenHttpRequest) Error() string
type ErrSendHttpRequest ¶
type ErrSendHttpRequest struct {
// contains filtered or unexported fields
}
func NewErrSendHttpRequest ¶
func NewErrSendHttpRequest(err error) ErrSendHttpRequest
func (ErrSendHttpRequest) Error ¶
func (e ErrSendHttpRequest) Error() string
type ErrUnexpectedStatusCode ¶
type ErrUnexpectedStatusCode struct {
// contains filtered or unexported fields
}
func NewErrUnexpectedStatusCode ¶
func NewErrUnexpectedStatusCode(statusCode int, body []byte) ErrUnexpectedStatusCode
func (ErrUnexpectedStatusCode) Error ¶
func (e ErrUnexpectedStatusCode) Error() string
type ErrUnmarshalBody ¶
type ErrUnmarshalBody struct {
// contains filtered or unexported fields
}
func NewErrUnmarshalBody ¶
func NewErrUnmarshalBody(err error) ErrUnmarshalBody
func (ErrUnmarshalBody) Error ¶
func (e ErrUnmarshalBody) Error() string
type ErrUnprocessable ¶
type ErrUnprocessable struct {
// contains filtered or unexported fields
}
func NewErrUnprocessable ¶
func NewErrUnprocessable(err error) ErrUnprocessable
func (ErrUnprocessable) Error ¶
func (e ErrUnprocessable) Error() string
Click to show internal directories.
Click to hide internal directories.