Exception: NSQ::Error

Inherits:
StandardError
  • Object
show all
Defined in:
lib/nsq/error.rb

Constant Summary collapse

Invalid =
Class.new(self)
BadTopic =
Class.new(self)
BadMessage =
Class.new(self)
PutFailed =
Class.new(self)