Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var EnqueueTimeout error = errors.New("enqueue timeout error")
EnqueueTimeout is the error returned when enqueue timeout.
Functions ¶
func MarshalInt ¶ added in v0.0.2
func UnmarshalInt ¶ added in v0.0.2
Types ¶
type ConnectionError ¶
type ConnectionError struct {
// contains filtered or unexported fields
}
func NewConnectionError ¶
func NewConnectionError(err error) *ConnectionError
func (*ConnectionError) Error ¶
func (e *ConnectionError) Error() string
func (*ConnectionError) Unwrap ¶
func (e *ConnectionError) Unwrap() error
Click to show internal directories.
Click to hide internal directories.