Module nsq::errors [] [src]

This module contains the custom error types. TODO: Investigate better error generation using error_chain.

Enums

NsqError

NsqError is a variant of errors that can happen when interacting with an nsqd instance.

Type Definitions

NsqResult

NsqResult wraps an NsqError with another type T.