Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Error ¶
Error interface
func NewRequestFailure ¶
NewRequestFailure creates a new Error object wrapping the server error
type InvalidSSLCert ¶
InvalidSSLCert ...
func NewInvalidSSLCert ¶
func NewInvalidSSLCert(url, reason string) *InvalidSSLCert
NewInvalidSSLCert ...
func (*InvalidSSLCert) Error ¶
func (err *InvalidSSLCert) Error() string
type InvalidTokenError ¶
type InvalidTokenError struct {
Message string
}
InvalidTokenError ...
func NewInvalidTokenError ¶
func NewInvalidTokenError(message string) *InvalidTokenError
NewInvalidTokenError ...
func (*InvalidTokenError) Error ¶
func (e *InvalidTokenError) Error() string
type RequestFailure ¶
RequestFailure interface
Click to show internal directories.
Click to hide internal directories.