Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientError ¶
type ClientError struct {
IsUnexpectedStatusCode bool
StatusCode int
Msg string
DerivedFromError error
}
func (*ClientError) Error ¶
func (ce *ClientError) Error() string
func (*ClientError) GoString ¶
func (ce *ClientError) GoString() string
Click to show internal directories.
Click to hide internal directories.