Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ClosingError ¶
type ClosingError struct {
Msg string
}
ClosingError is a client error that indicates that the client has closed and is no longer usable.
func (*ClosingError) Error ¶
func (e *ClosingError) Error() string
type ConnectionError ¶
type ConnectionError struct {
Msg string
}
ConnectionError is a client error that occurs when there is an error while connecting or when a connection disconnects.
func (*ConnectionError) Error ¶
func (e *ConnectionError) Error() string
type DisconnectError ¶
type DisconnectError struct {
// contains filtered or unexported fields
}
DisconnectError is a client error that indicates a connection problem between Glide and server.
func (*DisconnectError) Error ¶
func (e *DisconnectError) Error() string
type ExecAbortError ¶
type ExecAbortError struct {
// contains filtered or unexported fields
}
ExecAbortError is a client error that occurs when a transaction is aborted.
func (*ExecAbortError) Error ¶
func (e *ExecAbortError) Error() string
type RequestError ¶
type RequestError struct {
Msg string
}
RequestError is a client error that occurs when an error is reported during a request.
func (*RequestError) Error ¶
func (e *RequestError) Error() string
type TimeoutError ¶
type TimeoutError struct {
// contains filtered or unexported fields
}
TimeoutError is a client error that occurs when a request times out.
func (*TimeoutError) Error ¶
func (e *TimeoutError) Error() string
Click to show internal directories.
Click to hide internal directories.